Packages

final class CurrentClusterState extends Product5[SortedSet[Member], Set[Member], Set[Address], Option[Address], Map[String, Option[Address]]] with Serializable

Current snapshot state of the cluster. Sent to new subscriber.

Annotations
@SerialVersionUID()
Source
ClusterEvent.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CurrentClusterState
  2. Serializable
  3. Serializable
  4. Product5
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CurrentClusterState(members: SortedSet[Member], unreachable: Set[Member], seenBy: Set[Address], leader: Option[Address], roleLeaderMap: Map[String, Option[Address]], unreachableDataCenters: Set[DataCenter], memberTombstones: Set[UniqueAddress])

    leader

    leader of the data center of this node

    memberTombstones

    INTERNAL API

  2. new CurrentClusterState(members: SortedSet[Member] = immutable.SortedSet.empty, unreachable: Set[Member] = Set.empty, seenBy: Set[Address] = Set.empty, leader: Option[Address] = None, roleLeaderMap: Map[String, Option[Address]] = Map.empty)
    Annotations
    @deprecated
    Deprecated

    (Since version Akka 2.6.10) use main constructor

  3. new CurrentClusterState(members: SortedSet[Member], unreachable: Set[Member], seenBy: Set[Address], leader: Option[Address], roleLeaderMap: Map[String, Option[Address]], unreachableDataCenters: Set[DataCenter])
    Annotations
    @deprecated
    Deprecated

    (Since version Akka 2.6.10) use main constructor

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to any2stringadd[CurrentClusterState] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CurrentClusterState, B)
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to ArrowAssoc[CurrentClusterState] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def _1: SortedSet[Member]
    Definition Classes
    CurrentClusterState → Product5
  7. def _2: Set[Member]
    Definition Classes
    CurrentClusterState → Product5
  8. def _3: Set[Address]
    Definition Classes
    CurrentClusterState → Product5
  9. def _4: Option[Address]
    Definition Classes
    CurrentClusterState → Product5
  10. def _5: Map[String, Option[Address]]
    Definition Classes
    CurrentClusterState → Product5
  11. def allDataCenters: Set[String]

    All data centers in the cluster

  12. def allRoles: Set[String]

    All node roles in the cluster

  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def canEqual(that: Any): Boolean
    Definition Classes
    CurrentClusterState → Equals
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. def copy(members: SortedSet[Member] = this.members, unreachable: Set[Member] = this.unreachable, seenBy: Set[Address] = this.seenBy, leader: Option[Address] = this.leader, roleLeaderMap: Map[String, Option[Address]] = this.roleLeaderMap): CurrentClusterState
  17. def ensuring(cond: (CurrentClusterState) ⇒ Boolean, msg: ⇒ Any): CurrentClusterState
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to Ensuring[CurrentClusterState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (CurrentClusterState) ⇒ Boolean): CurrentClusterState
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to Ensuring[CurrentClusterState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): CurrentClusterState
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to Ensuring[CurrentClusterState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): CurrentClusterState
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to Ensuring[CurrentClusterState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(other: Any): Boolean
    Definition Classes
    CurrentClusterState → Equals → AnyRef → Any
  23. def getAllDataCenters: Set[String]

    Java API: All data centers in the cluster

    Java API: All data centers in the cluster

    Annotations
    @nowarn()
  24. def getAllRoles: Set[String]

    Java API: All node roles in the cluster

    Java API: All node roles in the cluster

    Annotations
    @nowarn()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def getLeader: Address

    Java API: get address of current data center leader, or null if none

  27. def getMembers: Iterable[Member]

    Java API: get current member list.

  28. def getRoleLeader(role: String): Address

    Java API: get address of current leader, if any, within the data center that has the given role or null if no such node exists

  29. def getSeenBy: Set[Address]

    Java API: get current “seen-by” set.

    Java API: get current “seen-by” set.

    Annotations
    @nowarn()
  30. def getUnreachable: Set[Member]

    Java API: get current unreachable set.

    Java API: get current unreachable set.

    Annotations
    @nowarn()
  31. def getUnreachableDataCenters: Set[String]

    Java API: All data centers in the cluster

    Java API: All data centers in the cluster

    Annotations
    @nowarn()
  32. def hashCode(): Int
    Definition Classes
    CurrentClusterState → AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val leader: Option[Address]
  35. val members: SortedSet[Member]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def productArity: Int
    Definition Classes
    Product5 → Product
  40. def productElement(n: Int): Any
    Definition Classes
    Product5 → Product
    Annotations
    @throws( ... )
  41. def productIterator: Iterator[Any]
    Definition Classes
    Product
  42. def productPrefix: String
    Definition Classes
    CurrentClusterState → Product
  43. def roleLeader(role: String): Option[Address]

    get address of current leader, if any, within the data center that has the given role

  44. val roleLeaderMap: Map[String, Option[Address]]
  45. val seenBy: Set[Address]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to CollectionsHaveToParArray[CurrentClusterState, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (CurrentClusterState) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  48. def toString(): String
    Definition Classes
    CurrentClusterState → AnyRef → Any
  49. val unreachable: Set[Member]
  50. val unreachableDataCenters: Set[DataCenter]
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withMemberTombstones(memberTombstones: Set[UniqueAddress]): CurrentClusterState
  55. def withUnreachableDataCenters(unreachableDataCenters: Set[DataCenter]): CurrentClusterState

    Replace the set of unreachable datacenters with the given set

  56. def [B](y: B): (CurrentClusterState, B)
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to ArrowAssoc[CurrentClusterState] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CurrentClusterState to StringFormat[CurrentClusterState] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Serializable

Inherited from Serializable

Inherited from Product5[SortedSet[Member], Set[Member], Set[Address], Option[Address], Map[String, Option[Address]]]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from CurrentClusterState to CollectionsHaveToParArray[CurrentClusterState, T]

Inherited by implicit conversion any2stringadd from CurrentClusterState to any2stringadd[CurrentClusterState]

Inherited by implicit conversion StringFormat from CurrentClusterState to StringFormat[CurrentClusterState]

Inherited by implicit conversion Ensuring from CurrentClusterState to Ensuring[CurrentClusterState]

Inherited by implicit conversion ArrowAssoc from CurrentClusterState to ArrowAssoc[CurrentClusterState]

Ungrouped