case class SlowlogEntry(id: Long, timestamp: Long, duration: Long, command: Seq[ByteString], clientAddress: commons.Opt[ClientAddress] = Opt.Empty, clientName: commons.Opt[String] = Opt.Empty) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SlowlogEntry
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SlowlogEntry(id: Long, timestamp: Long, duration: Long, command: Seq[ByteString], clientAddress: commons.Opt[ClientAddress] = Opt.Empty, clientName: commons.Opt[String] = Opt.Empty)
Value Members
- val clientAddress: commons.Opt[ClientAddress]
- val clientName: commons.Opt[String]
- val command: Seq[ByteString]
- val duration: Long
- val id: Long
- val timestamp: Long