Package com.emc.mongoose.base.logging
Class OperationTraceRecord<I extends Item,O extends Operation<I>>
- java.lang.Object
-
- com.emc.mongoose.base.logging.OperationTraceRecord<I,O>
-
-
Field Summary
Fields Modifier and Type Field Description protected longdataLatencyprotected longdurationprotected java.lang.StringitemPathprotected intopTypeCodeprotected longreqTimeStartprotected longrespLatencyprotected intstatusCodeprotected java.lang.StringstorageNodeprotected longtransferSize
-
Constructor Summary
Constructors Constructor Description OperationTraceRecord(O opResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformat(java.lang.StringBuilder strb)
-
-
-
Field Detail
-
storageNode
protected final java.lang.String storageNode
-
itemPath
protected final java.lang.String itemPath
-
opTypeCode
protected final int opTypeCode
-
statusCode
protected final int statusCode
-
reqTimeStart
protected final long reqTimeStart
-
duration
protected final long duration
-
respLatency
protected final long respLatency
-
dataLatency
protected final long dataLatency
-
transferSize
protected final long transferSize
-
-
Constructor Detail
-
OperationTraceRecord
public OperationTraceRecord(O opResult)
-
-