object 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.
- Annotations
- @ApiMayChange()
- Source
- RemoteLogMarker.scala
- Alphabetic
- By Inheritance
- RemoteLogMarker
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
connect(remoteAddress: Address, remoteAddressUid: Option[Long]): LogMarker
Marker "pekkoConnect" of log event when outbound connection is attempted.
Marker "pekkoConnect" of log event when outbound connection is attempted.
- remoteAddress
The address of the connected node. Included as property "pekkoRemoteAddress".
- remoteAddressUid
The address of the connected node. Included as property "pekkoRemoteAddressUid".
-
def
disconnected(remoteAddress: Address, remoteAddressUid: Option[Long]): LogMarker
Marker "pekkoDisconnected" of log event when outbound connection is closed.
Marker "pekkoDisconnected" of log event when outbound connection is closed.
- remoteAddress
The address of the disconnected node. Included as property "pekkoRemoteAddress".
- remoteAddressUid
The address of the disconnected node. Included as property "pekkoRemoteAddressUid".
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
failureDetectorGrowing(remoteAddress: String): LogMarker
Marker "pekkoFailureDetectorGrowing" of log event when failure detector heartbeat interval is growing too large.
Marker "pekkoFailureDetectorGrowing" of log event when failure detector heartbeat interval is growing too large.
- remoteAddress
The address of the node that the failure detector is monitoring. Included as property "pekkoRemoteAddress".
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
quarantine(remoteAddress: Address, remoteAddressUid: Option[Long]): LogMarker
Marker "pekkoQuarantine" of log event when a node is quarantined.
Marker "pekkoQuarantine" of log event when a node is quarantined.
- 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".
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )