Uses of Interface
org.nuxeo.runtime.kv.KeyValueStore
Packages that use KeyValueStore
Package
Description
Provides implementation for the api package.
-
Uses of KeyValueStore in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api with parameters of type KeyValueStoreModifier and TypeMethodDescriptionprotected static boolean
LockHelper.tryLock
(String key, KeyValueStore kvStore) protected static void
LockHelper.unlock
(String key, KeyValueStore kvStore) -
Uses of KeyValueStore in org.nuxeo.ecm.core.blob
Methods in org.nuxeo.ecm.core.blob that return KeyValueStoreModifier and TypeMethodDescriptionprotected KeyValueStore
BlobManagerComponent.getBlobDeletionKeyValueStore()
protected KeyValueStore
BlobManagerComponent.getBlobKeyReplacementKeyValuestore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.bulk
Methods in org.nuxeo.ecm.core.bulk that return KeyValueStore -
Uses of KeyValueStore in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return KeyValueStoreModifier and TypeMethodDescriptionprotected KeyValueStore
StreamIntrospectionComputation.getKvStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.migrator
Methods in org.nuxeo.ecm.core.migrator that return KeyValueStoreModifier and TypeMethodDescriptionprotected static KeyValueStore
AbstractBulkMigrator.getKeyValueStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.mongodb.kv
Classes in org.nuxeo.ecm.core.mongodb.kv that implement KeyValueStoreModifier and TypeClassDescriptionclass
MongoDB implementation of a Key/Value Store Provider. -
Uses of KeyValueStore in org.nuxeo.ecm.core.storage.sql.kv
Classes in org.nuxeo.ecm.core.storage.sql.kv that implement KeyValueStoreModifier and TypeClassDescriptionclass
SQL implementation of a Key/Value Store Provider. -
Uses of KeyValueStore in org.nuxeo.ecm.core.transientstore.keyvalueblob
Methods in org.nuxeo.ecm.core.transientstore.keyvalueblob that return KeyValueStoreModifier and TypeMethodDescriptionprotected KeyValueStore
KeyValueBlobTransientStore.getKeyValueStore()
Methods in org.nuxeo.ecm.core.transientstore.keyvalueblob with parameters of type KeyValueStoreModifier and TypeMethodDescriptionprotected void
KeyValueBlobTransientStore.acquireBlobLockOrThrow
(String key, KeyValueStore kvs) protected void
KeyValueBlobTransientStore.addStorageSize
(long delta, KeyValueStore kvs) protected void
KeyValueBlobTransientStore.atomicUpdate
(String key, Function<String, String> updateFunction, long ttl, KeyValueStore kvs) protected void
KeyValueBlobTransientStore.markEntryExists
(String key, KeyValueStore kvs) protected void
KeyValueBlobTransientStore.releaseBlobLock
(String key, KeyValueStore kvs) protected void
KeyValueBlobTransientStore.removeBlobs
(String key, KeyValueStore kvs) protected void
KeyValueBlobTransientStore.removeCompleted
(String key, KeyValueStore kvs) protected void
KeyValueBlobTransientStore.removeParameters
(String key, KeyValueStore kvs) protected boolean
KeyValueBlobTransientStore.tryAcquireBlobLock
(String key, KeyValueStore kvs) protected boolean
KeyValueBlobTransientStore.tryAcquireOnceBlobLock
(String key, KeyValueStore kvs) -
Uses of KeyValueStore in org.nuxeo.ecm.core.uidgen
Methods in org.nuxeo.ecm.core.uidgen that return KeyValueStore -
Uses of KeyValueStore in org.nuxeo.ecm.core.work
Methods in org.nuxeo.ecm.core.work that return KeyValueStoreModifier and TypeMethodDescriptionprotected KeyValueStore
KeyValueStoreOverflowRecordFilter.getKeyValueStore()
protected static KeyValueStore
WorkStateHelper.getKeyValueStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.platform.routing.core.impl
Methods in org.nuxeo.ecm.platform.routing.core.impl that return KeyValueStoreModifier and TypeMethodDescriptionprotected static KeyValueStore
DocumentRoutingEscalationServiceImpl.getKvStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.restapi.server.jaxrs.management
Methods in org.nuxeo.ecm.restapi.server.jaxrs.management that return KeyValueStore -
Uses of KeyValueStore in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return KeyValueStore -
Uses of KeyValueStore in org.nuxeo.runtime.cluster
Fields in org.nuxeo.runtime.cluster declared as KeyValueStoreModifier and TypeFieldDescriptionprotected final KeyValueStore
ClusterServiceImpl.ClusterLockHelper.kvStore
-
Uses of KeyValueStore in org.nuxeo.runtime.kv
Subinterfaces of KeyValueStore in org.nuxeo.runtime.kvClasses in org.nuxeo.runtime.kv that implement KeyValueStoreModifier and TypeClassDescriptionclass
Key/Value Store common methods.class
Memory-based implementation of a Key/Value store.Methods in org.nuxeo.runtime.kv that return KeyValueStoreModifier and TypeMethodDescriptionKeyValueService.getKeyValueStore
(String name) Gets the Key/Value store with the given name.KeyValueServiceImpl.getKeyValueStore
(String name) -
Uses of KeyValueStore in org.nuxeo.runtime.migration
Methods in org.nuxeo.runtime.migration that return KeyValueStoreModifier and TypeMethodDescriptionprotected static KeyValueStore
MigrationServiceImpl.getKeyValueStore()
Methods in org.nuxeo.runtime.migration with parameters of type KeyValueStoreModifier and TypeMethodDescriptionprotected long
MigrationServiceImpl.parseLong
(KeyValueStore kv, String key) protected void
MigrationServiceImpl.setState
(String id, String state, MigrationServiceImpl.ProgressReporter progressReporter, KeyValueStore kv) Method parameters in org.nuxeo.runtime.migration with type arguments of type KeyValueStoreModifier and TypeMethodDescriptionprotected void
MigrationServiceImpl.atomic
(String id, Consumer<KeyValueStore> consumer) Executes something while setting a lock, retrying a few times if the lock is already set. -
Uses of KeyValueStore in org.nuxeo.wopi
Methods in org.nuxeo.wopi that return KeyValueStore