Package org.apache.cassandra.batchlog
Interface BatchlogManagerMBean
- All Known Implementing Classes:
BatchlogManager
public interface BatchlogManagerMBean
-
Method Summary
Modifier and TypeMethodDescriptionintCounts all batches currently in the batchlog.voidForces batchlog replay.long
-
Method Details
-
countAllBatches
int countAllBatches()Counts all batches currently in the batchlog.- Returns:
- total batch count
-
getTotalBatchesReplayed
long getTotalBatchesReplayed()- Returns:
- total count of batches replayed since node start
-
forceBatchlogReplay
Forces batchlog replay. Blocks until completion.- Throws:
Exception
-