Class Trace2ThreadDto
java.lang.Object
io.datarouter.instrumentation.trace.Trace2ThreadDto
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTrace2ThreadDto(Traceparent traceparent, Long threadId, Long parentThreadId, String name, String serverName, String hostThreadName, Long created) -
Method Summary
Modifier and TypeMethodDescriptiongetEnded()getInfo()getName()voidvoidsetCpuTimeCreatedNs(Long cpuTimeCreatedNs) voidsetCpuTimeEndedNs(Long cpuTimeEndedNs) voidsetDiscardedSpanCount(Integer discardedSpanCount) voidvoidvoidsetMemoryAllocatedBytesBegin(Long memoryAllocatedBytesBegin) voidsetMemoryAllocatedBytesEnded(Long memoryAllocatedBytesEnded) voidsetQueuedEnded(Long queuedEnded) voidsetTotalSpanCount(Integer totalSpanCount)
-
Field Details
-
traceparent
-
threadId
-
parentThreadId
-
name
-
serverName
-
hostThreadName
-
created
-
-
Constructor Details
-
Trace2ThreadDto
-
-
Method Details
-
getTraceparent
-
getThreadId
-
getParentThreadId
-
getName
-
getHostThreadName
-
getInfo
-
setInfo
-
getQueuedEnded
-
setQueuedEnded
-
markStart
public void markStart() -
getEnded
-
setEnded
-
getServerName
-
getCreated
-
getDiscardedSpanCount
-
setDiscardedSpanCount
-
getTotalSpanCount
-
setTotalSpanCount
-
getCpuTimeCreatedNs
-
setCpuTimeCreatedNs
-
getCpuTimeEndedNs
-
setCpuTimeEndedNs
-
getMemoryAllocatedBytesBegin
-
setMemoryAllocatedBytesBegin
-
getMemoryAllocatedBytesEnded
-
setMemoryAllocatedBytesEnded
-