Class ExceptionRecordSummary
java.lang.Object
io.datarouter.model.databean.BaseDatabean<PK,D>
io.datarouter.exception.storage.summary.BaseExceptionRecordSummary<ExceptionRecordSummaryKey,ExceptionRecordSummary>
io.datarouter.exception.storage.summary.ExceptionRecordSummary
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<ExceptionRecordSummaryKey,ExceptionRecordSummary>,java.lang.Comparable<io.datarouter.model.databean.Databean<?,?>>
public class ExceptionRecordSummary extends BaseExceptionRecordSummary<ExceptionRecordSummaryKey,ExceptionRecordSummary>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptionRecordSummary.ExceptionRecordSummaryFielderNested classes/interfaces inherited from class io.datarouter.exception.storage.summary.BaseExceptionRecordSummary
BaseExceptionRecordSummary.BaseExceptionRecordSummaryFielder<PK extends BaseExceptionRecordSummaryKey<PK>,D extends BaseExceptionRecordSummary<PK,D>>, BaseExceptionRecordSummary.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description ExceptionRecordSummary()ExceptionRecordSummary(ExceptionRecordSummaryKey key, java.lang.Long numExceptions, java.lang.String sampleExceptionRecordId) -
Method Summary
Modifier and Type Method Description java.lang.Class<ExceptionRecordSummaryKey>getKeyClass()Methods inherited from class io.datarouter.exception.storage.summary.BaseExceptionRecordSummary
getNumExceptions, getSampleExceptionRecordId
-
Constructor Details
-
ExceptionRecordSummary
public ExceptionRecordSummary() -
ExceptionRecordSummary
public ExceptionRecordSummary(ExceptionRecordSummaryKey key, java.lang.Long numExceptions, java.lang.String sampleExceptionRecordId)
-
-
Method Details