Class TraceSpanKey

java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseEntityPrimaryKey<EK,​PK>
io.datarouter.trace.storage.span.BaseTraceSpanKey<TraceEntityKey,​TraceSpanKey>
io.datarouter.trace.storage.span.TraceSpanKey
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<TraceSpanKey>, io.datarouter.model.key.Key<TraceSpanKey>, io.datarouter.model.key.primary.EntityPrimaryKey<TraceEntityKey,​TraceSpanKey>, io.datarouter.model.key.primary.PrimaryKey<TraceSpanKey>, io.datarouter.model.key.unique.UniqueKey<TraceSpanKey>, io.datarouter.model.serialize.fielder.Fielder<TraceSpanKey>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<TraceSpanKey>, java.lang.Comparable<io.datarouter.model.field.FieldSet<TraceSpanKey>>

public class TraceSpanKey
extends BaseTraceSpanKey<TraceEntityKey,​TraceSpanKey>
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.datarouter.trace.storage.span.BaseTraceSpanKey

    BaseTraceSpanKey.FieldKeys
  • Field Summary

    Fields inherited from class io.datarouter.trace.storage.span.BaseTraceSpanKey

    entityKey, sequence, threadId

    Fields inherited from class io.datarouter.model.key.BaseKey

    NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    TraceSpanKey()  
    TraceSpanKey​(java.lang.String traceId, java.lang.Long threadId, java.lang.Integer sequence)  
  • Method Summary

    Modifier and Type Method Description
    TraceSpanKey prefixFromEntityKey​(TraceEntityKey entityKey)  

    Methods inherited from class io.datarouter.trace.storage.span.BaseTraceSpanKey

    getEntityKey, getPostEntityKeyFields, getSequence, getThreadId

    Methods inherited from class io.datarouter.model.key.primary.base.BaseEntityPrimaryKey

    getEntityKeyFields, getEntityKeyName, getFields

    Methods inherited from class io.datarouter.model.field.BaseFieldSet

    compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Comparable

    compareTo

    Methods inherited from interface io.datarouter.model.serialize.fielder.Fielder

    getFields

    Methods inherited from interface io.datarouter.model.field.FieldSet

    getFieldNames, getFieldValue, getFieldValues