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