Package org.apache.pekko.remote
Class RemoteLogMarker$
java.lang.Object
org.apache.pekko.remote.RemoteLogMarker$
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final RemoteLogMarker$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMarker "pekkoConnect" of log event when outbound connection is attempted.disconnected(Address remoteAddress, scala.Option<Object> remoteAddressUid) Marker "pekkoDisconnected" of log event when outbound connection is closed.failureDetectorGrowing(String remoteAddress) Marker "pekkoFailureDetectorGrowing" of log event when failure detector heartbeat interval is growing too large.quarantine(Address remoteAddress, scala.Option<Object> remoteAddressUid) Marker "pekkoQuarantine" of log event when a node is quarantined.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RemoteLogMarker$
public RemoteLogMarker$()
-
-
Method Details
-
failureDetectorGrowing
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
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
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
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".
-