com.intenthq.pucket

thrift

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

    A Thrift type of pucket.

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

    Thrift pucket descriptor implementation

Value Members

  1. object ThriftPucket extends PucketCompanion with Serializable

    Factory for com.intenthq.pucket.thrift.ThriftPucket

  2. object ThriftPucketDescriptor extends PucketDescriptorCompanion with Serializable

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

  3. package mapreduce

  4. package writer

Inherited from AnyRef

Inherited from Any

Ungrouped