Uses of Class
io.datarouter.exception.storage.exceptionrecord.ExceptionRecordKey
| Package | Description |
|---|---|
| io.datarouter.exception.conveyors | |
| io.datarouter.exception.storage.exceptionrecord | |
| io.datarouter.exception.storage.httprecord |
-
Uses of ExceptionRecordKey in io.datarouter.exception.conveyors
Constructor parameters in io.datarouter.exception.conveyors with type arguments of type ExceptionRecordKey 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 ExceptionRecordKey in io.datarouter.exception.storage.exceptionrecord
Methods in io.datarouter.exception.storage.exceptionrecord that return ExceptionRecordKey Modifier and Type Method Description static ExceptionRecordKeyExceptionRecordKey. generate()Methods in io.datarouter.exception.storage.exceptionrecord that return types with arguments of type ExceptionRecordKey Modifier and Type Method Description io.datarouter.conveyor.queue.GroupQueueConsumer<ExceptionRecordKey,ExceptionRecord>DatarouterExceptionRecordPublisherDao. getGroupQueueConsumer()java.lang.Class<ExceptionRecordKey>ExceptionRecord. getKeyClass()io.datarouter.storage.util.DatabeanVacuum<ExceptionRecordKey,ExceptionRecord>DatarouterExceptionRecordDao. makeVacuum()Methods in io.datarouter.exception.storage.exceptionrecord with parameters of type ExceptionRecordKey Modifier and Type Method Description ExceptionRecordDatarouterExceptionRecordDao. get(ExceptionRecordKey key)Method parameters in io.datarouter.exception.storage.exceptionrecord with type arguments of type ExceptionRecordKey Modifier and Type Method Description io.datarouter.scanner.Scanner<ExceptionRecord>DatarouterExceptionRecordDao. scan(io.datarouter.util.tuple.Range<ExceptionRecordKey> range) -
Uses of ExceptionRecordKey in io.datarouter.exception.storage.httprecord
Methods in io.datarouter.exception.storage.httprecord that return ExceptionRecordKey Modifier and Type Method Description ExceptionRecordKeyHttpRequestRecord. getExceptionRecordKey()