o

scredis.protocol.requests

ClusterRequests

object ClusterRequests

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterRequests
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ClusterAddSlots(slots: Long*) extends Request[Unit] with Product with Serializable
  2. case class ClusterCountFailureReports(nodeId: String) extends Request[Long] with Cluster with Product with Serializable
  3. case class ClusterCountKeysInSlot(slot: Long) extends Request[Long] with Cluster with Product with Serializable
  4. case class ClusterDelSlots(slots: Long*) extends Request[Unit] with Product with Serializable
  5. case class ClusterFailover() extends Request[Unit] with Product with Serializable
  6. case class ClusterFailoverForce() extends Request[Unit] with Product with Serializable
  7. case class ClusterFailoverTakeover() extends Request[Unit] with Product with Serializable
  8. case class ClusterForget(nodeId: String) extends Request[Unit] with Product with Serializable
  9. case class ClusterGetKeysInSlot[CC[X] <: Iterable[X]](slot: Long, count: Long)(implicit factory: Factory[String, CC[String]]) extends Request[CC[String]] with Product with Serializable
  10. case class ClusterInfo() extends Request[Map[String, String]] with Cluster with Product with Serializable
  11. case class ClusterKeyslot(key: String) extends Request[Long] with Cluster with Product with Serializable
  12. case class ClusterMeet(ip: String, port: Long) extends Request[Unit] with Product with Serializable
  13. case class ClusterNodes() extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable
  14. case class ClusterReplicate(nodeId: String) extends Request[Unit] with Product with Serializable
  15. case class ClusterReset() extends Request[Unit] with Cluster with Product with Serializable
  16. case class ClusterResetHard() extends Request[Unit] with Product with Serializable
  17. case class ClusterResetSoft() extends Request[Unit] with Product with Serializable
  18. case class ClusterSaveConfig() extends Request[Unit] with Product with Serializable
  19. case class ClusterSetConfigEpoch(configEpoch: Long) extends Request[Unit] with Product with Serializable
  20. case class ClusterSetSlotImporting(slot: Long, sourceNode: String) extends Request[Unit] with Product with Serializable
  21. case class ClusterSetSlotMigrating(slot: Long, destinationNode: String) extends Request[Unit] with Product with Serializable
  22. case class ClusterSetSlotNode(slot: Long, nodeId: String) extends Request[Unit] with Product with Serializable
  23. case class ClusterSetSlotStable(slot: Long) extends Request[Unit] with Product with Serializable
  24. case class ClusterSlaves(nodeId: String) extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable
  25. case class ClusterSlots() extends Request[List[ClusterSlotRange]] with Cluster with Product with Serializable

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. def clusterNodeDecoder: Decoder[ClusterNode]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. def parseClusterNode(line: String): ClusterNode
  17. def parseClusterNodes(raw: String): Seq[ClusterNode]
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. object ClusterAddSlots extends Command with Serializable
  24. object ClusterCountFailureReports extends Command with Serializable
  25. object ClusterCountKeysInSlot extends Command with Serializable
  26. object ClusterDelSlots extends Command with Serializable
  27. object ClusterFailover extends Command with Serializable
  28. object ClusterForget extends Command with Serializable
  29. object ClusterGetKeysInSlot extends Command with Serializable
  30. object ClusterInfo extends ZeroArgCommand with Serializable
  31. object ClusterKeyslot extends Command with Serializable
  32. object ClusterMeet extends Command with Serializable
  33. object ClusterNodes extends ZeroArgCommand with Serializable
  34. object ClusterReplicate extends Command with Serializable
  35. object ClusterReset extends Command with Serializable
  36. object ClusterSaveConfig extends ZeroArgCommand with Serializable
  37. object ClusterSetConfigEpoch extends Command with Serializable
  38. object ClusterSetSlot extends Command
  39. object ClusterSlaves extends Command with Serializable
  40. object ClusterSlots extends ZeroArgCommand with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped