backtype.storm.testing
Class AckTracker
java.lang.Object
backtype.storm.testing.AckTracker
- All Implemented Interfaces:
- AckFailDelegate, Serializable
public class AckTracker
- extends Object
- implements AckFailDelegate
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AckTracker
public AckTracker()
ack
public void ack(Object id)
- Specified by:
ack in interface AckFailDelegate
fail
public void fail(Object id)
- Specified by:
fail in interface AckFailDelegate
getNumAcks
public int getNumAcks()
resetNumAcks
public void resetNumAcks()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.