Uses of Interface
nosql.batch.update.UpdateOperations
Packages that use UpdateOperations
-
Uses of UpdateOperations in nosql.batch.update
Constructors in nosql.batch.update with parameters of type UpdateOperationsModifierConstructorDescriptionBatchOperations(WriteAheadLogManager<LOCKS, UPDATES, BATCH_ID> writeAheadLogManager, LockOperations<LOCKS, L, BATCH_ID> lockOperations, UpdateOperations<UPDATES> updateOperations, ExecutorService executorService)