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

Linear Supertypes
Serializable, Serializable, Product, Equals, Request[CC[String]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterGetKeysInSlot
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Request
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClusterGetKeysInSlot(slot: Long, count: Long)(implicit factory: scala.collection.compat.Factory[String, CC[String]])

Value Members

  1. def argsCount: Int
    Definition Classes
    Request
  2. val count: Long
  3. def decode: PartialFunction[Response, CC[String]]
    Definition Classes
    ClusterGetKeysInSlotRequest
  4. def future: Future[CC[String]]
    Definition Classes
    Request
  5. def isReadOnly: Boolean
    Definition Classes
    Request
  6. val repliesCount: Int
    Definition Classes
    Request
  7. val slot: Long
  8. def toString(): String
    Definition Classes
    Request → AnyRef → Any