Package | Description |
---|---|
org.apache.uima.collection.impl.metadata.cpe | |
org.apache.uima.collection.metadata |
Java object representation of a CPE Descriptor.
|
Modifier and Type | Method and Description |
---|---|
CpeCollectionReaderCasInitializer |
CpeDescriptionImpl.addCasInitializer(String aInitializerDescriptorPath)
Deprecated.
As of v2.0, CAS Initializers are deprecated.
|
void |
CpeDescriptionImpl.addCasProcessor(CpeCasProcessor aCasProcessor) |
void |
CpeDescriptionImpl.addCasProcessor(int index,
CpeCasProcessor aCasProcessor) |
void |
CpeDescriptionImpl.addCollectionReader(CpeCollectionReader aCollectionReader) |
CpeCollectionReader |
CpeDescriptionImpl.addCollectionReader(String aCollectionReaderPath) |
void |
CpeCasProcessorsImpl.addCpeCasProcessor(CpeCasProcessor aCasProcessor) |
void |
CpeCasProcessorsImpl.addCpeCasProcessor(CpeCasProcessor aCasProcessor,
int aInsertPosition) |
protected void |
CpeLocalCasProcessorImpl.addDefaults() |
protected void |
CasProcessorCpeObject.addDefaults()
Adds default configuration shared by CasProcessors
|
void |
CasProcessorCpeObject.addDeployParam(String aParamName,
String aParamValue)
Adds a given deployment param to the param list.
|
void |
CpeLocalCasProcessorImpl.addExecArg(String aArgValue) |
void |
CpeLocalCasProcessorImpl.addExecEnv(String aEnvKeyName,
String aEnvKeyValue)
Adds a new env key to the list of env keys.
|
CasProcessorExecArg |
CasProcessorExecArgsImpl.get(int aIndex) |
CasProcessorDeploymentParam |
CasProcessorDeploymentParamsImpl.get(String aParamName) |
CpeCollectionReader[] |
CpeDescriptionImpl.getAllCollectionCollectionReaders() |
CpeCasProcessor[] |
CpeCasProcessorsImpl.getAllCpeCasProcessors() |
String |
CasProcessorExecArgImpl.getArgValue() |
CpeCollectionReaderCasInitializer |
CpeCollectionReaderImpl.getCasInitializer() |
CpeCasProcessor |
CpeCasProcessorsImpl.getCpeCasProcessor(int aPosition) |
CpeCasProcessors |
CpeDescriptionImpl.getCpeCasProcessors() |
CpeConfiguration |
CpeDescriptionImpl.getCpeConfig() |
CpeConfiguration |
CpeDescriptionImpl.getCpeConfiguration() |
String |
CasProcessorRuntimeEnvParamImpl.getEnvParamName() |
String |
CasProcessorRuntimeEnvParamImpl.getEnvParamValue() |
List |
CpeLocalCasProcessorImpl.getExecArgs() |
List |
CpeLocalCasProcessorImpl.getExecEnv() |
String |
CpeLocalCasProcessorImpl.getExecutable() |
String |
CasProcessorDeploymentParamImpl.getParameterName() |
String |
CasProcessorDeploymentParamImpl.getParameterType() |
String |
CasProcessorDeploymentParamImpl.getParameterValue() |
int |
CpeCasProcessorsImpl.getPoolSize() |
CasProcessorRunInSeperateProcess |
CpeLocalCasProcessorImpl.getRunInSeperateProcess() |
boolean |
CpeLocalCasProcessorImpl.isJava() |
static CpeCasProcessors |
CpeDescriptorFactory.produceCasProcessors() |
static CpeCasProcessors |
CpeDescriptorFactory.produceCasProcessors(CpeDescription aDescriptor) |
static CpeCasProcessors |
CpeDescriptorFactory.produceCasProcessors(int aInputQSize,
int aOutputQSize,
int aPuCount,
CpeDescription aDescriptor) |
static CpeCollectionReader |
CpeDescriptorFactory.produceCollectionReader() |
static CpeCollectionReader |
CpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath) |
static CpeCollectionReader |
CpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath,
CpeDescription aDescriptor) |
static CpeCollectionReaderCasInitializer |
CpeDescriptorFactory.produceCollectionReaderCasInitializer(String aPath,
CpeDescription aDescriptor)
Deprecated.
As of v2.0, CAS Initializers are deprecated.
|
static CpeCollectionReaderIterator |
CpeDescriptorFactory.produceCollectionReaderIterator(String aPath) |
static CpeConfiguration |
CpeDescriptorFactory.produceCpeConfiguration() |
static CpeConfiguration |
CpeDescriptorFactory.produceCpeConfiguration(CpeDescription aDescriptor) |
static CpeLocalCasProcessor |
CpeDescriptorFactory.produceLocalCasProcessor(String aName,
String aSoFa) |
static CpeRemoteCasProcessor |
CpeDescriptorFactory.produceRemoteCasProcessor(String aName) |
static CpeResourceManagerConfiguration |
CpeDescriptorFactory.produceResourceManagerConfiguration(String aResourceMgrConfigurationPath) |
static CpeResourceManagerConfiguration |
CpeDescriptorFactory.produceResourceManagerConfiguration(String aResourceMgrConfigurationPath,
CpeDescription aDescriptor) |
void |
CasProcessorDeploymentParamsImpl.remove(CasProcessorDeploymentParam aParam) |
void |
CpeCasProcessorsImpl.removeAllCpeCasProcessors() |
void |
CpeCasProcessorsImpl.removeCpeCasProcessor(int aPosition) |
CpeCasProcessor[] |
CpeCasProcessorsImpl.removeCpeCasProcessor(int aPosition,
boolean flag)
New API 01/06/2006
|
void |
CpeLocalCasProcessorImpl.removeExecArg(int aIndex) |
void |
CpeLocalCasProcessorImpl.removeExecEnv(int aIndex) |
void |
CpeTimerImpl.set(String aTimerClass) |
void |
CpeDescriptionImpl.setAllCollectionCollectionReaders(CpeCollectionReader[] areaders) |
void |
CpeCasProcessorsImpl.setAllCpeCasProcessors(CpeCasProcessor[] aCpeProcessors) |
void |
CasProcessorExecArgImpl.setArgValue(String aArgValue) |
void |
CpeCollectionReaderImpl.setCasInitializer(CpeCollectionReaderCasInitializer aCasInitializer) |
void |
CasProcessorCpeObject.setCasProcessorFilter(CasProcessorFilter aFilter) |
void |
CpeConfigurationImpl.setCheckpoint(CpeCheckpoint aCheckpoint) |
void |
CpeCasProcessorsImpl.setConcurrentPUCount(int aConcurrentPUCount) |
void |
CpeCollectionReaderImpl.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aParams)
Sets configuration parameter settings for this CollectionReader.
|
void |
CasProcessorCpeObject.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
Sets configuration parameter settings for this CasProcessor.
|
void |
CpeCollectionReaderCasInitializerImpl.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings)
Deprecated.
Sets configuration parameter settings for this CasInitializer.
|
void |
CasProcessorCpeObject.setCpeComponentDescriptor(CpeComponentDescriptor aDescriptor) |
void |
CpeConfigurationImpl.setDeployment(String aDeploy) |
void |
CasProcessorCpeObject.setDeployment(String aDeployMode)
Associates deployment type with for this CasProcessor.
|
protected void |
CasProcessorCpeObject.setDeploymentParams(CasProcessorDeploymentParams aParams) |
void |
CasProcessorCpeObject.setDescriptor(String aDescriptorPath)
Associates a given descriptor path with this CasProcessor
|
void |
CpeCasProcessorsImpl.setDropCasOnException(boolean aDropCasOnException) |
void |
CasProcessorRuntimeEnvParamImpl.setEnvParamName(String aEnvParamName) |
void |
CasProcessorRuntimeEnvParamImpl.setEnvParamValue(String aEnvParamValue) |
void |
CasProcessorCpeObject.setErrorHandling(CasProcessorErrorHandling aErrorHandling) |
void |
CpeLocalCasProcessorImpl.setExecutable(String aCasProcessorExecutable) |
void |
CpeCheckpointImpl.setFilePath(String aCheckpointFilePath) |
void |
CpeDescriptionImpl.setInputQueueSize(int aSize)
Deprecated.
|
void |
CpeCasProcessorsImpl.setInputQueueSize(int aInputQueueSize) |
void |
CpeLocalCasProcessorImpl.setIsJava(boolean aJava) |
void |
CasProcessorCpeObject.setName(String aName)
Associates a name with this CasProcessor
|
void |
CpeConfigurationImpl.setNumToProcess(int aNumToProcess) |
void |
CpeDescriptionImpl.setOutputQueueSize(int aSize)
Deprecated.
|
void |
CpeCasProcessorsImpl.setOutputQueueSize(int aOutputQueueSize) |
void |
CasProcessorDeploymentParamImpl.setParameterName(String aParamName) |
void |
CasProcessorDeploymentParamImpl.setParameterType(String aParamType) |
void |
CasProcessorDeploymentParamImpl.setParameterValue(String aParamValue) |
void |
CpeCasProcessorsImpl.setPoolSize(int aPoolSize) |
void |
CpeDescriptionImpl.setProcessingUnitThreadCount(int aSize) |
void |
CpeLocalCasProcessorImpl.setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) |
void |
CasProcessorCpeObject.setSOFA(String aSoFa)
Deprecated.
|
Constructor and Description |
---|
CpeLocalCasProcessorImpl(String aName,
String aSoFa) |
Modifier and Type | Method and Description |
---|---|
CpeCollectionReaderCasInitializer |
CpeDescription.addCasInitializer(String aCasInitializerPath)
Deprecated.
As of v2.0 CAS Initializers are deprecated.
|
void |
CpeDescription.addCasProcessor(CpeCasProcessor aCasProcessor)
Appends a instance of
CpeCasProcessor to the end of
the list containing CPE CasProcessors. |
void |
CpeDescription.addCasProcessor(int index,
CpeCasProcessor aCasProcessor)
Adds a instance of
CpeCasProcessor at a specified
location in the list of CPE CasProcessors. |
void |
CpeDescription.addCollectionReader(CpeCollectionReader aCollectionReader) |
CpeCollectionReader |
CpeDescription.addCollectionReader(String aCollectionReaderPath)
Adds a path to the descriptor file containing CollectionReader's configuration.
|
void |
CpeCasProcessors.addCpeCasProcessor(CpeCasProcessor aCasProcessor)
Appends new CasProcessor to existing list of CasProcessors
|
void |
CpeCasProcessors.addCpeCasProcessor(CpeCasProcessor aCasProcessor,
int aInsertPosition)
Inserts a new CasProcessor at an indicated position.
|
void |
CpeCasProcessor.addDeployParam(String aParamName,
String aParamValue)
Adds deployment parameter used by the CPE when launching CasProcessor
|
void |
CpeLocalCasProcessor.addExecArg(String aArgValue) |
void |
CpeLocalCasProcessor.addExecEnv(String aEnvParamName,
String aEnvParamValue) |
CasProcessorExecArg |
CasProcessorExecArgs.get(int aIndex)
Returns an
CasProcessorExecArg instance located
with provided index. |
CasProcessorDeploymentParam |
CasProcessorDeploymentParams.get(String aParamName)
Returns
CasProcessorDeploymentParam instance
identified by aParamName. |
CpeCollectionReader[] |
CpeDescription.getAllCollectionCollectionReaders()
Returns a list of
CpeCollectionReader instances
representing ALL defined CollectionReaders. |
CpeCasProcessor[] |
CpeCasProcessors.getAllCpeCasProcessors()
Returns ALL
CpeCasProcessor objects in processing
pipeline. |
String |
CasProcessorExecArg.getArgValue()
Returns argument value
|
CpeCollectionReaderCasInitializer |
CpeCollectionReader.getCasInitializer()
Deprecated.
As of v2.0 CAS Initializers are deprecated.
|
CpeCasProcessor |
CpeCasProcessors.getCpeCasProcessor(int aPosition)
Returns
CpeCasProcessor found at given position. |
CpeCasProcessors |
CpeDescription.getCpeCasProcessors()
Returns a
CpeCasProcessors instance containing
processing pipeline spec. |
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. |
String |
CasProcessorRuntimeEnvParam.getEnvParamName()
Returns a name of parameter
|
String |
CasProcessorRuntimeEnvParam.getEnvParamValue()
Returns parameter value
|
String |
CpeLocalCasProcessor.getExecutable()
Returns a name of a program to use when launching this CasProcessor
|
String |
CasProcessorDeploymentParam.getParameterName()
Returns the name of the parameter
|
String |
CasProcessorDeploymentParam.getParameterType()
Returns deployment parameter value type
|
String |
CasProcessorDeploymentParam.getParameterValue()
Returns deployment parameter value
|
CasProcessorRunInSeperateProcess |
CpeLocalCasProcessor.getRunInSeperateProcess() |
boolean |
CpeLocalCasProcessor.isJava()
Returns true if the local Cas Processor is a java program
|
void |
CasProcessorDeploymentParams.remove(CasProcessorDeploymentParam aParam)
Deletes named instance of
CasProcessorDeploymentParam |
void |
CpeCasProcessors.removeAllCpeCasProcessors()
Removes ALL
CpeCasProcessor objects from processing
pipeline. |
void |
CpeCasProcessors.removeCpeCasProcessor(int aPosition)
Removes
CpeCasProcessor object from processing
pipeline from a given position. |
void |
CpeTimer.set(String aTimerClass)
Plug-in a custom timer class to be used for measuring performance.
|
void |
CpeDescription.setAllCollectionCollectionReaders(CpeCollectionReader[] readers) |
void |
CasProcessorExecArg.setArgValue(String aArgValue)
Sets argument value.
|
void |
CpeCollectionReader.setCasInitializer(CpeCollectionReaderCasInitializer aCasInitializer)
Deprecated.
As of v2.0 CAS Initializers are deprecated.
|
void |
CpeCasProcessor.setCasProcessorFilter(String aFilterExpression)
Sets CasProcessor filter expression used by the CPE to route CASs.
|
void |
CpeConfiguration.setCheckpoint(CpeCheckpoint aCheckpoint)
Sets Checkpoint object containing checkpoint file and frequency of checkpoints.
|
void |
CpeCasProcessors.setConcurrentPUCount(int aConcurrentPUCount)
Sets ProcessingUnit replication.
|
void |
CpeCollectionReaderCasInitializer.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings)
Deprecated.
Sets the
CasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CasInitializer. |
void |
CpeCasProcessor.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings)
Sets the
CasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CAS Processor. |
void |
CpeCollectionReader.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings)
Sets the
CasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CollectionReader. |
void |
CpeCasProcessor.setCpeComponentDescriptor(CpeComponentDescriptor aDescriptor)
Sets the
CpeComponentDescriptor instance associated with this Cas Processor. |
void |
CpeConfiguration.setDeployment(String aDeploy)
Sets CPE deployment mode as "immediate", "vinceService", "interactive".
|
void |
CpeCasProcessor.setDescriptor(String aDescriptor)
Deprecated.
Doesn't support the new import syntax. Use setCpeComponentDescriptor() instead.
|
void |
CasProcessorRuntimeEnvParam.setEnvParamName(String aEnvParamName)
Sets a name for new parameter
|
void |
CasProcessorRuntimeEnvParam.setEnvParamValue(String aEnvParamValue)
Sets a value for new parameter
|
void |
CpeLocalCasProcessor.setExecutable(String aCasProcessorExecutable)
Defines the name of a program to run when launching this Cas Processor.
|
void |
CpeCheckpoint.setFilePath(String aCheckpointFilePath)
Sets the file where checkpoint information will be stored
|
void |
CpeDescription.setInputQueueSize(int aSize)
Defines the size for the InputQueue.
|
void |
CpeCasProcessors.setInputQueueSize(int aOutputQueueSize)
Sets the size of the InputQueue.
|
void |
CpeLocalCasProcessor.setIsJava(boolean aJava)
Defines if this Cas Processor is a java program
|
void |
CpeCasProcessor.setName(String aName)
Sets CasProcessor's name
|
void |
CpeConfiguration.setNumToProcess(int aNumToProcess)
Sets number of entities to process by the CPE.
|
void |
CpeDescription.setOutputQueueSize(int aSize)
Defines the size for the OutputQueue.
|
void |
CpeCasProcessors.setOutputQueueSize(int aOutputQueueSize)
Sets the size of the OutputQueue.
|
void |
CasProcessorDeploymentParam.setParameterName(String aParamName)
Sets the name of the parameter
|
void |
CasProcessorDeploymentParam.setParameterType(String aParamType)
Sets deployment parameter value type
|
void |
CasProcessorDeploymentParam.setParameterValue(String aParamValue)
Sets the value of the deployment parameter
|
void |
CpeCasProcessors.setPoolSize(int aPoolSize) |
void |
CpeDescription.setProcessingUnitThreadCount(int aSize) |
void |
CpeLocalCasProcessor.setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) |
void |
CpeCasProcessor.setSOFA(String aSOFA) |
Copyright © 2017. All rights reserved.