Package org.qubership.profiler.io
Class InflightCallImpl
java.lang.Object
org.qubership.profiler.io.InflightCallImpl
- All Implemented Interfaces:
org.qubership.profiler.agent.InflightCall,org.qubership.profiler.agent.InflightCall_01,org.qubership.profiler.agent.InflightCall_02
public class InflightCallImpl
extends Object
implements org.qubership.profiler.agent.InflightCall_02
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintlongintlonglongintintlongintlonglongintintintlongintlonglong -
Constructor Summary
Constructors -
Method Summary
-
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
-
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
-
-
Constructor Details
-
InflightCallImpl
public InflightCallImpl()
-
-
Method Details
-
time
public long time()- Specified by:
timein interfaceorg.qubership.profiler.agent.InflightCall
-
method
public int method()- Specified by:
methodin interfaceorg.qubership.profiler.agent.InflightCall
-
duration
public int duration()- Specified by:
durationin interfaceorg.qubership.profiler.agent.InflightCall
-
suspendDuration
public int suspendDuration()- Specified by:
suspendDurationin interfaceorg.qubership.profiler.agent.InflightCall
-
calls
public int calls()- Specified by:
callsin interfaceorg.qubership.profiler.agent.InflightCall
-
traceFileIndex
public int traceFileIndex()- Specified by:
traceFileIndexin interfaceorg.qubership.profiler.agent.InflightCall
-
bufferOffset
public int bufferOffset()- Specified by:
bufferOffsetin interfaceorg.qubership.profiler.agent.InflightCall
-
recordIndex
public int recordIndex()- Specified by:
recordIndexin interfaceorg.qubership.profiler.agent.InflightCall
-
logsGenerated
public int logsGenerated()- Specified by:
logsGeneratedin interfaceorg.qubership.profiler.agent.InflightCall
-
logsWritten
public int logsWritten()- Specified by:
logsWrittenin interfaceorg.qubership.profiler.agent.InflightCall
-
threadName
- Specified by:
threadNamein interfaceorg.qubership.profiler.agent.InflightCall
-
cpuTime
public long cpuTime()- Specified by:
cpuTimein interfaceorg.qubership.profiler.agent.InflightCall
-
waitTime
public long waitTime()- Specified by:
waitTimein interfaceorg.qubership.profiler.agent.InflightCall
-
memoryUsed
public long memoryUsed()- Specified by:
memoryUsedin interfaceorg.qubership.profiler.agent.InflightCall
-
params
- Specified by:
paramsin interfaceorg.qubership.profiler.agent.InflightCall
-
fileRead
public long fileRead()- Specified by:
fileReadin interfaceorg.qubership.profiler.agent.InflightCall_01
-
fileWritten
public long fileWritten()- Specified by:
fileWrittenin interfaceorg.qubership.profiler.agent.InflightCall_01
-
netRead
public long netRead()- Specified by:
netReadin interfaceorg.qubership.profiler.agent.InflightCall_01
-
netWritten
public long netWritten()- Specified by:
netWrittenin interfaceorg.qubership.profiler.agent.InflightCall_01
-
transactions
public long transactions()- Specified by:
transactionsin interfaceorg.qubership.profiler.agent.InflightCall_02
-
queueWaitDuration
public int queueWaitDuration()- Specified by:
queueWaitDurationin interfaceorg.qubership.profiler.agent.InflightCall_02
-