Class ExceptionRecordSummaryKey
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.summary.BaseExceptionRecordSummaryKey<ExceptionRecordSummaryKey>
io.datarouter.exception.storage.summary.ExceptionRecordSummaryKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<ExceptionRecordSummaryKey>,io.datarouter.model.key.entity.EntityKey<ExceptionRecordSummaryKey>,io.datarouter.model.key.Key<ExceptionRecordSummaryKey>,io.datarouter.model.key.primary.EntityPrimaryKey<ExceptionRecordSummaryKey,ExceptionRecordSummaryKey>,io.datarouter.model.key.primary.PrimaryKey<ExceptionRecordSummaryKey>,io.datarouter.model.key.primary.RegularPrimaryKey<ExceptionRecordSummaryKey>,io.datarouter.model.key.unique.UniqueKey<ExceptionRecordSummaryKey>,io.datarouter.model.serialize.fielder.Fielder<ExceptionRecordSummaryKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<ExceptionRecordSummaryKey>,Comparable<io.datarouter.model.field.FieldSet<ExceptionRecordSummaryKey>>
public class ExceptionRecordSummaryKey extends BaseExceptionRecordSummaryKey<ExceptionRecordSummaryKey>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.datarouter.exception.storage.summary.BaseExceptionRecordSummaryKey
BaseExceptionRecordSummaryKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description ExceptionRecordSummaryKey()ExceptionRecordSummaryKey(long periodStart, String type, String exceptionLocation) -
Method Summary
Modifier and Type Method Description ExceptionRecordSummaryMetadataKeygetExceptionRecordSummaryMetadataKey()Methods inherited from class io.datarouter.exception.storage.summary.BaseExceptionRecordSummaryKey
getExceptionLocation, getFields, getPeriodStart, getReversePeriodStart, getTypeMethods 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
-
ExceptionRecordSummaryKey
public ExceptionRecordSummaryKey() -
ExceptionRecordSummaryKey
-
-
Method Details