public class ReducersBenchmark extends GiraphBenchmark
Modifier and Type | Class and Description |
---|---|
static class |
ReducersBenchmark.ReducersBenchmarkComputation
Vertex class for ReducersBenchmark
|
static class |
ReducersBenchmark.ReducersBenchmarkMasterCompute
MasterCompute class for ReducersBenchmark
|
static class |
ReducersBenchmark.ReducersBenchmarkWorkerContext
WorkerContext class for ReducersBenchmark
|
static class |
ReducersBenchmark.TestLongSumReducer
LongSumReducer
|
Constructor and Description |
---|
ReducersBenchmark() |
Modifier and Type | Method and Description |
---|---|
Set<BenchmarkOption> |
getBenchmarkOptions()
Get the options to use in this benchmark.
|
static void |
main(String[] args)
Execute the benchmark.
|
protected void |
prepareConfiguration(GiraphConfiguration conf,
org.apache.commons.cli.CommandLine cmd)
Process options from CommandLine and prepare configuration for running
the job.
|
getConf, run, setConf
public Set<BenchmarkOption> getBenchmarkOptions()
GiraphBenchmark
getBenchmarkOptions
in class GiraphBenchmark
protected void prepareConfiguration(GiraphConfiguration conf, org.apache.commons.cli.CommandLine cmd)
GiraphBenchmark
prepareConfiguration
in class GiraphBenchmark
conf
- Configurationcmd
- Command lineCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.