o

akka.management.cluster.bootstrap

BootstrapLogMarker

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
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BootstrapLogMarker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. 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".

  11. val init: LogMarker

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

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. 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".

  14. val joinSelf: LogMarker

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

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val resolveFailed: LogMarker

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

  19. 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".

  20. 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".

  21. 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".

  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped