Package org.restheart.mongodb
Interface MongoServiceConfigurationKeys
public interface MongoServiceConfigurationKeys
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringThe key for enabling check that aggregation variables contains operators.static Stringthe key for the aggregation-time-limit propertystatic StringThe key for specifying the cursor batch sizedefault coll etag check policystatic intdefault value for cursor batch sizedefault db etag check policystatic intdefault value for max-pagesizedefault doc etag check policystatic intdefault doc etag check policystatic intdefault value for max-pagesizestatic Stringthe default value for the waht mongo-mount property.static Stringthe default value for the where mongo-mount property.static Stringdefault mongo uri mongodb://127.0.0.1static StringThe key for specifying the default pagesizedefault represetation formatstatic Stringthe key for the eager-cursor-allocation-linear-slice-heights property.static Stringthe key for the eager-cursor-allocation-linear-slice-delta property.static Stringthe key for the eager-cursor-allocation-linear-slice-width property.static Stringthe key for the eager-cursor-allocation-pool-size property.static Stringthe key for the eager-cursor-allocation-random-slice-max-cursors property.static Stringthe key for the eager-cursor-allocation-random-slice-min-width property.static Stringthe key for the etag-check-policy.coll property.static Stringthe key for the etag-check-policy.db property.static Stringthe key for the etag-check-policy.doc property.static Stringthe key for the etag-check-policy property.static Stringthe key for the instance-base-url property.static Stringthe key for the local-cache-enabled property.static Stringthe key for the local-cache-ttl property.static StringThe key for specifying the max pagesizestatic StringSet metrics gathering level (can be ALL, COLLECTION, DATABASE, ROOT, OFF), gradually gathering less specific metrics.static Stringthe key for the what property.static Stringthe key for the where property.static Stringthe key for the mongo-mounts property.static Stringthe key for the mongo-uri property.static Stringthe key for the plugins-args property.static Stringthe key for the query-time-limit property.static Stringthe key for the instance-name property.static Stringthe key for the requests-limit property.static Stringthe key for the schema-cache-enabled property.static Stringthe key for the schema-cache-ttl property.
-
Field Details
-
DEFAULT_MONGO_URI
default mongo uri mongodb://127.0.0.1- See Also:
- Constant Field Values
-
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:
- Constant Field Values
-
DEFAULT_MAX_PAGESIZE
static final int DEFAULT_MAX_PAGESIZEdefault value for max-pagesize- See Also:
- Constant Field Values
-
DEFAULT_DEFAULT_PAGESIZE
static final int DEFAULT_DEFAULT_PAGESIZEdefault value for max-pagesize- See Also:
- Constant Field Values
-
DEFAULT_CURSOR_BATCH_SIZE
static final int DEFAULT_CURSOR_BATCH_SIZEdefault value for cursor batch size- See Also:
- Constant Field Values
-
PLUGINS_ARGS_KEY
the key for the plugins-args property.- See Also:
- Constant Field Values
-
LOCAL_CACHE_ENABLED_KEY
the key for the local-cache-enabled property.- See Also:
- Constant Field Values
-
LOCAL_CACHE_TTL_KEY
the key for the local-cache-ttl property.- See Also:
- Constant Field Values
-
SCHEMA_CACHE_ENABLED_KEY
the key for the schema-cache-enabled property.- See Also:
- Constant Field Values
-
SCHEMA_CACHE_TTL_KEY
the key for the schema-cache-ttl property.- See Also:
- Constant Field Values
-
REQUESTS_LIMIT_KEY
the key for the requests-limit property.- See Also:
- Constant Field Values
-
QUERY_TIME_LIMIT_KEY
the key for the query-time-limit property.- See Also:
- Constant Field Values
-
AGGREGATION_TIME_LIMIT_KEY
the key for the aggregation-time-limit property- See Also:
- Constant Field Values
-
AGGREGATION_CHECK_OPERATORS
The key for enabling check that aggregation variables contains operators.- See Also:
- Constant Field Values
-
MONGO_URI_KEY
the key for the mongo-uri property.- See Also:
- Constant Field Values
-
MONGO_MOUNTS_KEY
the key for the mongo-mounts property.- See Also:
- Constant Field Values
-
MONGO_MOUNT_WHAT_KEY
the key for the what property.- See Also:
- Constant Field Values
-
MONGO_MOUNT_WHERE_KEY
the key for the where property.- See Also:
- Constant Field Values
-
DEFAULT_MONGO_MOUNT_WHERE
the default value for the where mongo-mount property.- See Also:
- Constant Field Values
-
DEFAULT_MONGO_MOUNT_WHAT
the default value for the waht mongo-mount property.- See Also:
- Constant Field Values
-
INSTANCE_BASE_URL_KEY
the key for the instance-base-url property.- See Also:
- Constant Field Values
-
REPRESENTATION_FORMAT_KEY
the key for the instance-name property.- See Also:
- Constant Field Values
-
EAGER_POOL_SIZE
the key for the eager-cursor-allocation-pool-size property.- See Also:
- Constant Field Values
-
EAGER_LINEAR_SLICE_WIDHT
the key for the eager-cursor-allocation-linear-slice-width property.- See Also:
- Constant Field Values
-
EAGER_LINEAR_SLICE_DELTA
the key for the eager-cursor-allocation-linear-slice-delta property.- See Also:
- Constant Field Values
-
EAGER_LINEAR_HEIGHTS
the key for the eager-cursor-allocation-linear-slice-heights property.- See Also:
- Constant Field Values
-
EAGER_RND_SLICE_MIN_WIDHT
the key for the eager-cursor-allocation-random-slice-min-width property.- See Also:
- Constant Field Values
-
EAGER_RND_MAX_CURSORS
the key for the eager-cursor-allocation-random-slice-max-cursors property.- See Also:
- Constant Field Values
-
ETAG_CHECK_POLICY_KEY
the key for the etag-check-policy property.- See Also:
- Constant Field Values
-
ETAG_CHECK_POLICY_DB_KEY
the key for the etag-check-policy.db property.- See Also:
- Constant Field Values
-
ETAG_CHECK_POLICY_COLL_KEY
the key for the etag-check-policy.coll property.- See Also:
- Constant Field Values
-
ETAG_CHECK_POLICY_DOC_KEY
the key for the etag-check-policy.doc property.- See Also:
- Constant Field Values
-
METRICS_GATHERING_LEVEL_KEY
Set metrics gathering level (can be ALL, COLLECTION, DATABASE, ROOT, OFF), gradually gathering less specific metrics. Every level contain the upper level as well.- See Also:
- Constant Field Values
-
MAX_PAGESIZE_KEY
The key for specifying the max pagesize- See Also:
- Constant Field Values
-
DEFAULT_PAGESIZE_KEY
The key for specifying the default pagesize- See Also:
- Constant Field Values
-
CURSOR_BATCH_SIZE_KEY
The key for specifying the cursor batch size- See Also:
- Constant Field Values
-