Package io.datarouter.trace.storage.span
Class BaseTraceSpanKey<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceSpanKey<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.span.BaseTraceSpanKey<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:
TraceSpanKey
public abstract class BaseTraceSpanKey<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceSpanKey<EK,PK>>
extends io.datarouter.model.key.primary.base.BaseEntityPrimaryKey<EK,PK>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseTraceSpanKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseTraceSpanKey()BaseTraceSpanKey(java.lang.Long threadId, java.lang.Integer sequence) -
Method Summary
Modifier and Type Method Description EKgetEntityKey()java.util.List<io.datarouter.model.field.Field<?>>getPostEntityKeyFields()java.lang.IntegergetSequence()java.lang.LonggetThreadId()Methods inherited from class io.datarouter.model.key.primary.base.BaseEntityPrimaryKey
getEntityKeyFields, getEntityKeyName, getFieldsMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Field Details
-
Constructor Details
-
BaseTraceSpanKey
public BaseTraceSpanKey() -
BaseTraceSpanKey
public BaseTraceSpanKey(java.lang.Long threadId, java.lang.Integer sequence)
-
-
Method Details
-
getEntityKey
-
getPostEntityKeyFields
public java.util.List<io.datarouter.model.field.Field<?>> getPostEntityKeyFields() -
getThreadId
public java.lang.Long getThreadId() -
getSequence
public java.lang.Integer getSequence()
-