Uses of Interface
org.agrona.concurrent.errors.ErrorConsumer
-
Packages that use ErrorConsumer Package Description org.agrona.concurrent.errors A logger which provides a summary of distinct stacktrace based errors with counts and times. -
-
Uses of ErrorConsumer in org.agrona.concurrent.errors
Methods in org.agrona.concurrent.errors with parameters of type ErrorConsumer Modifier and Type Method Description static int
ErrorLogReader. read(AtomicBuffer buffer, ErrorConsumer consumer)
Read all the errors in a log since the creation of the log.static int
ErrorLogReader. read(AtomicBuffer buffer, ErrorConsumer consumer, long sinceTimestamp)
Read all the errors in a log since a given timestamp.
-