Uses of Class
io.datarouter.exception.storage.exceptionrecord.ExceptionRecord
-
Uses of ExceptionRecord in io.datarouter.exception.conveyors
Method parameters in io.datarouter.exception.conveyors with type arguments of type ExceptionRecord Modifier and Type Method Description protected voidExceptionRecordQueueConveyor. processDatabeans(java.util.List<ExceptionRecord> records)Constructor parameters in io.datarouter.exception.conveyors with type arguments of type ExceptionRecord Constructor Description ExceptionRecordQueueConveyor(java.lang.String name, java.util.function.Supplier<java.lang.Boolean> shouldRun, io.datarouter.conveyor.queue.GroupQueueConsumer<ExceptionRecordKey,ExceptionRecord> consumer, io.datarouter.instrumentation.exception.ExceptionRecordPublisher publisher, java.util.function.Supplier<java.lang.Boolean> compactExceptionLogging) -
Uses of ExceptionRecord in io.datarouter.exception.service
Methods in io.datarouter.exception.service with parameters of type ExceptionRecord Modifier and Type Method Description java.lang.StringExceptionRecordService. buildExceptionLinkForCurrentServer(ExceptionRecord exceptionRecord)java.lang.StringExceptionGraphLink. getCallOriginLink(ExceptionRecord exceptionRecord)java.lang.StringExceptionGraphLink.NoOpExceptionGraphLink. getCallOriginLink(ExceptionRecord exceptionRecord)java.lang.StringExceptionGraphLink. getExactMetricLink(ExceptionRecord exceptionRecord)java.lang.StringExceptionGraphLink.NoOpExceptionGraphLink. getExactMetricLink(ExceptionRecord exceptionRecord)java.lang.StringExceptionGraphLink. getMetricLink(ExceptionRecord exceptionRecord)java.lang.StringExceptionGraphLink.NoOpExceptionGraphLink. getMetricLink(ExceptionRecord exceptionRecord)protected voidDefaultExceptionRecorder. report(ExceptionRecord exceptionRecord, io.datarouter.storage.exception.ExceptionCategory category) -
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) -
Uses of ExceptionRecord in io.datarouter.exception.storage.httprecord
Constructors in io.datarouter.exception.storage.httprecord with parameters of type ExceptionRecord Constructor Description HttpRequestRecordByExceptionRecord(ExceptionRecord exceptionRecord) -
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(java.lang.String id)Methods in io.datarouter.exception.web with parameters of type ExceptionRecord Modifier and Type Method Description protected HttpRequestRecordExceptionAnalysisHandler. getHttpRequestRecord(ExceptionRecord exceptionRecord)