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 voidMongoDBKeyValueStore. 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)voidRedisKeyValueStore. 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 voidSQLKeyValueStore. 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 voidAbstractKeyValueStoreProvider. initialize(KeyValueStoreDescriptor descriptor)voidKeyValueStoreProvider. 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.
-