Package

com.metamx.tranquility

partition

Permalink

package partition

Visibility
  1. Public
  2. All

Type Members

  1. class GenericTimeAndDimsPartitioner[A] extends Partitioner[A] with Logging

    Permalink
  2. class HashCodePartitioner[A] extends Partitioner[A]

    Permalink

    Partitioner that uses the hashCode of the underlying object.

    Partitioner that uses the hashCode of the underlying object. This is rarely going to be what you want, but at least it's simple.

  3. trait Partitioner[-A] extends Serializable

    Permalink

    Class that knows how to partition objects of a certain type into an arbitrary number of buckets.

    Class that knows how to partition objects of a certain type into an arbitrary number of buckets. This is generally used along with a MergingPartitioningBeam to create a beamMergeFn.

Value Members

  1. object GenericTimeAndDimsPartitioner extends Serializable

    Permalink
  2. object Partitioner extends Serializable

    Permalink

Ungrouped