Package org.apache.heron.api.hooks.info
Class EmitInfo
- java.lang.Object
-
- org.apache.heron.api.hooks.info.EmitInfo
-
public class EmitInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Integer>
getOutTasks()
String
getStream()
int
getTaskId()
List<Object>
getValues()
-
-
-
Constructor Detail
-
EmitInfo
public EmitInfo(List<Object> values, String stream, int taskId, Collection<Integer> outTasks)
-
-
Method Detail
-
getStream
public String getStream()
-
getTaskId
public int getTaskId()
-
getOutTasks
public Collection<Integer> getOutTasks()
-
-