Uses of Class
org.graylog2.cluster.lock.Lock
Packages that use Lock
-
Uses of Lock in org.graylog2.cluster.lock
Methods in org.graylog2.cluster.lock that return LockMethods in org.graylog2.cluster.lock that return types with arguments of type LockModifier and TypeMethodDescriptionLockService.extendLock(Lock existingLock) Extend the expiry time of an existing lock.MongoLockService.extendLock(Lock lock) Request a lock.Request a concurrency lock.Request a lock.Unlock an existing lock.Unlock an existing lock.Methods in org.graylog2.cluster.lock with parameters of type LockModifier and TypeMethodDescriptionLockService.extendLock(Lock existingLock) Extend the expiry time of an existing lock.MongoLockService.extendLock(Lock lock) Unlock an existing lock. -
Uses of Lock in org.graylog2.indexer.datanode
Methods in org.graylog2.indexer.datanode that return LockModifier and TypeMethodDescriptionDatanodeMigrationLockService.acquireLock(IndexSet indexSet, Class<?> caller, String context, DatanodeMigrationLockWaitConfig config) This is a blocking method.DatanodeMigrationLockServiceImpl.acquireLock(IndexSet indexSet, Class<?> caller, String context, DatanodeMigrationLockWaitConfig config) Methods in org.graylog2.indexer.datanode with parameters of type Lock