Uses of Class
org.nuxeo.runtime.kv.KeyValueStoreDescriptor
-
Packages that use KeyValueStoreDescriptor 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 KeyValueStoreDescriptor in org.nuxeo.ecm.core.mongodb.kv
Methods in org.nuxeo.ecm.core.mongodb.kv with parameters of type KeyValueStoreDescriptor Modifier and Type Method Description void
MongoDBKeyValueStore. initialize(KeyValueStoreDescriptor descriptor)
-
Uses of KeyValueStoreDescriptor in org.nuxeo.ecm.core.redis.contribs
Methods in org.nuxeo.ecm.core.redis.contribs with parameters of type KeyValueStoreDescriptor Modifier and Type Method Description protected String[]
RedisKeyValueStore. getNamespace(KeyValueStoreDescriptor descriptor)
void
RedisKeyValueStore. initialize(KeyValueStoreDescriptor descriptor)
-
Uses of KeyValueStoreDescriptor in org.nuxeo.ecm.core.storage.sql.kv
Methods in org.nuxeo.ecm.core.storage.sql.kv with parameters of type KeyValueStoreDescriptor Modifier and Type Method Description void
SQLKeyValueStore. initialize(KeyValueStoreDescriptor descriptor)
-
Uses of KeyValueStoreDescriptor in org.nuxeo.runtime.kv
Methods in org.nuxeo.runtime.kv with parameters of type KeyValueStoreDescriptor Modifier and Type Method Description void
AbstractKeyValueStoreProvider. initialize(KeyValueStoreDescriptor descriptor)
void
KeyValueStoreProvider. initialize(KeyValueStoreDescriptor descriptor)
Initializes this Key/Value store provider.Constructors in org.nuxeo.runtime.kv with parameters of type KeyValueStoreDescriptor Constructor Description KeyValueStoreDescriptor(KeyValueStoreDescriptor other)
Copy constructor.
-