| Modifier and Type | Field and Description |
|---|---|
int |
acked |
int |
nacked |
Throwable |
throwable |
NoopAckable| Constructor and Description |
|---|
BasicAckableForTesting() |
| Modifier and Type | Method and Description |
|---|---|
void |
ack()
Acknowledge this entity as a success.
|
void |
nack(Throwable error)
Mark this entity as failed to process.
|