class KeyPartitioner[K] extends Partitioner
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyPartitioner
- Partitioner
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def contains(partition: Int, key: K): Boolean
-
def
getPartition(key: Any): Int
- Definition Classes
- KeyPartitioner → Partitioner
- def getPartitionForKey(key: K): Int
-
def
hashCode(): Int
- Definition Classes
- KeyPartitioner → AnyRef → Any
-
def
numPartitions: Int
- Definition Classes
- KeyPartitioner → Partitioner
-
def
toString(): String
- Definition Classes
- KeyPartitioner → AnyRef → Any