Package

com.intenthq

pucket

Permalink

package pucket

Visibility
  1. Public
  2. All

Type Members

  1. trait Pucket[T] extends AnyRef

    Permalink

    Trait for describing a bucket of data on a filesystem

    Trait for describing a bucket of data on a filesystem

    T

    The data type the pucket will contain

  2. trait PucketCompanion extends AnyRef

    Permalink

    Trait for using with Pucket implementations' companion objects describes functions for creating, or finding puckets on a filesystem

  3. trait PucketDescriptor[T] extends AnyRef

    Permalink

    Trait for pucket descriptor which gets stored on the filesystem along side the parquet files

    Trait for pucket descriptor which gets stored on the filesystem along side the parquet files

    T

    the type of data being stored in the pucket

  4. trait PucketDescriptorCompanion extends AnyRef

    Permalink

    Trait for implementations of the pucket descriptor companion object

Value Members

  1. object Pucket

    Permalink

    Pucket companion object Provides functions for use with implementing classes and companion objects

  2. object PucketDescriptor

    Permalink

    Utility methods for pucket descriptor companion objects

  3. package mapreduce

    Permalink
  4. package reader

    Permalink
  5. package spark

    Permalink
  6. package test

    Permalink
  7. package thrift

    Permalink
  8. package util

    Permalink
  9. package writer

    Permalink

Ungrouped