| Package | Description |
|---|---|
| org.apache.reef.examples.group.bgd |
Runs BGD on the given runtime.
|
| org.apache.reef.examples.group.broadcast |
Broadcast Group Communication example.
|
| org.apache.reef.io.network.group.api.driver |
Elastic Group Communications Driver-side API Interfaces.
|
| org.apache.reef.io.network.group.impl.driver |
This package contains the implementation of the driver side of the
Group Communication Service using the tree/flat topology.
|
| Constructor and Description |
|---|
BGDDriver(DataLoadingService dataLoadingService,
GroupCommDriver groupCommDriver,
ConfigurationSerializer confSerializer,
BGDControlParameters bgdControlParameters) |
| Constructor and Description |
|---|
BroadcastDriver(EvaluatorRequestor requestor,
GroupCommDriver groupCommDriver,
ConfigurationSerializer confSerializer,
int dimensions,
int numberOfReceivers) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupCommServiceDriver |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupCommDriverImpl
Sets up various stages to handle REEF events and adds the per communication
group stages to them whenever a new communication group is created.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.