trait ClusterP extends AnyRef

Source
ClusterP.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterP
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from ClusterP toany2stringadd[ClusterP] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (ClusterP, B)
    Implicit
    This member is added by an implicit conversion from ClusterP toArrowAssoc[ClusterP] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def addslots(slots: OneOrMore[Slot]): Aux[OK]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final val clusterinfo: Aux[ClusterInfo]
  10. final def countfailurereports(nodeId: NodeId): Aux[NonNegInt]
  11. final def countkeysinslot(slot: Slot): Aux[NonNegInt]
  12. final def delslots(slots: OneOrMore[Slot]): Aux[OK]
  13. def ensuring(cond: (ClusterP) => Boolean, msg: => Any): ClusterP
    Implicit
    This member is added by an implicit conversion from ClusterP toEnsuring[ClusterP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (ClusterP) => Boolean): ClusterP
    Implicit
    This member is added by an implicit conversion from ClusterP toEnsuring[ClusterP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: => Any): ClusterP
    Implicit
    This member is added by an implicit conversion from ClusterP toEnsuring[ClusterP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): ClusterP
    Implicit
    This member is added by an implicit conversion from ClusterP toEnsuring[ClusterP] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def failover(mode: ClusterFailoverMode): Aux[OK]
  20. final val failover: Aux[OK]
  21. final def forget(nodeId: NodeId): Aux[OK]
  22. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ClusterP toStringFormat[ClusterP] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def getkeysinslot(slot: Slot, count: PosInt): Aux[Seq[Key]]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def keyslot(key: Key): Aux[Slot]
  28. final def meet(host: Host, port: Port): Aux[OK]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final val nodes: Aux[ClusterNodes]
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final val readonly: Aux[OK]
  34. final val readwrite: Aux[OK]
  35. final def replicas(nodeId: NodeId): Aux[ClusterNodes]
  36. final def replicate(nodeId: NodeId): Aux[OK]
  37. final def reset(mode: ClusterResetMode): Aux[OK]
  38. final val reset: Aux[OK]
  39. final val saveconfig: Aux[OK]
  40. final def setconfigepoch(configEpoch: NonNegInt): Aux[OK]
  41. final def setslot(slot: Slot, mode: ClusterSetSlotMode, node: NodeId): Aux[OK]
  42. final def setslot(slot: Slot): Aux[OK]
  43. final def slaves(nodeId: NodeId): Aux[ClusterNodes]
  44. final val slots: Aux[ClusterSlots]
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. object clustertypes

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (ClusterP, B)
    Implicit
    This member is added by an implicit conversion from ClusterP toArrowAssoc[ClusterP] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromClusterP to any2stringadd[ClusterP]

Inherited by implicit conversion StringFormat fromClusterP to StringFormat[ClusterP]

Inherited by implicit conversion Ensuring fromClusterP to Ensuring[ClusterP]

Inherited by implicit conversion ArrowAssoc fromClusterP to ArrowAssoc[ClusterP]

Ungrouped