|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecoverableCollectionReader
Interface facilitating CollectionReader recovery from failures. Any CollectionReader supporting recovery must implement this interface.
Method Summary | |
---|---|
SynchPoint |
getSynchPoint()
Retrieves data facilitating recovery of the CollectionReader |
void |
moveTo(SynchPoint aSynchPoint)
Start CollectionReader recovery to a given synch point |
Method Detail |
---|
void moveTo(SynchPoint aSynchPoint) throws CollectionException
aSynchPoint
- -
contains recovery information
CollectionException
SynchPoint getSynchPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |