Class TraceEntityKey
java.lang.Object
io.datarouter.model.field.BaseFieldSet<EK>
io.datarouter.model.key.entity.base.BaseEntityKey<EK>
io.datarouter.trace.storage.entity.BaseTraceEntityKey<TraceEntityKey>
io.datarouter.trace.storage.entity.TraceEntityKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<TraceEntityKey>,io.datarouter.model.key.entity.EntityKey<TraceEntityKey>,io.datarouter.model.key.Key<TraceEntityKey>,io.datarouter.model.serialize.fielder.Fielder<TraceEntityKey>,java.lang.Comparable<io.datarouter.model.field.FieldSet<TraceEntityKey>>
public class TraceEntityKey extends BaseTraceEntityKey<TraceEntityKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.trace.storage.entity.BaseTraceEntityKey
BaseTraceEntityKey.FieldKeys -
Constructor Summary
Constructors Constructor Description TraceEntityKey()TraceEntityKey(java.lang.String traceId) -
Method Summary
Methods inherited from class io.datarouter.trace.storage.entity.BaseTraceEntityKey
getAge, getFields, getInstant, getTraceEntityIdMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString
-
Constructor Details
-
TraceEntityKey
public TraceEntityKey() -
TraceEntityKey
public TraceEntityKey(java.lang.String traceId)
-