JavaScript is disabled on your browser.
Oracle Big Data Spatial and Graph
Vector Analysis Java API Reference
Release 2 (2.4) E74607-06
java.lang.Object
MapReduceBase
oracle.spatial.hadoop.vector.binning.mapred.BinReducer
public class BinReducer
extends MapReduceBase
A subclass of Reducer
that collects all the records assigned to a bin. Additionally calculates fields aggregations for each bin and emits the resulting records.
Author:
hsaucedo
Constructor Summary
Constructors
Constructor and Description
BinReducer ()
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
BinReducer
public BinReducer()
Method Detail
reduce
public void reduce(LongWritable key,
java.util.Iterator<RecordInfo > values,
<any> output,
Reporter reporter)
throws java.io.IOException
Throws:
java.io.IOException
Oracle Big Data Spatial and Graph
Vector Analysis Java API Reference
Release 2 (2.4) E74607-06
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.