Class BaseTraceThreadKey<EK extends BaseTraceEntityKey<EK>,​PK extends BaseTraceThreadKey<EK,​PK>>

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.thread.BaseTraceThreadKey<EK,​PK>
All Implemented Interfaces:
io.datarouter.model.field.FieldSet<PK>, io.datarouter.model.key.Key<PK>, io.datarouter.model.key.primary.EntityPrimaryKey<EK,​PK>, io.datarouter.model.key.primary.PrimaryKey<PK>, io.datarouter.model.key.unique.UniqueKey<PK>, io.datarouter.model.serialize.fielder.Fielder<PK>, io.datarouter.model.serialize.fielder.PrimaryKeyFielder<PK>, java.lang.Comparable<io.datarouter.model.field.FieldSet<PK>>
Direct Known Subclasses:
TraceThreadKey

public abstract class BaseTraceThreadKey<EK extends BaseTraceEntityKey<EK>,​PK extends BaseTraceThreadKey<EK,​PK>>
extends io.datarouter.model.key.primary.base.BaseEntityPrimaryKey<EK,​PK>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  BaseTraceThreadKey.FieldKeys  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected EK entityKey  
    protected java.lang.Long threadId  

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

    NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    BaseTraceThreadKey()  
    BaseTraceThreadKey​(java.lang.Long threadId)  
  • Method Summary

    Modifier and Type Method Description
    EK getEntityKey()  
    java.util.List<io.datarouter.model.field.Field<?>> getPostEntityKeyFields()  
    java.lang.Long getThreadId()  
    java.lang.String getTraceId()  

    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.key.primary.EntityPrimaryKey

    prefixFromEntityKey

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

    getFields

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

    getFieldNames, getFieldValue, getFieldValues