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

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

Introduction

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

The text is from its open source code.

Subclass

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

Implementation

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

Method

intgetPartition(KEY key, VALUE value, int numPartitions)
Get the partition number for a given key (hence record) given the total number of partitions i.e.