Package com.netcracker.profiler.agent
Interface DumperPlugin_06
- All Superinterfaces:
DumperPlugin,DumperPlugin_01,DumperPlugin_02,DumperPlugin_03,DumperPlugin_04,DumperPlugin_05
- All Known Subinterfaces:
DumperPlugin_07,DumperPlugin_08,DumperPlugin_09,DumperPlugin_10
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns number of uncompressed bytes writtenMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin
newDumperMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_01
getCurrentRoot, getTags, reconfigureMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_02
getDumperStartTime, getNumberOfRestarts, getWriteTime, getWrittenBytes, getWrittenRecords, isStarted, newDumper, start, stopMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_03
getInflightCallsMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_04
getBytesAllocated, getCPUTimeMethods inherited from interface com.netcracker.profiler.agent.DumperPlugin_05
getFileRead, getFileWritten
-
Method Details
-
getUncompressedSize
long getUncompressedSize()Returns number of uncompressed bytes written- Returns:
- number of uncompressed bytes written
-