Uses of Interface
org.nuxeo.runtime.kv.KeyValueStoreProvider
Package
Description
-
Uses of KeyValueStoreProvider in org.nuxeo.ecm.core.mongodb.kv
Modifier and TypeClassDescriptionclass
MongoDB implementation of a Key/Value Store Provider. -
Uses of KeyValueStoreProvider in org.nuxeo.ecm.core.storage.sql.kv
Modifier and TypeClassDescriptionclass
SQL implementation of a Key/Value Store Provider. -
Uses of KeyValueStoreProvider in org.nuxeo.runtime.kv
Modifier and TypeClassDescriptionclass
Key/Value Store common methods.class
Memory-based implementation of a Key/Value store.Modifier and TypeFieldDescriptionClass<? extends KeyValueStoreProvider>
KeyValueStoreDescriptor.klass
protected Map<String,
KeyValueStoreProvider> KeyValueServiceImpl.providers