Uses of Interface
org.apache.uima.collection.metadata.CpeConfiguration
Package
Description
Apache UIMA
Java object representation of a CPE Descriptor.
Apache UIMA internals
-
Uses of CpeConfiguration in org.apache.uima
-
Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm
Modifier and TypeMethodDescriptionBaseCPMImpl.getCPEConfig()
ReturnsCPEConfig
object holding current CPE configuration. -
Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm.container
Modifier and TypeMethodDescriptionCPEFactory.getCPEConfig()
Returns an object containing global CPE configuration including: Number of documents to process Checkpoint configuration id of the document begin processing . -
Uses of CpeConfiguration in org.apache.uima.collection.impl.cpm.engine
Modifier and TypeFieldDescriptionprotected CpeConfiguration
NonThreadedProcessingUnit.cpeConfiguration
The cpe configuration.protected CpeConfiguration
ProcessingUnit.cpeConfiguration
The cpe configuration.Modifier and TypeMethodDescriptionprotected CpeConfiguration
CPMEngine.getCpeConfig()
Gets the cpe config. -
Uses of CpeConfiguration in org.apache.uima.collection.impl.metadata.cpe
Modifier and TypeMethodDescriptionCpeDescriptionImpl.getCpeConfig()
Gets the cpe config.CpeDescriptionImpl.getCpeConfiguration()
static CpeConfiguration
CpeDescriptorFactory.produceCpeConfiguration()
Produce cpe configuration.static CpeConfiguration
CpeDescriptorFactory.produceCpeConfiguration
(CpeDescription aDescriptor) Produce cpe configuration.Modifier and TypeMethodDescriptionvoid
CpeDescriptionImpl.setCpeConfig
(CpeConfiguration aConfiguration) Sets the cpe config.void
CpeDescriptionImpl.setCpeConfiguration
(CpeConfiguration aConfiguration) -
Uses of CpeConfiguration in org.apache.uima.collection.metadata
Modifier and TypeMethodDescriptionCpeDescription.getCpeConfiguration()
Returns the CPE configuration that includes: An ID of the entity to begin processing with (OPTIONAL) Number of entities to process Checkpoint definition (checkpoint file, frequency) A name of the class implementingUimaTimer
interface.Modifier and TypeMethodDescriptionvoid
CpeDescription.setCpeConfiguration
(CpeConfiguration aConfiguration) -
Uses of CpeConfiguration in org.apache.uima.impl