Uses of Interface
org.apache.uima.collection.metadata.CpeCheckpoint
-
Packages that use CpeCheckpoint Package Description org.apache.uima Apache UIMAorg.apache.uima.collection.impl.metadata.cpe org.apache.uima.collection.metadata Java object representation of a CPE Descriptor.org.apache.uima.impl Apache UIMA internals -
-
Uses of CpeCheckpoint in org.apache.uima
Methods in org.apache.uima that return CpeCheckpoint Modifier and Type Method Description CpeCheckpointResourceSpecifierFactory. createCheckpoint() -
Uses of CpeCheckpoint in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCheckpoint Modifier and Type Class Description classCpeCheckpointImplThe Class CpeCheckpointImpl.Fields in org.apache.uima.collection.impl.metadata.cpe declared as CpeCheckpoint Modifier and Type Field Description private CpeCheckpointCasProcessorCpeObject. checkpointThe checkpoint.private CpeCheckpointCpeConfigurationImpl. checkpointThe checkpoint.Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCheckpoint Modifier and Type Method Description CpeCheckpointCasProcessorCpeObject. getCheckpoint()Gets the checkpoint.CpeCheckpointCpeConfigurationImpl. getCheckpoint()static CpeCheckpointCpeDescriptorFactory. produceCpeCheckpoint()Produce cpe checkpoint.Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCheckpoint Modifier and Type Method Description voidCasProcessorCpeObject. setCheckpoint(CpeCheckpoint checkpoint)Sets the checkpoint.voidCpeConfigurationImpl. setCheckpoint(CpeCheckpoint aCheckpoint) -
Uses of CpeCheckpoint in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeCheckpoint Modifier and Type Method Description CpeCheckpointCpeCasProcessor. getCheckpoint()ReturnsCpeCheckpointobject containing checkpoint configuration ( checkpoint file, frequency of checkpoints )CpeCheckpointCpeConfiguration. getCheckpoint()Returns Checkpoint object containing checkpoint file and frequency of checkpoints.Methods in org.apache.uima.collection.metadata with parameters of type CpeCheckpoint Modifier and Type Method Description voidCpeConfiguration. setCheckpoint(CpeCheckpoint aCheckpoint)Sets Checkpoint object containing checkpoint file and frequency of checkpoints. -
Uses of CpeCheckpoint in org.apache.uima.impl
Methods in org.apache.uima.impl that return CpeCheckpoint Modifier and Type Method Description CpeCheckpointResourceSpecifierFactory_impl. createCheckpoint()
-