Uses of Interface
org.apache.uima.collection.base_cpm.SynchPoint
Packages that use SynchPoint
-
Uses of SynchPoint in org.apache.uima.collection.base_cpm
Methods in org.apache.uima.collection.base_cpm that return SynchPointModifier and TypeMethodDescriptionRecoverableCollectionReader.getSynchPoint()
Retrieves data facilitating recovery of the CollectionReaderMethods in org.apache.uima.collection.base_cpm with parameters of type SynchPointModifier and TypeMethodDescriptionvoid
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 SynchPointModifier and TypeMethodDescriptionBaseCPMImpl.getSynchPoint()
Returns aSynchPoint
object initialized by the Collection Reader if the Collection Reader implementsRecoverableCollectionReader
.CheckpointData.getSynchPoint()
Returns current SynchPoint objectMethods in org.apache.uima.collection.impl.cpm with parameters of type SynchPointModifier and TypeMethodDescriptionvoid
CheckpointData.setSynchPoint
(SynchPoint point) Adds SynchPoint to save in a checkpointConstructors in org.apache.uima.collection.impl.cpm with parameters of type SynchPointModifierConstructorDescriptionCheckpointData
(ProcessTrace aProcessTrace, SynchPoint aSynchPoint) Initialize instance with ProcessTrace and SynchPoint