Interface RecoverableCollectionReader
public interface RecoverableCollectionReader
Interface facilitating CollectionReader recovery from failures. Any CollectionReader supporting
recovery must implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves data facilitating recovery of the CollectionReadervoid
moveTo
(SynchPoint aSynchPoint) Start CollectionReader recovery to a given synch point
-
Method Details
-
moveTo
Start CollectionReader recovery to a given synch point- Parameters:
aSynchPoint
- - contains recovery information- Throws:
CollectionException
- passthru
-
getSynchPoint
SynchPoint getSynchPoint()Retrieves data facilitating recovery of the CollectionReader- Returns:
- the SynchPoint for the current position of the CollectionReader
-