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 classMongoDBKeyValueStoreMongoDB 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 classRedisKeyValueStoreRedis 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 classSQLKeyValueStoreSQL 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 classAbstractKeyValueStoreProviderKey/Value Store common methods.classMemKeyValueStoreMemory-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. klassprotected Map<String,KeyValueStoreProvider>KeyValueServiceImpl. providers
-