Uses of Interface
org.apache.uima.collection.metadata.CpeCheckpoint
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CpeCheckpoint in org.apache.uima
-
Uses of CpeCheckpoint in org.apache.uima.collection.impl.metadata.cpe
Modifier and TypeMethodDescriptionCasProcessorCpeObject.getCheckpoint()
Gets the checkpoint.CpeConfigurationImpl.getCheckpoint()
static CpeCheckpoint
CpeDescriptorFactory.produceCpeCheckpoint()
Produce cpe checkpoint.Modifier and TypeMethodDescriptionvoid
CasProcessorCpeObject.setCheckpoint
(CpeCheckpoint checkpoint) Sets the checkpoint.void
CpeConfigurationImpl.setCheckpoint
(CpeCheckpoint aCheckpoint) -
Uses of CpeCheckpoint in org.apache.uima.collection.metadata
Modifier and TypeMethodDescriptionCpeCasProcessor.getCheckpoint()
ReturnsCpeCheckpoint
object containing checkpoint configuration ( checkpoint file, frequency of checkpoints )CpeConfiguration.getCheckpoint()
Returns Checkpoint object containing checkpoint file and frequency of checkpoints.Modifier and TypeMethodDescriptionvoid
CpeConfiguration.setCheckpoint
(CpeCheckpoint aCheckpoint) Sets Checkpoint object containing checkpoint file and frequency of checkpoints. -
Uses of CpeCheckpoint in org.apache.uima.impl