case class SlowLogGet[CC[X] <: Traversable[X]](countOpt: Option[Int])(implicit cbf: CanBuildFrom[Nothing, SlowLogEntry, CC[SlowLogEntry]]) extends Request[CC[SlowLogEntry]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SlowLogGet
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SlowLogGet(countOpt: Option[Int])(implicit cbf: CanBuildFrom[Nothing, SlowLogEntry, CC[SlowLogEntry]])
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- val countOpt: Option[Int]
-
def
decode: PartialFunction[Response, CC[SlowLogEntry]]
- Definition Classes
- SlowLogGet → Request
-
def
future: Future[CC[SlowLogEntry]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any