backtype.storm.hooks.info
Class EmitInfo

java.lang.Object
  extended by backtype.storm.hooks.info.EmitInfo

public class EmitInfo
extends Object


Field Summary
 Collection<Integer> outTasks
           
 String stream
           
 int taskId
           
 List<Object> values
           
 
Constructor Summary
EmitInfo(List<Object> values, String stream, int taskId, Collection<Integer> outTasks)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

public List<Object> values

stream

public String stream

taskId

public int taskId

outTasks

public Collection<Integer> outTasks
Constructor Detail

EmitInfo

public EmitInfo(List<Object> values,
                String stream,
                int taskId,
                Collection<Integer> outTasks)


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.