Uses of Interface
org.apache.uima.collection.base_cpm.SynchPoint
-
Packages that use SynchPoint Package Description org.apache.uima.collection.base_cpm org.apache.uima.collection.impl.cpm -
-
Uses of SynchPoint in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm that return SynchPoint Modifier and Type Method Description SynchPoint
RecoverableCollectionReader. getSynchPoint()
Retrieves data facilitating recovery of the CollectionReaderMethods in org.apache.uima.collection.base_cpm with parameters of type SynchPoint Modifier and Type Method Description void
RecoverableCollectionReader. moveTo(SynchPoint aSynchPoint)
Start CollectionReader recovery to a given synch point -
Uses of SynchPoint in org.apache.uima.collection.impl.cpm
Methods in org.apache.uima.collection.impl.cpm that return SynchPoint Modifier and Type Method Description SynchPoint
BaseCPMImpl. getSynchPoint()
Returns aSynchPoint
object initialized by the Collection Reader if the Collection Reader implementsRecoverableCollectionReader
.SynchPoint
CheckpointData. getSynchPoint()
Returns current SynchPoint objectMethods in org.apache.uima.collection.impl.cpm with parameters of type SynchPoint Modifier and Type Method Description void
CheckpointData. setSynchPoint(SynchPoint point)
Adds SynchPoint to save in a checkpointConstructors in org.apache.uima.collection.impl.cpm with parameters of type SynchPoint Constructor Description CheckpointData(ProcessTrace aProcessTrace, SynchPoint aSynchPoint)
Initialize instance with ProcessTrace and SynchPoint
-