Package io.datarouter.trace.storage.span
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 -
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 TraceSpanKeyprefixFromEntityKey(TraceEntityKey entityKey)Methods inherited from class io.datarouter.trace.storage.span.BaseTraceSpanKey
getEntityKey, getPostEntityKeyFields, getSequence, getThreadIdMethods 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, toString
-
Constructor Details
-
TraceSpanKey
public TraceSpanKey() -
TraceSpanKey
public TraceSpanKey(java.lang.String traceId, java.lang.Long threadId, java.lang.Integer sequence)
-
-
Method Details