Package | Description |
---|---|
org.apache.uima |
The main package for the Unstructured Information Management Middleware
Architecture.
|
org.apache.uima.collection.impl.cpm | |
org.apache.uima.collection.impl.cpm.container | |
org.apache.uima.collection.impl.cpm.engine | |
org.apache.uima.collection.impl.metadata.cpe | |
org.apache.uima.collection.metadata |
Java object representation of a CPE Descriptor.
|
org.apache.uima.impl |
Contains reference implementations of the interfaces in
org.apache.uima . |
Modifier and Type | Method and Description |
---|---|
CpeConfiguration |
ResourceSpecifierFactory.createCpeConfig() |
Modifier and Type | Method and Description |
---|---|
CpeConfiguration |
BaseCPMImpl.getCPEConfig()
Returns
CPEConfig object holding current CPE configuration |
Modifier and Type | Method and Description |
---|---|
CpeConfiguration |
CPEFactory.getCPEConfig()
Returns an object containing global CPE configuration including:
Number of documents to process
Checkpoint configuration
id of the document begin processing
|
Modifier and Type | Field and Description |
---|---|
protected CpeConfiguration |
ProcessingUnit.cpeConfiguration |
protected CpeConfiguration |
NonThreadedProcessingUnit.cpeConfiguration |
Modifier and Type | Method and Description |
---|---|
protected CpeConfiguration |
CPMEngine.getCpeConfig() |
Modifier and Type | Class and Description |
---|---|
class |
CpeConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
CpeConfiguration |
CpeDescriptionImpl.getCpeConfig() |
CpeConfiguration |
CpeDescriptionImpl.getCpeConfiguration() |
static CpeConfiguration |
CpeDescriptorFactory.produceCpeConfiguration() |
static CpeConfiguration |
CpeDescriptorFactory.produceCpeConfiguration(CpeDescription aDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
CpeDescriptionImpl.setCpeConfig(CpeConfiguration aConfiguration) |
void |
CpeDescriptionImpl.setCpeConfiguration(CpeConfiguration aConfiguration) |
Modifier and Type | Method and Description |
---|---|
CpeConfiguration |
CpeDescription.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 implementing
UimaTimer interface. |
Modifier and Type | Method and Description |
---|---|
void |
CpeDescription.setCpeConfiguration(CpeConfiguration aConfiguration) |
Modifier and Type | Method and Description |
---|---|
CpeConfiguration |
ResourceSpecifierFactory_impl.createCpeConfig() |
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.