Class ExceptionRecordSummaryMetadataKey
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.metadata.BaseExceptionRecordSummaryMetadataKey<ExceptionRecordSummaryMetadataKey>
io.datarouter.exception.storage.metadata.ExceptionRecordSummaryMetadataKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<ExceptionRecordSummaryMetadataKey>,io.datarouter.model.key.entity.EntityKey<ExceptionRecordSummaryMetadataKey>,io.datarouter.model.key.Key<ExceptionRecordSummaryMetadataKey>,io.datarouter.model.key.primary.EntityPrimaryKey<ExceptionRecordSummaryMetadataKey,ExceptionRecordSummaryMetadataKey>,io.datarouter.model.key.primary.PrimaryKey<ExceptionRecordSummaryMetadataKey>,io.datarouter.model.key.primary.RegularPrimaryKey<ExceptionRecordSummaryMetadataKey>,io.datarouter.model.key.unique.UniqueKey<ExceptionRecordSummaryMetadataKey>,io.datarouter.model.serialize.fielder.Fielder<ExceptionRecordSummaryMetadataKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<ExceptionRecordSummaryMetadataKey>,Comparable<io.datarouter.model.field.FieldSet<ExceptionRecordSummaryMetadataKey>>
public class ExceptionRecordSummaryMetadataKey extends BaseExceptionRecordSummaryMetadataKey<ExceptionRecordSummaryMetadataKey>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExceptionRecordSummaryMetadataKey()ExceptionRecordSummaryMetadataKey(String type, String exceptionLocation) -
Method Summary
Modifier and Type Method Description static ExceptionRecordSummaryMetadataKeycreateWithNullableLocation(String type, String exceptionLocation)Methods inherited from class io.datarouter.exception.storage.metadata.BaseExceptionRecordSummaryMetadataKey
getFieldsMethods 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
-
ExceptionRecordSummaryMetadataKey
public ExceptionRecordSummaryMetadataKey() -
ExceptionRecordSummaryMetadataKey
-
-
Method Details
-
createWithNullableLocation
public static ExceptionRecordSummaryMetadataKey createWithNullableLocation(String type, String exceptionLocation)
-