public final class CommunicationGroupDriverFactory extends Object
Modifier and Type | Method and Description |
---|---|
CommunicationGroupDriver |
getNewInstance(Class<? extends Name<String>> groupName,
Class<? extends Topology> topologyClass,
BroadcastingEventHandler<GroupCommunicationMessage> commGroupMessageHandler,
int numberOfTasks,
int customFanOut)
Deprecated.
in 0.14.
Instantiates a new CommunicationGroupDriver instance.
|
CommunicationGroupDriver |
getNewInstance(Class<? extends Name<String>> groupName,
Class<? extends Topology> topologyClass,
int numberOfTasks,
int customFanOut)
Instantiates a new CommunicationGroupDriver instance.
|
@Deprecated public CommunicationGroupDriver getNewInstance(Class<? extends Name<String>> groupName, Class<? extends Topology> topologyClass, BroadcastingEventHandler<GroupCommunicationMessage> commGroupMessageHandler, int numberOfTasks, int customFanOut) throws InjectionException
groupName
- specified name of the communication grouptopologyClass
- topology implementationcommGroupMessageHandler
- message handler for the communication groupnumberOfTasks
- minimum number of tasks needed in this group before startcustomFanOut
- fanOut for TreeTopologyInjectionException
public CommunicationGroupDriver getNewInstance(Class<? extends Name<String>> groupName, Class<? extends Topology> topologyClass, int numberOfTasks, int customFanOut) throws InjectionException
groupName
- specified name of the communication grouptopologyClass
- topology implementationnumberOfTasks
- minimum number of tasks needed in this group before startcustomFanOut
- fanOut for TreeTopologyInjectionException
Copyright © 2016 The Apache Software Foundation. All rights reserved.