Class DumperCallsExporter

java.lang.Object
com.netcracker.profiler.util.DumperCallsExporter

public class DumperCallsExporter extends Object
  • Constructor Details

    • DumperCallsExporter

      public DumperCallsExporter()
  • Method Details

    • configureExport

      public void configureExport(ArrayBlockingQueue<ByteArrayOutputStream> jsonsToSend, ArrayBlockingQueue<ByteArrayOutputStream> emptyJsonBuffers, com.netcracker.profiler.agent.NetworkExportParams exportParams)
    • exportCall

      public void exportCall(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)
    • isEnabled

      public boolean isEnabled()