Package org.restheart.exchange
Interface ExchangeKeys
-
public interface ExchangeKeys- Author:
- Andrea Di Cesare
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExchangeKeys.DOC_ID_TYPEstatic classExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICYstatic classExchangeKeys.ETAG_CHECK_POLICYstatic classExchangeKeys.HAL_MODEstatic classExchangeKeys.METHODstatic classExchangeKeys.REPRESENTATION_FORMATstatic classExchangeKeys.TYPE
-
Field Summary
-
-
-
Field Detail
-
PAGE_QPARAM_KEY
static final String PAGE_QPARAM_KEY
- See Also:
- Constant Field Values
-
PAGESIZE_QPARAM_KEY
static final String PAGESIZE_QPARAM_KEY
- See Also:
- Constant Field Values
-
COUNT_QPARAM_KEY
static final String COUNT_QPARAM_KEY
- See Also:
- Constant Field Values
-
SORT_BY_QPARAM_KEY
static final String SORT_BY_QPARAM_KEY
- See Also:
- Constant Field Values
-
SORT_QPARAM_KEY
static final String SORT_QPARAM_KEY
- See Also:
- Constant Field Values
-
FILTER_QPARAM_KEY
static final String FILTER_QPARAM_KEY
- See Also:
- Constant Field Values
-
HINT_QPARAM_KEY
static final String HINT_QPARAM_KEY
- See Also:
- Constant Field Values
-
AGGREGATION_VARIABLES_QPARAM_KEY
static final String AGGREGATION_VARIABLES_QPARAM_KEY
- See Also:
- Constant Field Values
-
KEYS_QPARAM_KEY
static final String KEYS_QPARAM_KEY
- See Also:
- Constant Field Values
-
EAGER_CURSOR_ALLOCATION_POLICY_QPARAM_KEY
static final String EAGER_CURSOR_ALLOCATION_POLICY_QPARAM_KEY
- See Also:
- Constant Field Values
-
HAL_QPARAM_KEY
static final String HAL_QPARAM_KEY
- See Also:
- Constant Field Values
-
DOC_ID_TYPE_QPARAM_KEY
static final String DOC_ID_TYPE_QPARAM_KEY
- See Also:
- Constant Field Values
-
ETAG_CHECK_QPARAM_KEY
static final String ETAG_CHECK_QPARAM_KEY
- See Also:
- Constant Field Values
-
SHARDKEY_QPARAM_KEY
static final String SHARDKEY_QPARAM_KEY
- See Also:
- Constant Field Values
-
NO_PROPS_KEY
static final String NO_PROPS_KEY
- See Also:
- Constant Field Values
-
REPRESENTATION_FORMAT_KEY
static final String REPRESENTATION_FORMAT_KEY
- See Also:
- Constant Field Values
-
CLIENT_SESSION_KEY
static final String CLIENT_SESSION_KEY
- See Also:
- Constant Field Values
-
TXNID_KEY
static final String TXNID_KEY
- See Also:
- Constant Field Values
-
JSON_MODE_QPARAM_KEY
static final String JSON_MODE_QPARAM_KEY
- See Also:
- Constant Field Values
-
ETAG_DOC_POLICY_METADATA_KEY
static final String ETAG_DOC_POLICY_METADATA_KEY
- See Also:
- Constant Field Values
-
ETAG_POLICY_METADATA_KEY
static final String ETAG_POLICY_METADATA_KEY
- See Also:
- Constant Field Values
-
SYSTEM
static final String SYSTEM
- See Also:
- Constant Field Values
-
LOCAL
static final String LOCAL
- See Also:
- Constant Field Values
-
ADMIN
static final String ADMIN
- See Also:
- Constant Field Values
-
CONFIG
static final String CONFIG
- See Also:
- Constant Field Values
-
_METRICS
static final String _METRICS
- See Also:
- Constant Field Values
-
_SIZE
static final String _SIZE
- See Also:
- Constant Field Values
-
_META
static final String _META
- See Also:
- Constant Field Values
-
_SESSIONS
static final String _SESSIONS
- See Also:
- Constant Field Values
-
_TRANSACTIONS
static final String _TRANSACTIONS
- See Also:
- Constant Field Values
-
FS_CHUNKS_SUFFIX
static final String FS_CHUNKS_SUFFIX
- See Also:
- Constant Field Values
-
FS_FILES_SUFFIX
static final String FS_FILES_SUFFIX
- See Also:
- Constant Field Values
-
META_COLLNAME
static final String META_COLLNAME
- See Also:
- Constant Field Values
-
DB_META_DOCID
static final String DB_META_DOCID
- See Also:
- Constant Field Values
-
COLL_META_DOCID_PREFIX
static final String COLL_META_DOCID_PREFIX
- See Also:
- Constant Field Values
-
RESOURCES_WILDCARD_KEY
static final String RESOURCES_WILDCARD_KEY
- See Also:
- Constant Field Values
-
_INDEXES
static final String _INDEXES
- See Also:
- Constant Field Values
-
_SCHEMAS
static final String _SCHEMAS
- See Also:
- Constant Field Values
-
_AGGREGATIONS
static final String _AGGREGATIONS
- See Also:
- Constant Field Values
-
_STREAMS
static final String _STREAMS
- See Also:
- Constant Field Values
-
BINARY_CONTENT
static final String BINARY_CONTENT
- See Also:
- Constant Field Values
-
MAX_KEY_ID
static final String MAX_KEY_ID
- See Also:
- Constant Field Values
-
MIN_KEY_ID
static final String MIN_KEY_ID
- See Also:
- Constant Field Values
-
NULL_KEY_ID
static final String NULL_KEY_ID
- See Also:
- Constant Field Values
-
TRUE_KEY_ID
static final String TRUE_KEY_ID
- See Also:
- Constant Field Values
-
FALSE_KEY_ID
static final String FALSE_KEY_ID
- See Also:
- Constant Field Values
-
SLASH
static final String SLASH
- See Also:
- Constant Field Values
-
PATCH
static final String PATCH
- See Also:
- Constant Field Values
-
UNDERSCORE
static final String UNDERSCORE
- See Also:
- Constant Field Values
-
PROPERTIES
static final String PROPERTIES
- See Also:
- Constant Field Values
-
FILE_METADATA
static final String FILE_METADATA
- See Also:
- Constant Field Values
-
_ID
static final String _ID
- See Also:
- Constant Field Values
-
CONTENT_TYPE
static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
FILENAME
static final String FILENAME
- See Also:
- Constant Field Values
-
NUL
static final String NUL
-
-