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 SynchPointRecoverableCollectionReader. 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 voidRecoverableCollectionReader. 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 SynchPointBaseCPMImpl. getSynchPoint()Returns aSynchPointobject initialized by the Collection Reader if the Collection Reader implementsRecoverableCollectionReader.SynchPointCheckpointData. getSynchPoint()Returns current SynchPoint objectMethods in org.apache.uima.collection.impl.cpm with parameters of type SynchPoint Modifier and Type Method Description voidCheckpointData. 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
-