sealed case class FullStreamInfo[I, K, V](length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FullStreamInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FullStreamInfo(length: Long, radixTreeKeys: Long, radixTreeNodes: Long, lastGeneratedId: String, entries: Chunk[StreamEntry[I, K, V]], groups: Chunk[ConsumerGroups])