public abstract class Grouping
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
taskIds |
Constructor and Description |
---|
Grouping(java.util.List<java.lang.Integer> taskIds) |
Modifier and Type | Method and Description |
---|---|
static Grouping |
create(TopologyAPI.Grouping grouping,
TopologyAPI.InputStream inputStream,
TopologyAPI.StreamSchema schema,
java.util.List<java.lang.Integer> taskIds) |
abstract java.util.List<java.lang.Integer> |
getListToSend(HeronTuples.HeronDataTuple tuple) |
public static Grouping create(TopologyAPI.Grouping grouping, TopologyAPI.InputStream inputStream, TopologyAPI.StreamSchema schema, java.util.List<java.lang.Integer> taskIds)
public abstract java.util.List<java.lang.Integer> getListToSend(HeronTuples.HeronDataTuple tuple)