Package akka.remote.artery.aeron
Class AeronErrorLog
- java.lang.Object
-
- akka.remote.artery.aeron.AeronErrorLog
-
public class AeronErrorLog extends java.lang.Object
INTERNAL APIApplication to print out errors recorded in the command-and-control (cnc) file is maintained by media driver in shared memory. This application reads the cnc file and prints the distinct errors. Layout of the cnc file is described in
CncFileDescriptor
.
-
-
Constructor Summary
Constructors Constructor Description AeronErrorLog(java.io.File cncFile)
Deprecated.AeronErrorLog(java.io.File cncFile, LoggingAdapter log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
long
logErrors(LoggingAdapter log, long sinceTimestamp)
-
-
-
Constructor Detail
-
AeronErrorLog
@Deprecated public AeronErrorLog(java.io.File cncFile)
Deprecated.
-
AeronErrorLog
public AeronErrorLog(java.io.File cncFile, LoggingAdapter log)
-
-
Method Detail
-
logErrors
public long logErrors(LoggingAdapter log, long sinceTimestamp)
-
close
public void close()
-
-