Package nosql.batch.update.wal
Interface WriteAheadLogManager<LOCKS,UPDATES,BATCH_ID>
public interface WriteAheadLogManager<LOCKS,UPDATES,BATCH_ID>
-
Method Summary
Modifier and TypeMethodDescriptionbooleandeleteBatch(BATCH_ID batchId) getStaleBatchesForRange(WalTimeRange timeRange) getTimeRanges(Duration staleThreshold, int batchSize) writeBatch(BatchUpdate<LOCKS, UPDATES> batch)
-
Method Details
-
writeBatch
-
deleteBatch
-
getTimeRanges
-
getStaleBatchesForRange
-