Interface BatchlogManagerMBean

All Known Implementing Classes:
BatchlogManager

public interface BatchlogManagerMBean
  • 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

      void forceBatchlogReplay() throws Exception
      Forces batchlog replay. Blocks until completion.
      Throws:
      Exception