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