Object

scredis.protocol.requests

ClusterRequests

Related Doc: package requests

Permalink

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

Type Members

  1. case class ClusterAddSlots(slots: Long*) extends Request[Unit] with Product with Serializable

    Permalink
  2. case class ClusterCountFailureReports(nodeId: String) extends Request[Long] with Cluster with Product with Serializable

    Permalink
  3. case class ClusterCountKeysInSlot(slot: Long) extends Request[Long] with Cluster with Product with Serializable

    Permalink
  4. case class ClusterDelSlots(slots: Long*) extends Request[Unit] with Product with Serializable

    Permalink
  5. case class ClusterFailover() extends Request[Unit] with Product with Serializable

    Permalink
  6. case class ClusterFailoverForce() extends Request[Unit] with Product with Serializable

    Permalink
  7. case class ClusterFailoverTakeover() extends Request[Unit] with Product with Serializable

    Permalink
  8. case class ClusterForget(nodeId: String) extends Request[Unit] with Product with Serializable

    Permalink
  9. case class ClusterGetKeysInSlot[CC[X] <: Iterable[X]](slot: Long, count: Long)(implicit factory: scala.collection.compat.Factory[String, CC[String]]) extends Request[CC[String]] with Product with Serializable

    Permalink
  10. case class ClusterInfo() extends Request[Map[String, String]] with Cluster with Product with Serializable

    Permalink
  11. case class ClusterKeyslot(key: String) extends Request[Long] with Cluster with Product with Serializable

    Permalink
  12. case class ClusterMeet(ip: String, port: Long) extends Request[Unit] with Product with Serializable

    Permalink
  13. case class ClusterNodes() extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable

    Permalink
  14. case class ClusterReplicate(nodeId: String) extends Request[Unit] with Product with Serializable

    Permalink
  15. case class ClusterReset() extends Request[Unit] with Cluster with Product with Serializable

    Permalink
  16. case class ClusterResetHard() extends Request[Unit] with Product with Serializable

    Permalink
  17. case class ClusterResetSoft() extends Request[Unit] with Product with Serializable

    Permalink
  18. case class ClusterSaveConfig() extends Request[Unit] with Product with Serializable

    Permalink
  19. case class ClusterSetConfigEpoch(configEpoch: Long) extends Request[Unit] with Product with Serializable

    Permalink
  20. case class ClusterSetSlotImporting(slot: Long, sourceNode: String) extends Request[Unit] with Product with Serializable

    Permalink
  21. case class ClusterSetSlotMigrating(slot: Long, destinationNode: String) extends Request[Unit] with Product with Serializable

    Permalink
  22. case class ClusterSetSlotNode(slot: Long, nodeId: String) extends Request[Unit] with Product with Serializable

    Permalink
  23. case class ClusterSetSlotStable(slot: Long) extends Request[Unit] with Product with Serializable

    Permalink
  24. case class ClusterSlaves(nodeId: String) extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable

    Permalink
  25. case class ClusterSlots() extends Request[List[ClusterSlotRange]] with Cluster with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ClusterAddSlots extends Command with Serializable

    Permalink
  5. object ClusterCountFailureReports extends Command with Serializable

    Permalink
  6. object ClusterCountKeysInSlot extends Command with Serializable

    Permalink
  7. object ClusterDelSlots extends Command with Serializable

    Permalink
  8. object ClusterFailover extends Command with Serializable

    Permalink
  9. object ClusterForget extends Command with Serializable

    Permalink
  10. object ClusterGetKeysInSlot extends Command with Serializable

    Permalink
  11. object ClusterInfo extends ZeroArgCommand with Serializable

    Permalink
  12. object ClusterKeyslot extends Command with Serializable

    Permalink
  13. object ClusterMeet extends Command with Serializable

    Permalink
  14. object ClusterNodes extends ZeroArgCommand with Serializable

    Permalink
  15. object ClusterReplicate extends Command with Serializable

    Permalink
  16. object ClusterReset extends Command with Serializable

    Permalink
  17. object ClusterSaveConfig extends ZeroArgCommand with Serializable

    Permalink
  18. object ClusterSetConfigEpoch extends Command with Serializable

    Permalink
  19. object ClusterSetSlot extends Command

    Permalink
  20. object ClusterSlaves extends Command with Serializable

    Permalink
  21. object ClusterSlots extends ZeroArgCommand with Serializable

    Permalink
  22. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def clusterNodeDecoder: Decoder[ClusterNode]

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. def parseClusterNode(line: String): ClusterNode

    Permalink
  35. def parseClusterNodes(raw: String): Seq[ClusterNode]

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped