Uses of Interface
nosql.batch.update.BatchUpdate
Packages that use BatchUpdate
-
Uses of BatchUpdate in nosql.batch.update
Methods in nosql.batch.update with parameters of type BatchUpdateModifier and TypeMethodDescriptionvoidBatchOperations.processAndDeleteTransaction(BATCH_ID batchId, BatchUpdate<LOCKS, UPDATES> batchUpdate, boolean calledByWal) voidBatchUpdater.update(BatchUpdate<LOCKS, UPDATES> batchUpdate) -
Uses of BatchUpdate in nosql.batch.update.wal
Fields in nosql.batch.update.wal declared as BatchUpdateMethods in nosql.batch.update.wal with parameters of type BatchUpdateModifier and TypeMethodDescriptionWriteAheadLogManager.writeBatch(BatchUpdate<LOCKS, UPDATES> batch) Constructors in nosql.batch.update.wal with parameters of type BatchUpdateModifierConstructorDescriptionWalRecord(BATCH_ID batchId, long timestamp, BatchUpdate<LOCKS, UPDATES> batchUpdate)