Uses of Interface
org.nuxeo.runtime.kv.KeyValueStoreProvider
Packages that use KeyValueStoreProvider
Package
Description
-
Uses of KeyValueStoreProvider in org.nuxeo.ecm.core.mongodb.kv
Classes in org.nuxeo.ecm.core.mongodb.kv that implement KeyValueStoreProviderModifier and TypeClassDescriptionclass
MongoDB 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 KeyValueStoreProviderModifier and TypeClassDescriptionclass
SQL implementation of a Key/Value Store Provider. -
Uses of KeyValueStoreProvider in org.nuxeo.runtime.kv
Classes in org.nuxeo.runtime.kv that implement KeyValueStoreProviderModifier and TypeClassDescriptionclass
Key/Value Store common methods.class
Memory-based implementation of a Key/Value store.Fields in org.nuxeo.runtime.kv with type parameters of type KeyValueStoreProviderModifier and TypeFieldDescriptionClass<? extends KeyValueStoreProvider>
KeyValueStoreDescriptor.klass
protected Map<String,
KeyValueStoreProvider> KeyValueServiceImpl.providers