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 TypeMethodDescriptionvoidRecoverableCollectionReader.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 aSynchPointobject 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 TypeMethodDescriptionvoidCheckpointData.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