Class MongoDBKeyValueStore

  • All Implemented Interfaces:
    KeyValueStore, KeyValueStoreProvider

    public class MongoDBKeyValueStore
    extends AbstractKeyValueStoreProvider
    MongoDB implementation of a Key/Value Store Provider.

    The following configuration properties are available:

    • collection: the MongoDB collection prefix to use, the default is "kv". This will be followed by the Store name.
    Since:
    9.3