Class RemoteLogMarker$

java.lang.Object
org.apache.pekko.remote.RemoteLogMarker$

public class RemoteLogMarker$ extends Object
This is public with the purpose to document the used markers and properties of log events. No guarantee that it will remain binary compatible, but the marker names and properties are considered public API and will not be changed without notice.
  • Field Details

    • MODULE$

      public static final RemoteLogMarker$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • RemoteLogMarker$

      public RemoteLogMarker$()
  • Method Details

    • failureDetectorGrowing

      public LogMarker failureDetectorGrowing(String remoteAddress)
      Marker "pekkoFailureDetectorGrowing" of log event when failure detector heartbeat interval is growing too large.

      Parameters:
      remoteAddress - The address of the node that the failure detector is monitoring. Included as property "pekkoRemoteAddress".
    • quarantine

      public LogMarker quarantine(Address remoteAddress, scala.Option<Object> remoteAddressUid)
      Marker "pekkoQuarantine" of log event when a node is quarantined.

      Parameters:
      remoteAddress - The address of the node that is quarantined. Included as property "pekkoRemoteAddress".
      remoteAddressUid - The address of the node that is quarantined. Included as property "pekkoRemoteAddressUid".
    • connect

      public LogMarker connect(Address remoteAddress, scala.Option<Object> remoteAddressUid)
      Marker "pekkoConnect" of log event when outbound connection is attempted.

      Parameters:
      remoteAddress - The address of the connected node. Included as property "pekkoRemoteAddress".
      remoteAddressUid - The address of the connected node. Included as property "pekkoRemoteAddressUid".
    • disconnected

      public LogMarker disconnected(Address remoteAddress, scala.Option<Object> remoteAddressUid)
      Marker "pekkoDisconnected" of log event when outbound connection is closed.

      Parameters:
      remoteAddress - The address of the disconnected node. Included as property "pekkoRemoteAddress".
      remoteAddressUid - The address of the disconnected node. Included as property "pekkoRemoteAddressUid".