Package | Description |
---|---|
org.apache.reef.io.network.group.api.task |
Elastic Group Communications Task-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.
|
org.apache.reef.io.network.group.impl.task |
Implementations for Elastic Group Communications Task-side API.
|
Modifier and Type | Method and Description |
---|---|
TopologySimpleNode |
CommunicationGroupClient.getTopologySimpleNodeRoot() |
Modifier and Type | Method and Description |
---|---|
static Pair<TopologySimpleNode,List<Identifier>> |
TopologySerializer.decode(byte[] data,
IdentifierFactory ifac)
Recursively translate a byte array into a TopologySimpleNode and a list of task Identifiers.
|
Iterable<TopologySimpleNode> |
TopologySimpleNode.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
TopologySimpleNode.addChild(TopologySimpleNode childNode) |
Modifier and Type | Method and Description |
---|---|
TopologySimpleNode |
CommunicationGroupClientImpl.getTopologySimpleNodeRoot() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.