Package

com.intenthq.pucket

thrift

Permalink

package thrift

Linear Supertypes
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

Value Members

  1. object ThriftPucket extends PucketCompanion with Serializable

    Permalink

    Factory for com.intenthq.pucket.thrift.ThriftPucket

  2. object ThriftPucketDescriptor extends PucketDescriptorCompanion with Serializable

    Permalink

    Factory object for com.intenthq.pucket.thrift.ThriftPucketDescriptor]

  3. package mapreduce

    Permalink
  4. package writer

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped