Class BaseExceptionRecordSummaryKey<PK extends io.datarouter.model.key.primary.RegularPrimaryKey<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.BaseRegularPrimaryKey<PK>
io.datarouter.exception.storage.summary.BaseExceptionRecordSummaryKey<PK>
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<PK>,io.datarouter.model.key.entity.EntityKey<PK>,io.datarouter.model.key.Key<PK>,io.datarouter.model.key.primary.EntityPrimaryKey<PK,PK>,io.datarouter.model.key.primary.PrimaryKey<PK>,io.datarouter.model.key.primary.RegularPrimaryKey<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:
ExceptionRecordSummaryKey
public abstract class BaseExceptionRecordSummaryKey<PK extends io.datarouter.model.key.primary.RegularPrimaryKey<PK>>
extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<PK>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseExceptionRecordSummaryKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description BaseExceptionRecordSummaryKey()BaseExceptionRecordSummaryKey(long periodStart, java.lang.String type, java.lang.String exceptionLocation) -
Method Summary
Modifier and Type Method Description java.lang.StringgetExceptionLocation()java.util.List<io.datarouter.model.field.Field<?>>getFields()longgetPeriodStart()longgetReversePeriodStart()java.lang.StringgetType()Methods 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
-
BaseExceptionRecordSummaryKey
public BaseExceptionRecordSummaryKey() -
BaseExceptionRecordSummaryKey
public BaseExceptionRecordSummaryKey(long periodStart, java.lang.String type, java.lang.String exceptionLocation)
-
-
Method Details
-
getFields
public java.util.List<io.datarouter.model.field.Field<?>> getFields() -
getPeriodStart
public long getPeriodStart() -
getReversePeriodStart
public long getReversePeriodStart() -
getType
public java.lang.String getType() -
getExceptionLocation
public java.lang.String getExceptionLocation()
-