Uses of Class
io.datarouter.exception.storage.metadata.ExceptionRecordSummaryMetadataKey
| Package | Description |
|---|---|
| io.datarouter.exception.storage.metadata | |
| io.datarouter.exception.storage.summary | |
| io.datarouter.exception.web |
-
Uses of ExceptionRecordSummaryMetadataKey in io.datarouter.exception.storage.metadata
Methods in io.datarouter.exception.storage.metadata that return ExceptionRecordSummaryMetadataKey Modifier and Type Method Description static ExceptionRecordSummaryMetadataKeyExceptionRecordSummaryMetadataKey. createWithNullableLocation(String type, String exceptionLocation)Methods in io.datarouter.exception.storage.metadata that return types with arguments of type ExceptionRecordSummaryMetadataKey Modifier and Type Method Description Supplier<ExceptionRecordSummaryMetadataKey>ExceptionRecordSummaryMetadata. getKeySupplier()Methods in io.datarouter.exception.storage.metadata with parameters of type ExceptionRecordSummaryMetadataKey Modifier and Type Method Description Optional<ExceptionRecordSummaryMetadata>DatarouterExceptionRecordSummaryMetadataDao. find(ExceptionRecordSummaryMetadataKey key)ExceptionRecordSummaryMetadataDatarouterExceptionRecordSummaryMetadataDao. get(ExceptionRecordSummaryMetadataKey key)Method parameters in io.datarouter.exception.storage.metadata with type arguments of type ExceptionRecordSummaryMetadataKey Modifier and Type Method Description List<ExceptionRecordSummaryMetadata>DatarouterExceptionRecordSummaryMetadataDao. getMulti(Collection<ExceptionRecordSummaryMetadataKey> keys)Constructors in io.datarouter.exception.storage.metadata with parameters of type ExceptionRecordSummaryMetadataKey Constructor Description ExceptionRecordSummaryMetadata(ExceptionRecordSummaryMetadataKey key) -
Uses of ExceptionRecordSummaryMetadataKey in io.datarouter.exception.storage.summary
Methods in io.datarouter.exception.storage.summary that return ExceptionRecordSummaryMetadataKey Modifier and Type Method Description ExceptionRecordSummaryMetadataKeyExceptionRecordSummaryKey. getExceptionRecordSummaryMetadataKey() -
Uses of ExceptionRecordSummaryMetadataKey in io.datarouter.exception.web
Methods in io.datarouter.exception.web that return ExceptionRecordSummaryMetadataKey Modifier and Type Method Description protected ExceptionRecordSummaryMetadataKeyExceptionAnalysisHandler. getExceptionRecordSummaryMetadataKey(String type, String exceptionLocation)Methods in io.datarouter.exception.web with parameters of type ExceptionRecordSummaryMetadataKey Modifier and Type Method Description protected ExceptionRecordSummaryMetadataExceptionAnalysisHandler. getExceptionRecordSummaryMetadata(ExceptionRecordSummaryMetadataKey key)