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.
|
Modifier and Type | Class and Description |
---|---|
static class |
AggregatorsBenchmark.AggregatorsBenchmarkMasterCompute
MasterCompute class for AggregatorsBenchmark
|
static class |
RandomMessageBenchmark.RandomMessageBenchmarkMasterCompute
Master compute associated with
RandomMessageBenchmark . |
static class |
ReducersBenchmark.ReducersBenchmarkMasterCompute
MasterCompute class for ReducersBenchmark
|
Modifier and Type | Interface and Description |
---|---|
interface |
MasterGlobalCommUsage
All global master communication
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMasterCompute
A dumb implementation of
MasterCompute . |
class |
MasterAggregatorHandler
Handler for reduce/broadcast on the master
|
class |
MasterCompute
Interface for defining a master vertex that can perform centralized
computation between supersteps.
|
class |
MasterGlobalCommHandler
Handler for all master communications
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.