storm.trident.topology
Class BatchInfo

java.lang.Object
  extended by storm.trident.topology.BatchInfo

public class BatchInfo
extends Object


Field Summary
 String batchGroup
           
 IBatchID batchId
           
 Object state
           
 
Constructor Summary
BatchInfo(String batchGroup, IBatchID 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 IBatchID batchId

state

public Object state

batchGroup

public String batchGroup
Constructor Detail

BatchInfo

public BatchInfo(String batchGroup,
                 IBatchID batchId,
                 Object state)


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