object 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.
- Annotations
 - @ApiMayChange()
 - Source
 - BootstrapLogMarker.scala
 
- Alphabetic
 - By Inheritance
 
- BootstrapLogMarker
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
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(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    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.
- 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".
 -    val init: LogMarker
Marker "akkaBootstrapInit" of log event when Akka Bootstrap is initialized.
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -    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.
- seedNodes
 The address of the seed nodes of the Akka Cluster. Included as property "akkaSeedNodes".
 -    val joinSelf: LogMarker
Marker "akkaBootstrapJoinSelf" of log event when joining self to form a new Akka Cluster.
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -    val resolveFailed: LogMarker
Marker "akkaBootstrapResolveFailed" of log event when resolve of contact points failed.
 -    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.
- contactPoints
 The hostname and port of the resolved and selected contact points. Included as property "akkaContactPoints".
 -    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.
- seedNodes
 The address of the observed seed nodes of the Akka Cluster. Included as property "akkaSeedNodes".
 -    def seedNodesProbingFailed(contactPoints: Iterable[String]): LogMarker
Marker "akkaBootstrapResolveFailed" of log event when resolve of contact points failed.
Marker "akkaBootstrapResolveFailed" of log event when resolve of contact points failed.
- contactPoints
 The hostname and port of the resolved and selected contact points. Included as property "akkaContactPoints".
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()