object ClusterRequests
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterRequests
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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] <: Iterable[X]](slot: Long, count: Long)(implicit factory: Factory[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
- def clusterNodeDecoder: Decoder[ClusterNode]
- def parseClusterNode(line: String): ClusterNode
- def parseClusterNodes(raw: String): Seq[ClusterNode]
- 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