Class InflightCallImpl

java.lang.Object
com.netcracker.profiler.io.InflightCallImpl
All Implemented Interfaces:
com.netcracker.profiler.agent.InflightCall, com.netcracker.profiler.agent.InflightCall_01, com.netcracker.profiler.agent.InflightCall_02

public class InflightCallImpl extends Object implements com.netcracker.profiler.agent.InflightCall_02
  • Field Details

    • time

      public long time
    • method

      public int method
    • duration

      public int duration
    • queueWaitDuration

      public int queueWaitDuration
    • suspendDuration

      public int suspendDuration
    • calls

      public int calls
    • traceFileIndex

      public int traceFileIndex
    • bufferOffset

      public int bufferOffset
    • recordIndex

      public int recordIndex
    • logsGenerated

      public int logsGenerated
    • logsWritten

      public int logsWritten
    • threadName

      public String threadName
    • cpuTime

      public long cpuTime
    • waitTime

      public long waitTime
    • memoryUsed

      public long memoryUsed
    • fileRead

      public long fileRead
    • fileWritten

      public long fileWritten
    • netRead

      public long netRead
    • netWritten

      public long netWritten
    • transactions

      public long transactions
    • params

      public Map<Integer,List<String>> params
  • Constructor Details

    • InflightCallImpl

      public InflightCallImpl()
  • Method Details

    • time

      public long time()
      Specified by:
      time in interface com.netcracker.profiler.agent.InflightCall
    • method

      public int method()
      Specified by:
      method in interface com.netcracker.profiler.agent.InflightCall
    • duration

      public int duration()
      Specified by:
      duration in interface com.netcracker.profiler.agent.InflightCall
    • suspendDuration

      public int suspendDuration()
      Specified by:
      suspendDuration in interface com.netcracker.profiler.agent.InflightCall
    • calls

      public int calls()
      Specified by:
      calls in interface com.netcracker.profiler.agent.InflightCall
    • traceFileIndex

      public int traceFileIndex()
      Specified by:
      traceFileIndex in interface com.netcracker.profiler.agent.InflightCall
    • bufferOffset

      public int bufferOffset()
      Specified by:
      bufferOffset in interface com.netcracker.profiler.agent.InflightCall
    • recordIndex

      public int recordIndex()
      Specified by:
      recordIndex in interface com.netcracker.profiler.agent.InflightCall
    • logsGenerated

      public int logsGenerated()
      Specified by:
      logsGenerated in interface com.netcracker.profiler.agent.InflightCall
    • logsWritten

      public int logsWritten()
      Specified by:
      logsWritten in interface com.netcracker.profiler.agent.InflightCall
    • threadName

      public String threadName()
      Specified by:
      threadName in interface com.netcracker.profiler.agent.InflightCall
    • cpuTime

      public long cpuTime()
      Specified by:
      cpuTime in interface com.netcracker.profiler.agent.InflightCall
    • waitTime

      public long waitTime()
      Specified by:
      waitTime in interface com.netcracker.profiler.agent.InflightCall
    • memoryUsed

      public long memoryUsed()
      Specified by:
      memoryUsed in interface com.netcracker.profiler.agent.InflightCall
    • params

      public Map<Integer,List<String>> params()
      Specified by:
      params in interface com.netcracker.profiler.agent.InflightCall
    • fileRead

      public long fileRead()
      Specified by:
      fileRead in interface com.netcracker.profiler.agent.InflightCall_01
    • fileWritten

      public long fileWritten()
      Specified by:
      fileWritten in interface com.netcracker.profiler.agent.InflightCall_01
    • netRead

      public long netRead()
      Specified by:
      netRead in interface com.netcracker.profiler.agent.InflightCall_01
    • netWritten

      public long netWritten()
      Specified by:
      netWritten in interface com.netcracker.profiler.agent.InflightCall_01
    • transactions

      public long transactions()
      Specified by:
      transactions in interface com.netcracker.profiler.agent.InflightCall_02
    • queueWaitDuration

      public int queueWaitDuration()
      Specified by:
      queueWaitDuration in interface com.netcracker.profiler.agent.InflightCall_02