- Type Parameters:
C
- A RecordManagedMapperContext
subclass that is passed to the map method
K
- The type of the input keys
V
- The type of the input values
- All Implemented Interfaces:
- oracle.spatial.hadoop.vector.common.CommonMapper<C,K,V,org.apache.hadoop.io.LongWritable,RecordInfo>, oracle.spatial.hadoop.vector.common.RecordManagedMapper<C,K,V,org.apache.hadoop.io.LongWritable,RecordInfo>
public class BinningCommonMapper<C extends oracle.spatial.hadoop.vector.common.RecordManagedMapperContext<K,V,org.apache.hadoop.io.LongWritable,RecordInfo>,K,V>
extends java.lang.Object
implements oracle.spatial.hadoop.vector.common.RecordManagedMapper<C,K,V,org.apache.hadoop.io.LongWritable,RecordInfo>
Maps input records to bins.