Packages

package thrift

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait TBlockType extends ThriftUnion with ThriftStruct with ValidatingThriftStruct[TBlockType]
    Annotations
    @Generated()
  2. trait TMultiSeriesFooter extends ThriftStruct with Product3[Int, Seq[Long], Option[Map[String, Int]]] with ValidatingThriftStruct[TMultiSeriesFooter] with Serializable

    Prefer the companion object's io.sqooba.oss.timeseries.thrift.TMultiSeriesFooter.apply for construction if you don't need to specify passthrough fields.

  3. trait TSampledBlockType extends ThriftStruct with Product1[Long] with ValidatingThriftStruct[TSampledBlockType] with Serializable

    Prefer the companion object's io.sqooba.oss.timeseries.thrift.TSampledBlockType.apply for construction if you don't need to specify passthrough fields.

  4. trait TSuperBlockMetadata extends ThriftStruct with Product2[Int, TBlockType] with ValidatingThriftStruct[TSuperBlockMetadata] with Serializable

    Prefer the companion object's io.sqooba.oss.timeseries.thrift.TSuperBlockMetadata.apply for construction if you don't need to specify passthrough fields.

  5. trait TTupleBlockType extends ThriftStruct with Product with ValidatingThriftStruct[TTupleBlockType] with Serializable

    Prefer the companion object's io.sqooba.oss.timeseries.thrift.TTupleBlockType.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object Constants
    Annotations
    @Generated()
  2. object TBlockType extends ValidatingThriftStructCodec3[TBlockType]

    Different implementation types of the GorillaBlock, as a union in order to support arguments for the types.

    Different implementation types of the GorillaBlock, as a union in order to support arguments for the types.

    Annotations
    @Generated()
  3. object TBlockTypeAliases
  4. object TMultiSeriesFooter extends ValidatingThriftStructCodec3[TMultiSeriesFooter] with Serializable

    Binary format for the footer of a MultiSeriesBlock.

  5. object TSampledBlockType extends ValidatingThriftStructCodec3[TSampledBlockType] with Serializable
  6. object TSuperBlockMetadata extends ValidatingThriftStructCodec3[TSuperBlockMetadata] with Serializable

    Binary format for the metadata stored in the footer of a GorillaSuperBlock.

  7. object TTupleBlockType extends ValidatingThriftStructCodec3[TTupleBlockType] with Serializable

Ungrouped