Package com.netcracker.profiler.agent
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
-
Method Summary
Modifier and TypeMethodDescriptionlongintlonglonglongbooleanvoidnewDumper(BlockingQueue<LocalBuffer> dirtyBuffers, BlockingQueue<LocalBuffer> emptyBuffers, ConcurrentMap<Thread, LocalState> activeThreads) booleanstart()booleanstop(boolean force) Methods inherited from interface com.netcracker.profiler.agent.DumperPlugin
newDumperMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_01
getCurrentRoot, getTags, reconfigure
-
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()
-