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