Package

com.intenthq.pucket

thrift

Permalink

package thrift

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. thrift
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Thrift = TBase[_ <: TBase[_, _], _ <: TFieldIdEnum]

    Permalink
  2. case class ThriftPucket[T <: Thrift] extends Pucket[T] with Product with Serializable

    Permalink

    A Thrift type of pucket.

    A Thrift type of pucket.

    T

    The data type the pucket will contain

  3. case class ThriftPucketDescriptor[T <: Thrift](schemaClass: Class[T], compression: CompressionCodecName, partitioner: Option[PucketPartitioner[T]] = None) extends PucketDescriptor[T] with Product with Serializable

    Permalink

    Thrift pucket descriptor implementation

    Thrift pucket descriptor implementation

    T

    the type of data being stored in the pucket

    schemaClass

    Thrift schema class

    compression

    Parquet compression codec

    partitioner

    Optional pucket partitioner implementation

Inherited from AnyRef

Inherited from Any

Ungrouped