public interface AllGather<T> extends GroupCommOperator
Each task applies this operator on an element of type T. The result will be a list of elements constructed using the elements all-gathered at each task.
Modifier and Type | Method and Description |
---|---|
List<T> |
apply(T element)
Apply the operation on element.
|
List<T> |
apply(T element,
List<? extends Identifier> order)
Apply the operation on element.
|
getGroupName, getOperName, getVersion, initialize
List<T> apply(T element) throws NetworkException, InterruptedException
NetworkException
InterruptedException
List<T> apply(T element, List<? extends Identifier> order) throws NetworkException, InterruptedException
NetworkException
InterruptedException
Copyright © 2016 The Apache Software Foundation. All rights reserved.