Class Trace2ThreadDto

java.lang.Object
io.datarouter.instrumentation.trace.Trace2ThreadDto

public class Trace2ThreadDto extends Object
  • Field Details

    • traceparent

      public final Traceparent traceparent
    • threadId

      public final Long threadId
    • parentThreadId

      public final Long parentThreadId
    • name

      public final String name
    • serverName

      public final String serverName
    • hostThreadName

      public final String hostThreadName
    • created

      public final Long created
  • Constructor Details

  • Method Details

    • getTraceparent

      public Traceparent getTraceparent()
    • getThreadId

      public Long getThreadId()
    • getParentThreadId

      public Long getParentThreadId()
    • getName

      public String getName()
    • getHostThreadName

      public String getHostThreadName()
    • getInfo

      public String getInfo()
    • setInfo

      public void setInfo(String info)
    • getQueuedEnded

      public Long getQueuedEnded()
    • setQueuedEnded

      public void setQueuedEnded(Long queuedEnded)
    • markStart

      public void markStart()
    • getEnded

      public Long getEnded()
    • setEnded

      public void setEnded(Long ended)
    • getServerName

      public String getServerName()
    • getCreated

      public Long getCreated()
    • getDiscardedSpanCount

      public Integer getDiscardedSpanCount()
    • setDiscardedSpanCount

      public void setDiscardedSpanCount(Integer discardedSpanCount)
    • getTotalSpanCount

      public Integer getTotalSpanCount()
    • setTotalSpanCount

      public void setTotalSpanCount(Integer totalSpanCount)
    • getCpuTimeCreatedNs

      public Long getCpuTimeCreatedNs()
    • setCpuTimeCreatedNs

      public void setCpuTimeCreatedNs(Long cpuTimeCreatedNs)
    • getCpuTimeEndedNs

      public Long getCpuTimeEndedNs()
    • setCpuTimeEndedNs

      public void setCpuTimeEndedNs(Long cpuTimeEndedNs)
    • getMemoryAllocatedBytesBegin

      public Long getMemoryAllocatedBytesBegin()
    • setMemoryAllocatedBytesBegin

      public void setMemoryAllocatedBytesBegin(Long memoryAllocatedBytesBegin)
    • getMemoryAllocatedBytesEnded

      public Long getMemoryAllocatedBytesEnded()
    • setMemoryAllocatedBytesEnded

      public void setMemoryAllocatedBytesEnded(Long memoryAllocatedBytesEnded)