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