Uses of Interface
org.nuxeo.runtime.kv.KeyValueStore
Package
Description
Provides implementation for the api package.
-
Uses of KeyValueStore in org.nuxeo.ecm.core.api
Modifier 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
Modifier and TypeMethodDescriptionprotected KeyValueStore
BlobManagerComponent.getBlobDeletionKeyValueStore()
protected KeyValueStore
BlobManagerComponent.getBlobKeyReplacementKeyValuestore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.bulk
-
Uses of KeyValueStore in org.nuxeo.ecm.core.bulk.introspection
Modifier and TypeMethodDescriptionprotected KeyValueStore
StreamIntrospectionComputation.getKvStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.migrator
Modifier and TypeMethodDescriptionprotected static KeyValueStore
AbstractBulkMigrator.getKeyValueStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.mongodb.kv
Modifier and TypeClassDescriptionclass
MongoDB implementation of a Key/Value Store Provider. -
Uses of KeyValueStore in org.nuxeo.ecm.core.storage.sql.kv
Modifier and TypeClassDescriptionclass
SQL implementation of a Key/Value Store Provider. -
Uses of KeyValueStore in org.nuxeo.ecm.core.transientstore.keyvalueblob
Modifier and TypeMethodDescriptionprotected KeyValueStore
KeyValueBlobTransientStore.getKeyValueStore()
Modifier 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
-
Uses of KeyValueStore in org.nuxeo.ecm.core.work
Modifier and TypeMethodDescriptionprotected KeyValueStore
KeyValueStoreOverflowRecordFilter.getKeyValueStore()
protected static KeyValueStore
WorkStateHelper.getKeyValueStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.platform.routing.core.impl
Modifier and TypeMethodDescriptionprotected static KeyValueStore
DocumentRoutingEscalationServiceImpl.getKvStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.restapi.server.jaxrs.management
-
Uses of KeyValueStore in org.nuxeo.elasticsearch.core
-
Uses of KeyValueStore in org.nuxeo.runtime.cluster
Modifier and TypeFieldDescriptionprotected final KeyValueStore
ClusterServiceImpl.ClusterLockHelper.kvStore
-
Uses of KeyValueStore in org.nuxeo.runtime.kv
Modifier and TypeClassDescriptionclass
Key/Value Store common methods.class
Memory-based implementation of a Key/Value store.Modifier 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
Modifier and TypeMethodDescriptionprotected static KeyValueStore
MigrationServiceImpl.getKeyValueStore()
Modifier and TypeMethodDescriptionprotected long
MigrationServiceImpl.parseLong
(KeyValueStore kv, String key) protected void
MigrationServiceImpl.setState
(String id, String state, MigrationServiceImpl.ProgressReporter progressReporter, KeyValueStore kv) Modifier 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