Class Trace2
java.lang.Object
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<Trace2Key,Trace2>,java.lang.Comparable<io.datarouter.model.databean.Databean<?,?>>
public class Trace2 extends io.datarouter.model.databean.BaseDatabean<Trace2Key,Trace2>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrace2.FieldKeysstatic classTrace2.Trace2Fielder -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_ACCOUNT_NAMEstatic java.time.DurationTTLstatic io.datarouter.model.serialize.fielder.TtlFielderConfigTTL_FIELDER_CONFIG -
Constructor Summary
-
Method Summary
Modifier and Type Method Description java.lang.StringgetAccountName()java.lang.StringgetContext()java.lang.LonggetCpuTimeUsedNs()java.lang.LonggetCreatedMs()java.lang.LonggetCreatedNs()java.lang.IntegergetDiscardedThreadCount()java.lang.LonggetDurationNs()java.lang.LonggetEndedNs()java.lang.StringgetInitialParentId()java.lang.Class<Trace2Key>getKeyClass()java.lang.LonggetMemoryAllocatedBytes()java.lang.StringgetParams()java.lang.StringgetParentId()java.lang.StringgetServiceName()java.lang.IntegergetTotalThreadCount()java.lang.StringgetTraceId()io.datarouter.instrumentation.trace.TraceparentgetTraceparent()java.lang.StringgetType()
-
Field Details
-
TTL
public static final java.time.Duration TTL -
TTL_FIELDER_CONFIG
public static final io.datarouter.model.serialize.fielder.TtlFielderConfig TTL_FIELDER_CONFIG -
DEFAULT_ACCOUNT_NAME
public static final java.lang.String DEFAULT_ACCOUNT_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getKeyClass
-
getTraceId
public java.lang.String getTraceId() -
getParentId
public java.lang.String getParentId() -
getInitialParentId
public java.lang.String getInitialParentId() -
getParams
public java.lang.String getParams() -
getContext
public java.lang.String getContext() -
getType
public java.lang.String getType() -
getCreatedNs
public java.lang.Long getCreatedNs() -
getCreatedMs
public java.lang.Long getCreatedMs() -
getEndedNs
public java.lang.Long getEndedNs() -
getServiceName
public java.lang.String getServiceName() -
getAccountName
public java.lang.String getAccountName() -
getDiscardedThreadCount
public java.lang.Integer getDiscardedThreadCount() -
getTotalThreadCount
public java.lang.Integer getTotalThreadCount() -
getDurationNs
public java.lang.Long getDurationNs() -
getCpuTimeUsedNs
public java.lang.Long getCpuTimeUsedNs() -
getMemoryAllocatedBytes
public java.lang.Long getMemoryAllocatedBytes() -
getTraceparent
public io.datarouter.instrumentation.trace.Traceparent getTraceparent()
-