Interface DumperPlugin_02

All Superinterfaces:
DumperPlugin, DumperPlugin_01
All Known Subinterfaces:
DumperPlugin_03, DumperPlugin_04, DumperPlugin_05, DumperPlugin_06, DumperPlugin_07, DumperPlugin_08, DumperPlugin_09, DumperPlugin_10

public interface DumperPlugin_02 extends DumperPlugin_01
  • Method Details

    • newDumper

      void newDumper(BlockingQueue<LocalBuffer> dirtyBuffers, BlockingQueue<LocalBuffer> emptyBuffers, ConcurrentMap<Thread,LocalState> activeThreads)
    • start

      boolean start()
    • stop

      boolean stop(boolean force)
    • isStarted

      boolean isStarted()
    • getNumberOfRestarts

      int getNumberOfRestarts()
    • getWrittenRecords

      long getWrittenRecords()
    • getWrittenBytes

      long getWrittenBytes()
    • getWriteTime

      long getWriteTime()
    • getDumperStartTime

      long getDumperStartTime()