public interface Scatter
Scatter a list of elements to the receivers The receivers will receive a sub-list of elements targeted for them. Supports non-uniform distribution through the specification of counts
Modifier and Type | Interface and Description |
---|---|
static interface |
Scatter.Receiver<T>
Receiver or non-roots.
|
static interface |
Scatter.Sender<T>
Sender or Root.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.