Java org.apache.hadoop.mapred Partitioner fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred Partitioner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred Partitioner.

The text is from its open source code.

Subclass

org.apache.hadoop.mapred.Partitioner has subclasses.
Click this link to see all its subclasses.

Implementation

org.apache.hadoop.mapred.Partitioner has the following implementations.
Click this link to see all its implementation.

Method

voidconfigure(JobConf job)
Initializes a new instance from a JobConf .
intgetPartition(K2 key, V2 value, int numPartitions)
Get the paritition number for a given key (hence record) given the total number of partitions i.e.