Uses of Class
nosql.batch.update.wal.WalTimeRange
Packages that use WalTimeRange
-
Uses of WalTimeRange in nosql.batch.update.wal
Methods in nosql.batch.update.wal that return types with arguments of type WalTimeRangeModifier and TypeMethodDescriptionprotected abstract List<WalTimeRange>AbstractWriteAheadLogCompleter.getTimeRanges(Duration staleBatchesThreshold, int batchSize) protected List<WalTimeRange>WriteAheadLogCompleter.getTimeRanges(Duration staleBatchesThreshold, int batchSize) WriteAheadLogManager.getTimeRanges(Duration staleThreshold, int batchSize) Methods in nosql.batch.update.wal with parameters of type WalTimeRangeModifier and TypeMethodDescriptionAbstractWriteAheadLogCompleter.getStaleBatchesForRange(WalTimeRange timeRange) WriteAheadLogCompleter.getStaleBatchesForRange(WalTimeRange timeRange) WriteAheadLogManager.getStaleBatchesForRange(WalTimeRange timeRange)