Package org.restheart.mongodb
Interface MongoServiceConfigurationKeys
public interface MongoServiceConfigurationKeys
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key for enabling check that aggregation variables contains operators.static final Stringthe key for the aggregation-time-limit propertystatic final StringThe key for specifying the cursor batch sizestatic final ExchangeKeys.ETAG_CHECK_POLICYdefault coll etag check policystatic final intdefault value for cursor batch sizestatic final ExchangeKeys.ETAG_CHECK_POLICYdefault db etag check policystatic final intdefault value for max-pagesizestatic final ExchangeKeys.ETAG_CHECK_POLICYdefault doc etag check policystatic final intdefault doc etag check policystatic final intdefault value for max-pagesizestatic final Stringthe default value for the waht mongo-mount property.static final Stringthe default value for the where mongo-mount property.static final Stringdefault mongo uri mongodb://127.0.0.1static final StringThe key for specifying the default pagesizestatic final ExchangeKeys.REPRESENTATION_FORMATdefault represetation formatstatic final Stringthe key for the etag-check-policy.coll property.static final Stringthe key for the etag-check-policy.db property.static final Stringthe key for the etag-check-policy.doc property.static final Stringthe key for the etag-check-policy property.static final Stringthe key for the get-collection-cache-docs property.static final Stringthe key for the get-collection-cache-enabled property.static final Stringthe key for the get-collection-cache-size property.static final Stringthe key for the get-collection-cache-ttl property.static final Stringthe key for the instance-base-url property.static final Stringthe key for the local-cache-enabled property.static final Stringthe key for the local-cache-ttl property.static final StringThe key for specifying the max pagesizestatic final Stringthe key for the what property.static final Stringthe key for the where property.static final Stringthe key for the mongo-mounts property.static final Stringthe key for the mongo-uri property.static final Stringthe key for the query-time-limit property.static final Stringthe key for the instance-name property.static final Stringthe key for the schema-cache-enabled property.static final Stringthe key for the schema-cache-ttl property.
-
Field Details
-
DEFAULT_MONGO_URI
default mongo uri mongodb://127.0.0.1- See Also:
-
DEFAULT_REPRESENTATION_FORMAT
default represetation format -
DEFAULT_DB_ETAG_CHECK_POLICY
default db etag check policy -
DEFAULT_COLL_ETAG_CHECK_POLICY
default coll etag check policy -
DEFAULT_DOC_ETAG_CHECK_POLICY
default doc etag check policy -
DEFAULT_MAX_DOC_ETAG_CHECK_POLICY
static final int DEFAULT_MAX_DOC_ETAG_CHECK_POLICYdefault doc etag check policy- See Also:
-
DEFAULT_MAX_PAGESIZE
static final int DEFAULT_MAX_PAGESIZEdefault value for max-pagesize- See Also:
-
DEFAULT_DEFAULT_PAGESIZE
static final int DEFAULT_DEFAULT_PAGESIZEdefault value for max-pagesize- See Also:
-
DEFAULT_CURSOR_BATCH_SIZE
static final int DEFAULT_CURSOR_BATCH_SIZEdefault value for cursor batch size- See Also:
-
LOCAL_CACHE_ENABLED_KEY
the key for the local-cache-enabled property.- See Also:
-
LOCAL_CACHE_TTL_KEY
the key for the local-cache-ttl property.- See Also:
-
SCHEMA_CACHE_ENABLED_KEY
the key for the schema-cache-enabled property.- See Also:
-
SCHEMA_CACHE_TTL_KEY
the key for the schema-cache-ttl property.- See Also:
-
QUERY_TIME_LIMIT_KEY
the key for the query-time-limit property.- See Also:
-
AGGREGATION_TIME_LIMIT_KEY
the key for the aggregation-time-limit property- See Also:
-
AGGREGATION_CHECK_OPERATORS
The key for enabling check that aggregation variables contains operators.- See Also:
-
MONGO_URI_KEY
the key for the mongo-uri property.- See Also:
-
MONGO_MOUNTS_KEY
the key for the mongo-mounts property.- See Also:
-
MONGO_MOUNT_WHAT_KEY
the key for the what property.- See Also:
-
MONGO_MOUNT_WHERE_KEY
the key for the where property.- See Also:
-
DEFAULT_MONGO_MOUNT_WHERE
the default value for the where mongo-mount property.- See Also:
-
DEFAULT_MONGO_MOUNT_WHAT
the default value for the waht mongo-mount property.- See Also:
-
INSTANCE_BASE_URL_KEY
the key for the instance-base-url property.- See Also:
-
REPRESENTATION_FORMAT_KEY
the key for the instance-name property.- See Also:
-
GET_COLLECTION_CACHE_ENABLED_KEY
the key for the get-collection-cache-enabled property.- See Also:
-
GET_COLLECTION_CACHE_SIZE_KEY
the key for the get-collection-cache-size property.- See Also:
-
GET_COLLECTION_CACHE_TTL_KEY
the key for the get-collection-cache-ttl property.- See Also:
-
GET_COLLECTION_CACHE_DOCS_KEY
the key for the get-collection-cache-docs property.- See Also:
-
ETAG_CHECK_POLICY_KEY
the key for the etag-check-policy property.- See Also:
-
ETAG_CHECK_POLICY_DB_KEY
the key for the etag-check-policy.db property.- See Also:
-
ETAG_CHECK_POLICY_COLL_KEY
the key for the etag-check-policy.coll property.- See Also:
-
ETAG_CHECK_POLICY_DOC_KEY
the key for the etag-check-policy.doc property.- See Also:
-
MAX_PAGESIZE_KEY
The key for specifying the max pagesize- See Also:
-
DEFAULT_PAGESIZE_KEY
The key for specifying the default pagesize- See Also:
-
CURSOR_BATCH_SIZE_KEY
The key for specifying the cursor batch size- See Also:
-