Class ExceptionRecordKey
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.BaseRegularPrimaryKey<PK>
io.datarouter.exception.storage.exceptionrecord.BaseExceptionRecordKey<ExceptionRecordKey>
io.datarouter.exception.storage.exceptionrecord.ExceptionRecordKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<ExceptionRecordKey>,io.datarouter.model.key.entity.EntityKey<ExceptionRecordKey>,io.datarouter.model.key.Key<ExceptionRecordKey>,io.datarouter.model.key.primary.EntityPrimaryKey<ExceptionRecordKey,ExceptionRecordKey>,io.datarouter.model.key.primary.PrimaryKey<ExceptionRecordKey>,io.datarouter.model.key.primary.RegularPrimaryKey<ExceptionRecordKey>,io.datarouter.model.key.unique.UniqueKey<ExceptionRecordKey>,io.datarouter.model.serialize.fielder.Fielder<ExceptionRecordKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<ExceptionRecordKey>,Comparable<io.datarouter.model.field.FieldSet<ExceptionRecordKey>>
public class ExceptionRecordKey extends BaseExceptionRecordKey<ExceptionRecordKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.exception.storage.exceptionrecord.BaseExceptionRecordKey
BaseExceptionRecordKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description ExceptionRecordKey()ExceptionRecordKey(String id) -
Method Summary
Modifier and Type Method Description static ExceptionRecordKeygenerate()Methods inherited from class io.datarouter.exception.storage.exceptionrecord.BaseExceptionRecordKey
getFields, getIdMethods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey
getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKeyMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode, toString
-
Constructor Details
-
ExceptionRecordKey
public ExceptionRecordKey() -
ExceptionRecordKey
-
-
Method Details