Package com.netcracker.profiler.util
Class DumperCallsExporter
java.lang.Object
com.netcracker.profiler.util.DumperCallsExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureExport(ArrayBlockingQueue<ByteArrayOutputStream> jsonsToSend, ArrayBlockingQueue<ByteArrayOutputStream> emptyJsonBuffers, com.netcracker.profiler.agent.NetworkExportParams exportParams) voidexportCall(long startTimestamp, long callDuration, long callSuspension, com.netcracker.profiler.agent.CallInfo callInfo, com.netcracker.profiler.formatters.title.ProfilerTitle profilerTitle, com.netcracker.profiler.dump.ThreadState threadState, String threadName, String dumpDir) boolean
-
Constructor Details
-
DumperCallsExporter
public DumperCallsExporter()
-
-
Method Details
-
configureExport
public void configureExport(ArrayBlockingQueue<ByteArrayOutputStream> jsonsToSend, ArrayBlockingQueue<ByteArrayOutputStream> emptyJsonBuffers, com.netcracker.profiler.agent.NetworkExportParams exportParams) -
exportCall
-
isEnabled
public boolean isEnabled()
-