Class Trace2Span.FieldKeys

java.lang.Object
io.datarouter.trace.storage.span.Trace2Span.FieldKeys
Enclosing class:
Trace2Span

public static class Trace2Span.FieldKeys
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static io.datarouter.model.field.imp.positive.UInt63FieldKey cpuTimeCreatedNs  
    static io.datarouter.model.field.imp.positive.UInt63FieldKey cpuTimeEndedNs  
    static io.datarouter.model.field.imp.positive.UInt63FieldKey created  
    static io.datarouter.model.field.imp.positive.UInt63FieldKey ended  
    static io.datarouter.model.field.imp.enums.StringEnumFieldKey<Trace2SpanGroupType> groupType  
    static io.datarouter.model.field.imp.StringFieldKey info  
    static io.datarouter.model.field.imp.positive.UInt63FieldKey memoryAllocatedBytesBegin  
    static io.datarouter.model.field.imp.positive.UInt63FieldKey memoryAllocatedBytesEnded  
    static io.datarouter.model.field.imp.StringFieldKey name  
    static io.datarouter.model.field.imp.positive.UInt31FieldKey parentSequence  
  • Constructor Summary

    Constructors 
    Constructor Description
    FieldKeys()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • parentSequence

      public static final io.datarouter.model.field.imp.positive.UInt31FieldKey parentSequence
    • name

      public static final io.datarouter.model.field.imp.StringFieldKey name
    • groupType

      public static final io.datarouter.model.field.imp.enums.StringEnumFieldKey<Trace2SpanGroupType> groupType
    • info

      public static final io.datarouter.model.field.imp.StringFieldKey info
    • created

      public static final io.datarouter.model.field.imp.positive.UInt63FieldKey created
    • ended

      public static final io.datarouter.model.field.imp.positive.UInt63FieldKey ended
    • cpuTimeCreatedNs

      public static final io.datarouter.model.field.imp.positive.UInt63FieldKey cpuTimeCreatedNs
    • cpuTimeEndedNs

      public static final io.datarouter.model.field.imp.positive.UInt63FieldKey cpuTimeEndedNs
    • memoryAllocatedBytesBegin

      public static final io.datarouter.model.field.imp.positive.UInt63FieldKey memoryAllocatedBytesBegin
    • memoryAllocatedBytesEnded

      public static final io.datarouter.model.field.imp.positive.UInt63FieldKey memoryAllocatedBytesEnded
  • Constructor Details