Object

akka.management.cluster.bootstrap

BootstrapLogMarker

Related Doc: package bootstrap

Permalink

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. def inProgress(contactPoints: Set[String], seedNodes: Set[Address]): LogMarker

    Permalink

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

  12. val init: LogMarker

    Permalink

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

  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def join(seedNodes: Set[Address]): LogMarker

    Permalink

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

  15. val joinSelf: LogMarker

    Permalink

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

  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val resolveFailed: LogMarker

    Permalink

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

  20. def resolved(contactPoints: Iterable[String]): LogMarker

    Permalink

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

  21. def seedNodes(seedNodes: Set[Address]): LogMarker

    Permalink

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

  22. def seedNodesProbingFailed(contactPoints: Iterable[String]): LogMarker

    Permalink

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

  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped