storm.trident.spout
Class RichSpoutBatchId

java.lang.Object
  extended by storm.trident.spout.RichSpoutBatchId
All Implemented Interfaces:
IBatchID

public class RichSpoutBatchId
extends Object
implements IBatchID


Constructor Summary
RichSpoutBatchId(long id)
           
 
Method Summary
 boolean equals(Object o)
           
 int getAttemptId()
           
 Object getId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichSpoutBatchId

public RichSpoutBatchId(long id)
Method Detail

getId

public Object getId()
Specified by:
getId in interface IBatchID

getAttemptId

public int getAttemptId()
Specified by:
getAttemptId in interface IBatchID

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object


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