Uses of Class
io.datarouter.exception.storage.exceptionrecord.ExceptionRecord
| Package | Description |
|---|---|
| io.datarouter.exception.conveyors | |
| io.datarouter.exception.service | |
| io.datarouter.exception.storage.exceptionrecord | |
| io.datarouter.exception.web |
-
Uses of ExceptionRecord in io.datarouter.exception.conveyors
Fields in io.datarouter.exception.conveyors with type parameters of type ExceptionRecord Modifier and Type Field Description io.datarouter.conveyor.MemoryBuffer<ExceptionRecord>DatarouterExceptionBuffers. exceptionRecordBufferMethod parameters in io.datarouter.exception.conveyors with type arguments of type ExceptionRecord Modifier and Type Method Description protected voidExceptionRecordQueueConveyor. processDatabeans(List<ExceptionRecord> records)Constructor parameters in io.datarouter.exception.conveyors with type arguments of type ExceptionRecord Constructor Description ExceptionRecordQueueConveyor(String name, Supplier<Boolean> shouldRun, io.datarouter.conveyor.queue.GroupQueueConsumer<ExceptionRecordKey,ExceptionRecord> consumer, io.datarouter.instrumentation.exception.ExceptionRecordPublisher publisher, Supplier<Boolean> compactExceptionLogging, io.datarouter.web.exception.ExceptionRecorder exceptionRecorder) -
Uses of ExceptionRecord in io.datarouter.exception.service
Methods in io.datarouter.exception.service with parameters of type ExceptionRecord Modifier and Type Method Description StringExceptionRecordService. buildExceptionLinkForCurrentServer(ExceptionRecord exceptionRecord)StringExceptionGraphLink. getCallOriginLink(ExceptionRecord exceptionRecord)StringExceptionGraphLink.NoOpExceptionGraphLink. getCallOriginLink(ExceptionRecord exceptionRecord)StringExceptionGraphLink. getExactMetricLink(ExceptionRecord exceptionRecord)StringExceptionGraphLink.NoOpExceptionGraphLink. getExactMetricLink(ExceptionRecord exceptionRecord)StringExceptionGraphLink. getMetricLink(ExceptionRecord exceptionRecord)StringExceptionGraphLink.NoOpExceptionGraphLink. getMetricLink(ExceptionRecord exceptionRecord)protected voidDefaultExceptionRecorder. report(ExceptionRecord exceptionRecord, io.datarouter.storage.exception.ExceptionCategory category, List<String> additionalEmailRecipients) -
Uses of ExceptionRecord in io.datarouter.exception.storage.exceptionrecord
Methods in io.datarouter.exception.storage.exceptionrecord that return ExceptionRecord Modifier and Type Method Description ExceptionRecordDatarouterExceptionRecordDao. get(ExceptionRecordKey key)Methods in io.datarouter.exception.storage.exceptionrecord that return types with arguments of type ExceptionRecord Modifier and Type Method Description io.datarouter.conveyor.queue.GroupQueueConsumer<ExceptionRecordKey,ExceptionRecord>DatarouterExceptionRecordPublisherDao. getGroupQueueConsumer()io.datarouter.storage.util.DatabeanVacuum<ExceptionRecordKey,ExceptionRecord>DatarouterExceptionRecordDao. makeVacuum()io.datarouter.scanner.Scanner<ExceptionRecord>DatarouterExceptionRecordDao. scan(io.datarouter.util.tuple.Range<ExceptionRecordKey> range)Methods in io.datarouter.exception.storage.exceptionrecord with parameters of type ExceptionRecord Modifier and Type Method Description voidDatarouterExceptionRecordDao. put(ExceptionRecord databean)voidDatarouterExceptionRecordPublisherDao. put(ExceptionRecord exceptionRecord)Method parameters in io.datarouter.exception.storage.exceptionrecord with type arguments of type ExceptionRecord Modifier and Type Method Description voidDatarouterExceptionRecordDao. putMulti(Collection<ExceptionRecord> databeans) -
Uses of ExceptionRecord in io.datarouter.exception.web
Methods in io.datarouter.exception.web that return ExceptionRecord Modifier and Type Method Description protected ExceptionRecordExceptionAnalysisHandler. getExceptionRecord(String id)Methods in io.datarouter.exception.web with parameters of type ExceptionRecord Modifier and Type Method Description protected Optional<HttpRequestRecord>ExceptionAnalysisHandler. findHttpRequestRecord(ExceptionRecord exceptionRecord)