case class Many(minKey: Slice[Byte], maxKey: MaxKey[Slice[Byte]], headerSize: Int, minMaxFunctionId: Option[MinMax[Slice[Byte]]], nearestPutDeadline: Option[Deadline], segments: Slice[One], segmentBytes: Slice[Slice[Byte]]) extends TransientSegment with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Many
- Serializable
- Product
- Equals
- TransientSegment
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flattenSegment: (Slice[Byte], Option[Deadline])
- Definition Classes
- Many → TransientSegment
- def flattenSegmentBytes: Slice[Byte]
- Definition Classes
- Many → TransientSegment
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headerSize: Int
- def isEmpty: Boolean
- Definition Classes
- Many → TransientSegment
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxKey: MaxKey[Slice[Byte]]
- Definition Classes
- Many → TransientSegment
- val minKey: Slice[Byte]
- Definition Classes
- Many → TransientSegment
- val minMaxFunctionId: Option[MinMax[Slice[Byte]]]
- Definition Classes
- Many → TransientSegment
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nearestPutDeadline: Option[Deadline]
- Definition Classes
- Many → TransientSegment
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val segmentBytes: Slice[Slice[Byte]]
- Definition Classes
- Many → TransientSegment
- def segmentSize: Int
- Definition Classes
- Many → TransientSegment
- val segments: Slice[One]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Many → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()