Package com.netcracker.profiler.agent
Interface DumperPlugin_03
- All Superinterfaces:
DumperPlugin,DumperPlugin_01,DumperPlugin_02
- All Known Subinterfaces:
DumperPlugin_04,DumperPlugin_05,DumperPlugin_06,DumperPlugin_07,DumperPlugin_08,DumperPlugin_09,DumperPlugin_10
-
Method Summary
Modifier and TypeMethodDescriptionObject[]Returns Object[]{File dumpRoot, List<InflightCall> calls}Methods 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, stop
-
Method Details
-
getInflightCalls
Object[] getInflightCalls()Returns Object[]{File dumpRoot, List<InflightCall> calls}- Returns:
- array with two elements: Object[]{File dumpRoot, List<InflightCall> calls}
-