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 booleanLockHelper.tryLock(String key, KeyValueStore kvStore) protected static voidLockHelper.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 KeyValueStoreBlobManagerComponent.getBlobDeletionKeyValueStore()protected KeyValueStoreBlobManagerComponent.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 KeyValueStoreStreamIntrospectionComputation.getKvStore() -
Uses of KeyValueStore in org.nuxeo.ecm.core.migrator
Methods in org.nuxeo.ecm.core.migrator that return KeyValueStoreModifier and TypeMethodDescriptionprotected static KeyValueStoreAbstractBulkMigrator.getKeyValueStore() -
Uses of KeyValueStore in org.nuxeo.ecm.core.mongodb.kv
Classes in org.nuxeo.ecm.core.mongodb.kv that implement KeyValueStoreModifier and TypeClassDescriptionclassMongoDB 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 TypeClassDescriptionclassSQL 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 KeyValueStoreKeyValueBlobTransientStore.getKeyValueStore()Methods in org.nuxeo.ecm.core.transientstore.keyvalueblob with parameters of type KeyValueStoreModifier and TypeMethodDescriptionprotected voidKeyValueBlobTransientStore.acquireBlobLockOrThrow(String key, KeyValueStore kvs) protected voidKeyValueBlobTransientStore.addStorageSize(long delta, KeyValueStore kvs) protected voidKeyValueBlobTransientStore.atomicUpdate(String key, Function<String, String> updateFunction, long ttl, KeyValueStore kvs) protected voidKeyValueBlobTransientStore.markEntryExists(String key, KeyValueStore kvs) protected voidKeyValueBlobTransientStore.releaseBlobLock(String key, KeyValueStore kvs) protected voidKeyValueBlobTransientStore.removeBlobs(String key, KeyValueStore kvs) protected voidKeyValueBlobTransientStore.removeCompleted(String key, KeyValueStore kvs) protected voidKeyValueBlobTransientStore.removeParameters(String key, KeyValueStore kvs) protected booleanKeyValueBlobTransientStore.tryAcquireBlobLock(String key, KeyValueStore kvs) protected booleanKeyValueBlobTransientStore.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 KeyValueStoreKeyValueStoreOverflowRecordFilter.getKeyValueStore()protected static KeyValueStoreWorkStateHelper.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 KeyValueStoreDocumentRoutingEscalationServiceImpl.getKvStore() -
Uses of KeyValueStore in org.nuxeo.ecm.restapi.server.management
Methods in org.nuxeo.ecm.restapi.server.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 KeyValueStoreClusterServiceImpl.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 TypeClassDescriptionclassKey/Value Store common methods.classMemory-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 KeyValueStoreMigrationServiceImpl.getKeyValueStore()Methods in org.nuxeo.runtime.migration with parameters of type KeyValueStoreModifier and TypeMethodDescriptionprotected longMigrationServiceImpl.parseLong(KeyValueStore kv, String key) protected voidMigrationServiceImpl.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 voidMigrationServiceImpl.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