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 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 KeyValueStore Modifier and Type Method Description protected KeyValueStoreBlobManagerComponent. getBlobDeletionKeyValueStore()protected KeyValueStoreBlobManagerComponent. 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 KeyValueStoreBulkServiceImpl. 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 KeyValueStoreStreamIntrospectionComputation. 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 KeyValueStoreAbstractBulkMigrator. 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 classMongoDBKeyValueStoreMongoDB 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 classRedisKeyValueStoreRedis 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 classSQLKeyValueStoreSQL 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 KeyValueStoreKeyValueBlobTransientStore. getKeyValueStore()Methods in org.nuxeo.ecm.core.transientstore.keyvalueblob with parameters of type KeyValueStore Modifier and Type Method Description protected 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 Modifier and Type Method Description protected KeyValueStoreKeyValueStoreUIDSequencer. 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 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 KeyValueStore Modifier and Type Method Description protected static KeyValueStoreDocumentRoutingEscalationServiceImpl. 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 KeyValueStoreStreamObject. getKvStore() -
Uses of KeyValueStore in org.nuxeo.elasticsearch.core
Methods in org.nuxeo.elasticsearch.core that return KeyValueStore Modifier and Type Method Description protected KeyValueStoreElasticSearchAdminImpl. getKvStore() -
Uses of KeyValueStore in org.nuxeo.runtime.cluster
Fields in org.nuxeo.runtime.cluster declared as KeyValueStore Modifier and Type Field Description protected KeyValueStoreClusterServiceImpl.ClusterLockHelper. kvStore -
Uses of KeyValueStore in org.nuxeo.runtime.kv
Subinterfaces of KeyValueStore in org.nuxeo.runtime.kv Modifier and Type Interface Description interfaceKeyValueStoreProviderKey/Value Store SPI.Classes in org.nuxeo.runtime.kv that implement KeyValueStore Modifier and Type Class Description classAbstractKeyValueStoreProviderKey/Value Store common methods.classMemKeyValueStoreMemory-based implementation of a Key/Value store.Methods in org.nuxeo.runtime.kv that return KeyValueStore Modifier and Type Method Description KeyValueStoreKeyValueService. getKeyValueStore(String name)Gets the Key/Value store with the given name.KeyValueStoreKeyValueServiceImpl. 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 KeyValueStoreMigrationServiceImpl. getKeyValueStore()Methods in org.nuxeo.runtime.migration with parameters of type KeyValueStore Modifier and Type Method Description protected 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 KeyValueStore Modifier and Type Method Description protected 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 Modifier and Type Method Description protected KeyValueStoreWOPIServiceImpl. getKeyValueStore()
-