storm.trident.planner
Class ProcessorContext

java.lang.Object
  extended by storm.trident.planner.ProcessorContext

public class ProcessorContext
extends Object


Field Summary
 Object batchId
           
 Object[] state
           
 
Constructor Summary
ProcessorContext(Object batchId, Object[] state)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

batchId

public Object batchId

state

public Object[] state
Constructor Detail

ProcessorContext

public ProcessorContext(Object batchId,
                        Object[] state)


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