Packages

case class XStreamInfo[Record](raw: commons.BMap[String, ValidRedisMsg])(implicit evidence$1: RedisRecordCodec[Record]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XStreamInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new XStreamInfo(raw: commons.BMap[String, ValidRedisMsg])(implicit arg0: RedisRecordCodec[Record])

Value Members

  1. def firstEntry: XEntry[Record]
  2. def groups: Int
  3. def lastEntry: XEntry[Record]
  4. def lastGeneratedId: XEntryId
  5. def length: Long
  6. def radixTreeKeys: Int
  7. def radixTreeNodes: Int
  8. val raw: commons.BMap[String, ValidRedisMsg]