Interface MongoServiceConfigurationKeys


public interface MongoServiceConfigurationKeys
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Field Details

    • DEFAULT_MONGO_URI

      static final String DEFAULT_MONGO_URI
      default mongo uri mongodb://127.0.0.1
      See Also:
    • DEFAULT_REPRESENTATION_FORMAT

      static final ExchangeKeys.REPRESENTATION_FORMAT DEFAULT_REPRESENTATION_FORMAT
      default represetation format
    • DEFAULT_DB_ETAG_CHECK_POLICY

      static final ExchangeKeys.ETAG_CHECK_POLICY DEFAULT_DB_ETAG_CHECK_POLICY
      default db etag check policy
    • DEFAULT_COLL_ETAG_CHECK_POLICY

      static final ExchangeKeys.ETAG_CHECK_POLICY DEFAULT_COLL_ETAG_CHECK_POLICY
      default coll etag check policy
    • DEFAULT_DOC_ETAG_CHECK_POLICY

      static final ExchangeKeys.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_POLICY
      default doc etag check policy
      See Also:
    • DEFAULT_MAX_PAGESIZE

      static final int DEFAULT_MAX_PAGESIZE
      default value for max-pagesize
      See Also:
    • DEFAULT_DEFAULT_PAGESIZE

      static final int DEFAULT_DEFAULT_PAGESIZE
      default value for max-pagesize
      See Also:
    • DEFAULT_CURSOR_BATCH_SIZE

      static final int DEFAULT_CURSOR_BATCH_SIZE
      default value for cursor batch size
      See Also:
    • PLUGINS_ARGS_KEY

      static final String PLUGINS_ARGS_KEY
      the key for the plugins-args property.
      See Also:
    • LOCAL_CACHE_ENABLED_KEY

      static final String LOCAL_CACHE_ENABLED_KEY
      the key for the local-cache-enabled property.
      See Also:
    • LOCAL_CACHE_TTL_KEY

      static final String LOCAL_CACHE_TTL_KEY
      the key for the local-cache-ttl property.
      See Also:
    • SCHEMA_CACHE_ENABLED_KEY

      static final String SCHEMA_CACHE_ENABLED_KEY
      the key for the schema-cache-enabled property.
      See Also:
    • SCHEMA_CACHE_TTL_KEY

      static final String SCHEMA_CACHE_TTL_KEY
      the key for the schema-cache-ttl property.
      See Also:
    • REQUESTS_LIMIT_KEY

      static final String REQUESTS_LIMIT_KEY
      the key for the requests-limit property.
      See Also:
    • QUERY_TIME_LIMIT_KEY

      static final String QUERY_TIME_LIMIT_KEY
      the key for the query-time-limit property.
      See Also:
    • AGGREGATION_TIME_LIMIT_KEY

      static final String AGGREGATION_TIME_LIMIT_KEY
      the key for the aggregation-time-limit property
      See Also:
    • AGGREGATION_CHECK_OPERATORS

      static final String AGGREGATION_CHECK_OPERATORS
      The key for enabling check that aggregation variables contains operators.
      See Also:
    • MONGO_URI_KEY

      static final String MONGO_URI_KEY
      the key for the mongo-uri property.
      See Also:
    • MONGO_MOUNTS_KEY

      static final String MONGO_MOUNTS_KEY
      the key for the mongo-mounts property.
      See Also:
    • MONGO_MOUNT_WHAT_KEY

      static final String MONGO_MOUNT_WHAT_KEY
      the key for the what property.
      See Also:
    • MONGO_MOUNT_WHERE_KEY

      static final String MONGO_MOUNT_WHERE_KEY
      the key for the where property.
      See Also:
    • DEFAULT_MONGO_MOUNT_WHERE

      static final String DEFAULT_MONGO_MOUNT_WHERE
      the default value for the where mongo-mount property.
      See Also:
    • DEFAULT_MONGO_MOUNT_WHAT

      static final String DEFAULT_MONGO_MOUNT_WHAT
      the default value for the waht mongo-mount property.
      See Also:
    • INSTANCE_BASE_URL_KEY

      static final String INSTANCE_BASE_URL_KEY
      the key for the instance-base-url property.
      See Also:
    • REPRESENTATION_FORMAT_KEY

      static final String REPRESENTATION_FORMAT_KEY
      the key for the instance-name property.
      See Also:
    • GET_COLLECTION_CACHE_SIZE_KEY

      static final String GET_COLLECTION_CACHE_SIZE_KEY
      the key for the get-collection-cache-size property.
      See Also:
    • GET_COLLECTION_CACHE_TTL_KEY

      static final String GET_COLLECTION_CACHE_TTL_KEY
      the key for the get-collection-cache-ttl property.
      See Also:
    • GET_COLLECTION_CACHE_DOCS_KEY

      static final String GET_COLLECTION_CACHE_DOCS_KEY
      the key for the get-collection-cache-docs property.
      See Also:
    • ETAG_CHECK_POLICY_KEY

      static final String ETAG_CHECK_POLICY_KEY
      the key for the etag-check-policy property.
      See Also:
    • ETAG_CHECK_POLICY_DB_KEY

      static final String ETAG_CHECK_POLICY_DB_KEY
      the key for the etag-check-policy.db property.
      See Also:
    • ETAG_CHECK_POLICY_COLL_KEY

      static final String ETAG_CHECK_POLICY_COLL_KEY
      the key for the etag-check-policy.coll property.
      See Also:
    • ETAG_CHECK_POLICY_DOC_KEY

      static final String ETAG_CHECK_POLICY_DOC_KEY
      the key for the etag-check-policy.doc property.
      See Also:
    • MAX_PAGESIZE_KEY

      static final String MAX_PAGESIZE_KEY
      The key for specifying the max pagesize
      See Also:
    • DEFAULT_PAGESIZE_KEY

      static final String DEFAULT_PAGESIZE_KEY
      The key for specifying the default pagesize
      See Also:
    • CURSOR_BATCH_SIZE_KEY

      static final String CURSOR_BATCH_SIZE_KEY
      The key for specifying the cursor batch size
      See Also:
    • METRICS_GATHERING_LEVEL_KEY

      @Deprecated static final String METRICS_GATHERING_LEVEL_KEY
      Deprecated.
      will be removed in RH v8.0
      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: