org.apache.cassandra.db
Interface BatchlogManagerMBean

All Known Implementing Classes:
BatchlogManager

public interface BatchlogManagerMBean


Method Summary
 int countAllBatches()
          Counts all batches currently in the batchlog.
 void forceBatchlogReplay()
          Forces batchlog replay.
 long getTotalBatchesReplayed()
           
 

Method Detail

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

void forceBatchlogReplay()
Forces batchlog replay. Returns immediately if replay is already in progress.



Copyright © 2013 The Apache Software Foundation