| Package | Description |
|---|---|
| org.apache.giraph.reducers.impl |
Package of Giraph reducers.
|
| Class and Description |
|---|
| AndReduce
ReduceOperation for calculating the AND function over boolean values.
|
| LongXorReduce
ReduceOperation that XORs (^) values together.
|
| MaxReduce
Reducer for calculating max of values
|
| MinReduce
Reducer for calculating min of values
|
| OrReduce
ReduceOperation for calculating the OR function over boolean values.
|
| SumReduce
Reducer for calculating sum of values
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.