Uses of Interface
org.apache.uima.collection.base_cpm.SynchPoint

Packages that use SynchPoint
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
 SynchPoint RecoverableCollectionReader.getSynchPoint()
          Retrieves data facilitating recovery of the CollectionReader
 

Methods in org.apache.uima.collection.base_cpm with parameters of type SynchPoint
 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
 SynchPoint CheckpointData.getSynchPoint()
          Returns current SynchPoint object
 SynchPoint BaseCPMImpl.getSynchPoint()
          Returns a SynchPoint object initialized by the Collection Reader if the Collection Reader implements RecoverableCollectionReader.
 

Methods in org.apache.uima.collection.impl.cpm with parameters of type SynchPoint
 void CheckpointData.setSynchPoint(SynchPoint point)
          Adds SynchPoint to save in a checkpoint
 

Constructors in org.apache.uima.collection.impl.cpm with parameters of type SynchPoint
CheckpointData(ProcessTrace aProcessTrace, SynchPoint aSynchPoint)
          Initialize instance with ProcessTrace and SynchPoint
 



Copyright © 2012. All Rights Reserved.