Class BaseTraceSpanKey.FieldKeys

java.lang.Object
io.datarouter.trace.storage.span.BaseTraceSpanKey.FieldKeys
Enclosing class:
BaseTraceSpanKey<EK extends BaseTraceEntityKey<EK>,​PK extends BaseTraceSpanKey<EK,​PK>>

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

    Fields 
    Modifier and Type Field Description
    static io.datarouter.model.field.imp.comparable.IntegerFieldKey sequence  
    static io.datarouter.model.field.imp.comparable.LongFieldKey threadId  
  • 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

    • threadId

      public static final io.datarouter.model.field.imp.comparable.LongFieldKey threadId
    • sequence

      public static final io.datarouter.model.field.imp.comparable.IntegerFieldKey sequence
  • Constructor Details