com.metamx.tranquility

partition

package partition

Visibility
  1. Public
  2. All

Type Members

  1. class HashCodePartitioner[A] extends Partitioner[A]

    Partitioner that uses the hashCode of the underlying object.

  2. class MapPartitioner[A] extends Partitioner[A] with Logging

  3. trait Partitioner[-A] extends Serializable

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

Value Members

  1. object MapPartitioner extends Serializable

  2. object Partitioner extends Serializable

Ungrouped