backtype.storm.planner
Class TaskBundle

java.lang.Object
  extended by backtype.storm.planner.TaskBundle
All Implemented Interfaces:
java.io.Serializable

public class TaskBundle
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int componentId
           
 IBolt task
           
 
Constructor Summary
TaskBundle(IBolt task, int componentId)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

task

public IBolt task

componentId

public int componentId
Constructor Detail

TaskBundle

public TaskBundle(IBolt task,
                  int componentId)