public interface IWorkItemStateKeeper
| Modifier and Type | Method and Description |
|---|---|
void |
ended(int seqNo) |
void |
error(int seqNo) |
void |
investmentReset(int seqNo) |
void |
operating(int seqNo) |
void |
persist() |
void |
preempt(int seqNo) |
void |
queued(int seqNo) |
void |
retry(int seqNo) |
void |
start(int seqNo,
String wiId,
String node,
String pid,
String tid) |
void |
zip() |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.