Package | Description |
---|---|
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.operators |
Implementations for Group Communication Operators.
|
org.apache.reef.io.network.group.impl.task |
Implementations for Elastic Group Communications Task-side API.
|
org.apache.reef.io.network.impl |
TODO: Document.
|
Constructor and Description |
---|
CtrlMsgSender(IdentifierFactory idFac,
NetworkService<GroupCommunicationMessage> netService) |
Constructor and Description |
---|
CommunicationGroupClientImpl(String groupName,
String taskId,
String driverId,
GroupCommNetworkHandler groupCommNetworkHandler,
Set<String> operatorConfigs,
ConfigurationSerializer configSerializer,
NetworkService<GroupCommunicationMessage> netService)
Deprecated.
in 0.14.
Use the private constructor that receives an
injector as a parameter instead. |
GroupCommClientImpl(Set<String> groupConfigs,
String taskId,
GroupCommNetworkHandler groupCommNetworkHandler,
NetworkService<ReefNetworkGroupCommProtos.GroupCommMessage> netService,
ConfigurationSerializer configSerializer)
Deprecated.
in 0.14.
Use the other constructor that receives an
injector as a parameter instead.
The parameters taskId and netService can be removed from the other constructor when
this constructor gets deleted. |
Constructor and Description |
---|
BindNSToTask(NetworkService<?> ns,
IdentifierFactory idFac) |
NetworkServiceClosingHandler(NetworkService<?> networkService) |
UnbindNSFromTask(NetworkService<?> ns,
IdentifierFactory idFac) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.