BootstrapLogMarker

akka.management.cluster.bootstrap.BootstrapLogMarker

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.

Attributes

Source
BootstrapLogMarker.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def inProgress(contactPoints: Set[String], seedNodes: Set[Address]): LogMarker

Marker "akkaBootstrapInProgress" of log event when bootstrap is in progress.

Marker "akkaBootstrapInProgress" of log event when bootstrap is in progress.

Value parameters

contactPoints

The hostname and port of the resolved and selected contact points. Included as property "akkaContactPoints".

seedNodes

The address of the observed seed nodes of the Akka Cluster. Included as property "akkaSeedNodes".

Attributes

Source
BootstrapLogMarker.scala
def join(seedNodes: Set[Address]): LogMarker

Marker "akkaBootstrapJoin" of log event when joining the seed nodes of an existing Akka Cluster.

Marker "akkaBootstrapJoin" of log event when joining the seed nodes of an existing Akka Cluster.

Value parameters

seedNodes

The address of the seed nodes of the Akka Cluster. Included as property "akkaSeedNodes".

Attributes

Source
BootstrapLogMarker.scala
def resolved(contactPoints: Iterable[String]): LogMarker

Marker "akkaBootstrapResolved" of log event when contact points have been resolved.

Marker "akkaBootstrapResolved" of log event when contact points have been resolved.

Value parameters

contactPoints

The hostname and port of the resolved and selected contact points. Included as property "akkaContactPoints".

Attributes

Source
BootstrapLogMarker.scala
def seedNodes(seedNodes: Set[Address]): LogMarker

Marker "akkaBootstrapSeedNodes" of log event when seed nodes of the Akka Cluster have been discovered.

Marker "akkaBootstrapSeedNodes" of log event when seed nodes of the Akka Cluster have been discovered.

Value parameters

seedNodes

The address of the observed seed nodes of the Akka Cluster. Included as property "akkaSeedNodes".

Attributes

Source
BootstrapLogMarker.scala

Marker "akkaBootstrapResolveFailed" of log event when resolve of contact points failed.

Marker "akkaBootstrapResolveFailed" of log event when resolve of contact points failed.

Value parameters

contactPoints

The hostname and port of the resolved and selected contact points. Included as property "akkaContactPoints".

Attributes

Source
BootstrapLogMarker.scala

Concrete fields

Marker "akkaBootstrapInit" of log event when Akka Bootstrap is initialized.

Marker "akkaBootstrapInit" of log event when Akka Bootstrap is initialized.

Attributes

Source
BootstrapLogMarker.scala

Marker "akkaBootstrapJoinSelf" of log event when joining self to form a new Akka Cluster.

Marker "akkaBootstrapJoinSelf" of log event when joining self to form a new Akka Cluster.

Attributes

Source
BootstrapLogMarker.scala

Marker "akkaBootstrapResolveFailed" of log event when resolve of contact points failed.

Marker "akkaBootstrapResolveFailed" of log event when resolve of contact points failed.

Attributes

Source
BootstrapLogMarker.scala