Uses of Interface
nosql.batch.update.wal.ExclusiveLocker
Packages that use ExclusiveLocker
-
Uses of ExclusiveLocker in nosql.batch.update.wal
Constructors in nosql.batch.update.wal with parameters of type ExclusiveLockerModifierConstructorDescriptionAbstractWriteAheadLogCompleter(Duration staleBatchesThreshold, int batchSize, ExclusiveLocker exclusiveLocker, ScheduledExecutorService scheduledExecutorService) WriteAheadLogCompleter(BatchOperations<LOCKS, UPDATES, L, BATCH_ID> batchOperations, Duration staleBatchesThreshold, int batchSize, ExclusiveLocker exclusiveLocker, ScheduledExecutorService scheduledExecutorService)