public interface RecoverableCollectionReader
| Modifier and Type | Method and Description | 
|---|---|
| SynchPoint | getSynchPoint()Retrieves data facilitating recovery of the CollectionReader | 
| void | moveTo(SynchPoint aSynchPoint)Start CollectionReader recovery to a given synch point | 
void moveTo(SynchPoint aSynchPoint) throws CollectionException
aSynchPoint - -
          contains recovery informationCollectionException - passthruSynchPoint getSynchPoint()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.