org.apache.uima.collection.base_cpm
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
SynchPoint getSynchPoint()
Copyright © 2014. All Rights Reserved.