Class BaseTraceKey<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceKey<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.trace.BaseTraceKey<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:
TraceKey
public abstract class BaseTraceKey<EK extends BaseTraceEntityKey<EK>,PK extends BaseTraceKey<EK,PK>>
extends io.datarouter.model.key.primary.base.BaseEntityPrimaryKey<EK,PK>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseTraceKey() -
Method Summary
Modifier and Type Method Description EKgetEntityKey()java.lang.StringgetId()java.util.List<io.datarouter.model.field.Field<?>>getPostEntityKeyFields()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
-
BaseTraceKey
public BaseTraceKey()
-
-
Method Details
-
getPostEntityKeyFields
public java.util.List<io.datarouter.model.field.Field<?>> getPostEntityKeyFields() -
getEntityKey
-
getId
public java.lang.String getId()
-