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] = immutable.SortedSet.empty, unreachable: Set[Member] = Set.empty, seenBy: Set[Address] = Set.empty, leader: Option[Address] = None, roleLeaderMap: Map[String, Option[Address]] = Map.empty)
  2. new CurrentClusterState(members: SortedSet[Member], unreachable: Set[Member], seenBy: Set[Address], leader: Option[Address], roleLeaderMap: Map[String, Option[Address]], unreachableDataCenters: Set[DataCenter])

    leader

    leader of the data center of this node

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  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 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
    @inline()
  24. def getAllDataCenters: Set[String]

    Java API: All data centers in the cluster

    Java API: All data centers in the cluster

    Annotations
    @silent()
  25. def getAllRoles: Set[String]

    Java API: All node roles in the cluster

    Java API: All node roles in the cluster

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

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

  28. def getMembers: Iterable[Member]

    Java API: get current member list.

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

  30. def getSeenBy: Set[Address]

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

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

    Annotations
    @silent()
  31. def getUnreachable: Set[Member]

    Java API: get current unreachable set.

    Java API: get current unreachable set.

    Annotations
    @silent()
  32. def getUnreachableDataCenters: Set[String]

    Java API: All data centers in the cluster

    Java API: All data centers in the cluster

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

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

  45. val roleLeaderMap: Map[String, Option[Address]]
  46. val seenBy: Set[Address]
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. 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
  49. def toString(): String
    Definition Classes
    CurrentClusterState → AnyRef → Any
  50. val unreachable: Set[Member]
  51. val unreachableDataCenters: Set[DataCenter]
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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