class Immutable extends TMultiSeriesFooter
The default read-only implementation of TMultiSeriesFooter. You typically should not need to directly reference this class; instead, use the TMultiSeriesFooter.apply method to construct new instances.
- Alphabetic
- By Inheritance
- Immutable
- TMultiSeriesFooter
- Serializable
- ValidatingThriftStruct
- HasThriftStructCodec3
- Product3
- Product
- Equals
- ThriftStruct
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
- def _1: Int
- Definition Classes
- TMultiSeriesFooter → Product3
- def _2: Seq[Long]
- Definition Classes
- TMultiSeriesFooter → Product3
- def _3: Option[Map[String, Int]]
- Definition Classes
- TMultiSeriesFooter → Product3
- def _codec: ValidatingThriftStructCodec3[TMultiSeriesFooter]
- Definition Classes
- TMultiSeriesFooter → ValidatingThriftStruct → HasThriftStructCodec3
- val _passthroughFields: Map[Short, TFieldBlob]
- Definition Classes
- Immutable → TMultiSeriesFooter
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canEqual(other: Any): Boolean
- Definition Classes
- TMultiSeriesFooter → Equals
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def copy(version: Int = this.version, offsets: Seq[Long] = this.offsets, keys: Option[Map[String, Int]] = this.keys, _passthroughFields: Map[Short, TFieldBlob] = this._passthroughFields): TMultiSeriesFooter
- Definition Classes
- TMultiSeriesFooter
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- TMultiSeriesFooter → Equals → AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFieldBlob(_fieldId: Short): Option[TFieldBlob]
Gets a field value encoded as a binary blob using TCompactProtocol.
Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.
- Definition Classes
- TMultiSeriesFooter
- def getFieldBlobs(ids: TraversableOnce[Short]): Map[Short, TFieldBlob]
Collects TCompactProtocol-encoded field values according to
getFieldBlob
into a map.Collects TCompactProtocol-encoded field values according to
getFieldBlob
into a map.- Definition Classes
- TMultiSeriesFooter
- def hashCode(): Int
- Definition Classes
- TMultiSeriesFooter → AnyRef → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keys: Option[Map[String, Int]]
Optionally maps string keys/names to GorillaSuperBlocks.
Optionally maps string keys/names to GorillaSuperBlocks. The integers are the indexes of the 'offsets' list.
- Definition Classes
- Immutable → TMultiSeriesFooter
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val offsets: Seq[Long]
Offsets in the blob of the GorillaSuperBlocks
Offsets in the blob of the GorillaSuperBlocks
- Definition Classes
- Immutable → TMultiSeriesFooter
- def productArity: Int
- Definition Classes
- TMultiSeriesFooter → Product3 → Product
- def productElement(n: Int): Any
- Definition Classes
- TMultiSeriesFooter → Product3 → Product
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- TMultiSeriesFooter → Product
- def setField(_blob: TFieldBlob): TMultiSeriesFooter
Sets a field using a TCompactProtocol-encoded binary blob.
Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.
- Definition Classes
- TMultiSeriesFooter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- TMultiSeriesFooter → AnyRef → Any
- def toTuple: (Int, Seq[Long], Option[Map[String, Int]])
- Definition Classes
- TMultiSeriesFooter
- def unsetField(_fieldId: Short): TMultiSeriesFooter
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
- Definition Classes
- TMultiSeriesFooter
- def unsetKeys: TMultiSeriesFooter
- Definition Classes
- TMultiSeriesFooter
- def unsetOffsets: TMultiSeriesFooter
- Definition Classes
- TMultiSeriesFooter
- def unsetVersion: TMultiSeriesFooter
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
- Definition Classes
- TMultiSeriesFooter
- val version: Int
Version number of the format
Version number of the format
- Definition Classes
- Immutable → TMultiSeriesFooter
- 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()
- def write(_oprot: TProtocol): Unit
- Definition Classes
- TMultiSeriesFooter → ThriftStruct