Class TraceThreadKey
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<TraceEntityKey,TraceThreadKey>
io.datarouter.trace.storage.thread.TraceThreadKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<TraceThreadKey>,io.datarouter.model.key.Key<TraceThreadKey>,io.datarouter.model.key.primary.EntityPrimaryKey<TraceEntityKey,TraceThreadKey>,io.datarouter.model.key.primary.PrimaryKey<TraceThreadKey>,io.datarouter.model.key.unique.UniqueKey<TraceThreadKey>,io.datarouter.model.serialize.fielder.Fielder<TraceThreadKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<TraceThreadKey>,java.lang.Comparable<io.datarouter.model.field.FieldSet<TraceThreadKey>>
public class TraceThreadKey extends BaseTraceThreadKey<TraceEntityKey,TraceThreadKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.trace.storage.thread.BaseTraceThreadKey
BaseTraceThreadKey.FieldKeys -
Field Summary
Fields inherited from class io.datarouter.trace.storage.thread.BaseTraceThreadKey
entityKey, threadId -
Constructor Summary
Constructors Constructor Description TraceThreadKey()TraceThreadKey(java.lang.String traceId, java.lang.Long threadId) -
Method Summary
Modifier and Type Method Description TraceThreadKeyprefixFromEntityKey(TraceEntityKey entityKey)Methods inherited from class io.datarouter.trace.storage.thread.BaseTraceThreadKey
getEntityKey, getPostEntityKeyFields, getThreadId, getTraceIdMethods 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
-
TraceThreadKey
public TraceThreadKey() -
TraceThreadKey
public TraceThreadKey(java.lang.String traceId, java.lang.Long threadId)
-
-
Method Details