Uses of Interface
org.apache.uima.collection.metadata.CpeCheckpoint
Packages that use CpeCheckpoint
Package
Description
The main package for the Unstructured Information Management Middleware
Architecture.
Java object representation of a CPE Descriptor.
Contains reference implementations of the interfaces in
org.apache.uima
.-
Uses of CpeCheckpoint in org.apache.uima
Methods in org.apache.uima that return CpeCheckpoint -
Uses of CpeCheckpoint in org.apache.uima.collection.impl.metadata.cpe
Classes in org.apache.uima.collection.impl.metadata.cpe that implement CpeCheckpointFields in org.apache.uima.collection.impl.metadata.cpe declared as CpeCheckpointModifier and TypeFieldDescriptionprivate CpeCheckpoint
CasProcessorCpeObject.checkpoint
private CpeCheckpoint
CpeConfigurationImpl.checkpoint
Methods in org.apache.uima.collection.impl.metadata.cpe that return CpeCheckpointModifier and TypeMethodDescriptionCasProcessorCpeObject.getCheckpoint()
CpeConfigurationImpl.getCheckpoint()
static CpeCheckpoint
CpeDescriptorFactory.produceCpeCheckpoint()
Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CpeCheckpointModifier and TypeMethodDescriptionvoid
CasProcessorCpeObject.setCheckpoint
(CpeCheckpoint checkpoint) void
CpeConfigurationImpl.setCheckpoint
(CpeCheckpoint aCheckpoint) -
Uses of CpeCheckpoint in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that return CpeCheckpointModifier 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.Methods in org.apache.uima.collection.metadata with parameters of type CpeCheckpointModifier and TypeMethodDescriptionvoid
CpeConfiguration.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