case class SortAndStore(key: String, targetKey: String, byOpt: Option[String], limitOpt: Option[(Long, Long)], get: Traversable[String], desc: Boolean, alpha: Boolean) extends Request[Long] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SortAndStore
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
- val alpha: Boolean
-
def
argsCount: Int
- Definition Classes
- Request
- val byOpt: Option[String]
-
def
decode: PartialFunction[Response, Long]
- Definition Classes
- SortAndStore → Request
- val desc: Boolean
-
def
future: Future[Long]
- Definition Classes
- Request
- val get: Traversable[String]
-
def
isReadOnly: Boolean
- Definition Classes
- SortAndStore → Request
-
val
key: String
- Definition Classes
- SortAndStore → Key
- val limitOpt: Option[(Long, Long)]
-
val
repliesCount: Int
- Definition Classes
- Request
- val targetKey: String
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any