class KeyPartitioner[K] extends Partitioner

Linear Supertypes
Partitioner, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyPartitioner
  2. Partitioner
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KeyPartitioner(splits: Array[K])(implicit arg0: Ordering[K])

Value Members

  1. def contains(partition: Int, key: K): Boolean
  2. def getPartition(key: Any): Int
    Definition Classes
    KeyPartitioner → Partitioner
  3. def getPartitionForKey(key: K): Int
  4. def hashCode(): Int
    Definition Classes
    KeyPartitioner → AnyRef → Any
  5. def numPartitions: Int
    Definition Classes
    KeyPartitioner → Partitioner
  6. def toString(): String
    Definition Classes
    KeyPartitioner → AnyRef → Any