backtype.storm.testing
Class AckFailMapTracker
java.lang.Object
backtype.storm.testing.AckFailMapTracker
- All Implemented Interfaces:
- AckFailDelegate, Serializable
public class AckFailMapTracker
- 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 |
AckFailMapTracker
public AckFailMapTracker()
isAcked
public boolean isAcked(Object id)
isFailed
public boolean isFailed(Object id)
ack
public void ack(Object id)
- Specified by:
ack in interface AckFailDelegate
fail
public void fail(Object id)
- Specified by:
fail in interface AckFailDelegate
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.