object ClusterRequests
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterRequests
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ClusterAddSlots(slots: Long*) extends Request[Unit] with Product with Serializable
- case class ClusterCountFailureReports(nodeId: String) extends Request[Long] with Cluster with Product with Serializable
- case class ClusterCountKeysInSlot(slot: Long) extends Request[Long] with Cluster with Product with Serializable
- case class ClusterDelSlots(slots: Long*) extends Request[Unit] with Product with Serializable
- case class ClusterFailover() extends Request[Unit] with Product with Serializable
- case class ClusterFailoverForce() extends Request[Unit] with Product with Serializable
- case class ClusterFailoverTakeover() extends Request[Unit] with Product with Serializable
- case class ClusterForget(nodeId: String) extends Request[Unit] with Product with Serializable
- case class ClusterGetKeysInSlot[CC[X] <: Traversable[X]](slot: Long, count: Long)(implicit cbf: CanBuildFrom[Nothing, String, CC[String]]) extends Request[CC[String]] with Product with Serializable
- case class ClusterInfo() extends Request[Map[String, String]] with Cluster with Product with Serializable
- case class ClusterKeyslot(key: String) extends Request[Long] with Cluster with Product with Serializable
- case class ClusterMeet(ip: String, port: Long) extends Request[Unit] with Product with Serializable
- case class ClusterNodes() extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable
- case class ClusterReplicate(nodeId: String) extends Request[Unit] with Product with Serializable
- case class ClusterReset() extends Request[Unit] with Cluster with Product with Serializable
- case class ClusterResetHard() extends Request[Unit] with Product with Serializable
- case class ClusterResetSoft() extends Request[Unit] with Product with Serializable
- case class ClusterSaveConfig() extends Request[Unit] with Product with Serializable
- case class ClusterSetConfigEpoch(configEpoch: Long) extends Request[Unit] with Product with Serializable
- case class ClusterSetSlotImporting(slot: Long, sourceNode: String) extends Request[Unit] with Product with Serializable
- case class ClusterSetSlotMigrating(slot: Long, destinationNode: String) extends Request[Unit] with Product with Serializable
- case class ClusterSetSlotNode(slot: Long, nodeId: String) extends Request[Unit] with Product with Serializable
- case class ClusterSetSlotStable(slot: Long) extends Request[Unit] with Product with Serializable
- case class ClusterSlaves(nodeId: String) extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable
- case class ClusterSlots() extends Request[List[ClusterSlotRange]] with Cluster with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def clusterNodeDecoder: Decoder[ClusterNode]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parseClusterNode(line: String): ClusterNode
- def parseClusterNodes(raw: String): Seq[ClusterNode]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object ClusterAddSlots extends Command with Serializable
- object ClusterCountFailureReports extends Command with Serializable
- object ClusterCountKeysInSlot extends Command with Serializable
- object ClusterDelSlots extends Command with Serializable
- object ClusterFailover extends Command with Serializable
- object ClusterForget extends Command with Serializable
- object ClusterGetKeysInSlot extends Command with Serializable
- object ClusterInfo extends ZeroArgCommand with Serializable
- object ClusterKeyslot extends Command with Serializable
- object ClusterMeet extends Command with Serializable
- object ClusterNodes extends ZeroArgCommand with Serializable
- object ClusterReplicate extends Command with Serializable
- object ClusterReset extends Command with Serializable
- object ClusterSaveConfig extends ZeroArgCommand with Serializable
- object ClusterSetConfigEpoch extends Command with Serializable
- object ClusterSetSlot extends Command
- object ClusterSlaves extends Command with Serializable
- object ClusterSlots extends ZeroArgCommand with Serializable