Uses of Interface
org.nuxeo.runtime.kv.KeyValueStoreProvider
-
Packages that use KeyValueStoreProvider Package Description org.nuxeo.ecm.core.mongodb.kv org.nuxeo.ecm.core.redis.contribs org.nuxeo.ecm.core.storage.sql.kv org.nuxeo.runtime.kv -
-
Uses of KeyValueStoreProvider in org.nuxeo.ecm.core.mongodb.kv
Classes in org.nuxeo.ecm.core.mongodb.kv that implement KeyValueStoreProvider Modifier and Type Class Description class
MongoDBKeyValueStore
MongoDB implementation of a Key/Value Store Provider. -
Uses of KeyValueStoreProvider in org.nuxeo.ecm.core.redis.contribs
Classes in org.nuxeo.ecm.core.redis.contribs that implement KeyValueStoreProvider Modifier and Type Class Description class
RedisKeyValueStore
Redis implementation of a Key/Value Store Provider. -
Uses of KeyValueStoreProvider in org.nuxeo.ecm.core.storage.sql.kv
Classes in org.nuxeo.ecm.core.storage.sql.kv that implement KeyValueStoreProvider Modifier and Type Class Description class
SQLKeyValueStore
SQL implementation of a Key/Value Store Provider. -
Uses of KeyValueStoreProvider in org.nuxeo.runtime.kv
Classes in org.nuxeo.runtime.kv that implement KeyValueStoreProvider Modifier and Type Class Description class
AbstractKeyValueStoreProvider
Key/Value Store common methods.class
MemKeyValueStore
Memory-based implementation of a Key/Value store.Fields in org.nuxeo.runtime.kv with type parameters of type KeyValueStoreProvider Modifier and Type Field Description Class<? extends KeyValueStoreProvider>
KeyValueStoreDescriptor. klass
protected Map<String,KeyValueStoreProvider>
KeyValueServiceImpl. providers
-