Package | Description |
---|---|
org.apache.giraph.benchmark |
Package of benchmarks for performance testing and optimization
|
org.apache.giraph.master |
Package of all the master related things.
|
org.apache.giraph.reducers.impl |
Package of Giraph reducers.
|
Modifier and Type | Class and Description |
---|---|
static class |
ReducersBenchmark.TestLongSumReducer
LongSumReducer
|
Modifier and Type | Class and Description |
---|---|
class |
AggregatorReduceOperation<A extends org.apache.hadoop.io.Writable>
Translates aggregation operation to reduce operations.
|
Modifier and Type | Class and Description |
---|---|
class |
AndReduce
ReduceOperation for calculating the AND function over boolean values.
|
class |
LongXorReduce
ReduceOperation that XORs (^) values together.
|
class |
MaxPairReducer<L extends org.apache.hadoop.io.Writable,R extends org.apache.hadoop.io.WritableComparable>
Aggregating PairWritable<L, R>, by taking pair with
largest second value.
|
class |
MaxReduce<T extends org.apache.hadoop.io.WritableComparable>
Reducer for calculating max of values
|
class |
MinReduce<T extends org.apache.hadoop.io.WritableComparable>
Reducer for calculating min of values
|
class |
OrReduce
ReduceOperation for calculating the OR function over boolean values.
|
class |
SumReduce<T extends org.apache.hadoop.io.Writable>
Reducer for calculating sum of values
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.