Uses of Interface
org.apache.uima.collection.base_cpm.SynchPoint
-
Uses of SynchPoint in org.apache.uima.collection.base_cpm
Modifier and TypeMethodDescriptionRecoverableCollectionReader.getSynchPoint()
Retrieves data facilitating recovery of the CollectionReaderModifier and TypeMethodDescriptionvoid
RecoverableCollectionReader.moveTo
(SynchPoint aSynchPoint) Start CollectionReader recovery to a given synch point -
Uses of SynchPoint in org.apache.uima.collection.impl.cpm
Modifier and TypeMethodDescriptionBaseCPMImpl.getSynchPoint()
Returns aSynchPoint
object initialized by the Collection Reader if the Collection Reader implementsRecoverableCollectionReader
.CheckpointData.getSynchPoint()
Returns current SynchPoint objectModifier and TypeMethodDescriptionvoid
CheckpointData.setSynchPoint
(SynchPoint point) Adds SynchPoint to save in a checkpointModifierConstructorDescriptionCheckpointData
(ProcessTrace aProcessTrace, SynchPoint aSynchPoint) Initialize instance with ProcessTrace and SynchPoint