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