Uses of Interface
org.nuxeo.runtime.kv.KeyValueStore
-
-
Uses of KeyValueStore in org.nuxeo.ecm.core.api
Methods in org.nuxeo.ecm.core.api with parameters of type KeyValueStore Modifier and Type Method Description protected 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 KeyValueStore Modifier and Type Method Description protected 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 Modifier and Type Method Description KeyValueStore
BulkServiceImpl. getKvStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return KeyValueStore Modifier and Type Method Description protected KeyValueStore
StreamIntrospectionComputation. getKvStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.migrator
Methods in org.nuxeo.ecm.core.migrator that return KeyValueStore Modifier and Type Method Description protected static KeyValueStore
AbstractBulkMigrator. getKeyValueStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.mongodb.kv
Classes in org.nuxeo.ecm.core.mongodb.kv that implement KeyValueStore Modifier and Type Class Description class
MongoDBKeyValueStore
MongoDB implementation of a Key/Value Store Provider. -
Uses of KeyValueStore in org.nuxeo.ecm.core.redis.contribs
Classes in org.nuxeo.ecm.core.redis.contribs that implement KeyValueStore Modifier and Type Class Description class
RedisKeyValueStore
Redis 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 KeyValueStore Modifier and Type Class Description class
SQLKeyValueStore
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 KeyValueStore Modifier and Type Method Description protected KeyValueStore
KeyValueBlobTransientStore. getKeyValueStore()
Methods in org.nuxeo.ecm.core.transientstore.keyvalueblob with parameters of type KeyValueStore Modifier and Type Method Description protected 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 Modifier and Type Method Description protected KeyValueStore
KeyValueStoreUIDSequencer. getStore()
-
Uses of KeyValueStore in org.nuxeo.ecm.core.work
Methods in org.nuxeo.ecm.core.work that return KeyValueStore Modifier and Type Method Description protected 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 KeyValueStore Modifier and Type Method Description protected 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 Modifier and Type Method Description protected KeyValueStore
StreamObject. getKvStore()
-
Uses of KeyValueStore in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return KeyValueStore Modifier and Type Method Description protected KeyValueStore
ElasticSearchAdminImpl. getKvStore()
-
Uses of KeyValueStore in org.nuxeo.runtime.cluster
Fields in org.nuxeo.runtime.cluster declared as KeyValueStore Modifier and Type Field Description protected KeyValueStore
ClusterServiceImpl.ClusterLockHelper. kvStore
-
Uses of KeyValueStore in org.nuxeo.runtime.kv
Subinterfaces of KeyValueStore in org.nuxeo.runtime.kv Modifier and Type Interface Description interface
KeyValueStoreProvider
Key/Value Store SPI.Classes in org.nuxeo.runtime.kv that implement KeyValueStore Modifier and Type Class Description class
AbstractKeyValueStoreProvider
Key/Value Store common methods.class
MemKeyValueStore
Memory-based implementation of a Key/Value store.Methods in org.nuxeo.runtime.kv that return KeyValueStore Modifier and Type Method Description KeyValueStore
KeyValueService. getKeyValueStore(String name)
Gets the Key/Value store with the given name.KeyValueStore
KeyValueServiceImpl. getKeyValueStore(String name)
-
Uses of KeyValueStore in org.nuxeo.runtime.migration
Methods in org.nuxeo.runtime.migration that return KeyValueStore Modifier and Type Method Description protected static KeyValueStore
MigrationServiceImpl. getKeyValueStore()
Methods in org.nuxeo.runtime.migration with parameters of type KeyValueStore Modifier and Type Method Description protected 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 KeyValueStore Modifier and Type Method Description protected 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 Modifier and Type Method Description protected KeyValueStore
WOPIServiceImpl. getKeyValueStore()
-