Class TraceKey

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.trace.BaseTraceKey<TraceEntityKey,​TraceKey>
io.datarouter.trace.storage.trace.TraceKey
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<TraceKey>, io.datarouter.model.key.Key<TraceKey>, io.datarouter.model.key.primary.EntityPrimaryKey<TraceEntityKey,​TraceKey>, io.datarouter.model.key.primary.PrimaryKey<TraceKey>, io.datarouter.model.key.unique.UniqueKey<TraceKey>, io.datarouter.model.serialize.fielder.Fielder<TraceKey>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<TraceKey>, java.lang.Comparable<io.datarouter.model.field.FieldSet<TraceKey>>

public class TraceKey
extends BaseTraceKey<TraceEntityKey,​TraceKey>
  • Field Summary

    Fields inherited from class io.datarouter.trace.storage.trace.BaseTraceKey

    entityKey

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

    NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    TraceKey()  
    TraceKey​(java.lang.String traceId)  
  • Method Summary

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

    Methods inherited from class io.datarouter.trace.storage.trace.BaseTraceKey

    getEntityKey, getId, getPostEntityKeyFields

    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