Uses of Class
org.apache.uima.collection.metadata.CpeDescriptorException
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of CpeDescriptorException in org.apache.uima.collection.metadata
Modifier and TypeMethodDescriptionCpeDescription.addCasInitializer
(String aCasInitializerPath) Deprecated.As of v2.0 CAS Initializers are deprecated.void
CpeDescription.addCasProcessor
(int index, CpeCasProcessor aCasProcessor) Adds a instance ofCpeCasProcessor
at a specified location in the list of CPE CasProcessors.void
CpeDescription.addCasProcessor
(CpeCasProcessor aCasProcessor) Appends a instance ofCpeCasProcessor
to the end of the list containing CPE CasProcessors.CpeDescription.addCollectionReader
(String aCollectionReaderPath) Adds a path to the descriptor file containing CollectionReader's configuration.void
CpeDescription.addCollectionReader
(CpeCollectionReader aCollectionReader) void
CpeCasProcessors.addCpeCasProcessor
(CpeCasProcessor aCasProcessor) Appends new CasProcessor to existing list of CasProcessorsvoid
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 CasProcessorvoid
CpeLocalCasProcessor.addExecArg
(String aArgValue) void
CpeLocalCasProcessor.addExecEnv
(String aEnvParamName, String aEnvParamValue) ReturnsCasProcessorDeploymentParam
instance identified by aParamName.CasProcessorExecArgs.get
(int aIndex) Returns anCasProcessorExecArg
instance located with provided index.CpeDescription.getAllCollectionCollectionReaders()
Returns a list ofCpeCollectionReader
instances representing ALL defined CollectionReaders.CpeCasProcessors.getAllCpeCasProcessors()
Returns ALLCpeCasProcessor
objects in processing pipeline.CasProcessorExecArg.getArgValue()
Returns argument valueCpeCollectionReader.getCasInitializer()
Deprecated.As of v2.0 CAS Initializers are deprecated.CpeCasProcessors.getCpeCasProcessor
(int aPosition) ReturnsCpeCasProcessor
found at given position.CpeDescription.getCpeCasProcessors()
Returns aCpeCasProcessors
instance containing processing pipeline spec.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 implementingUimaTimer
interface.CasProcessorRuntimeEnvParam.getEnvParamName()
Returns a name of parameterCasProcessorRuntimeEnvParam.getEnvParamValue()
Returns parameter valueCpeLocalCasProcessor.getExecutable()
Returns a name of a program to use when launching this CasProcessorCasProcessorDeploymentParam.getParameterName()
Returns the name of the parameterCasProcessorDeploymentParam.getParameterType()
Returns deployment parameter value typeCasProcessorDeploymentParam.getParameterValue()
Returns deployment parameter valueCpeLocalCasProcessor.getRunInSeperateProcess()
boolean
CpeLocalCasProcessor.isJava()
Returns true if the local Cas Processor is a java programvoid
CasProcessorDeploymentParams.remove
(CasProcessorDeploymentParam aParam) Deletes named instance ofCasProcessorDeploymentParam
void
CpeCasProcessors.removeAllCpeCasProcessors()
Removes ALLCpeCasProcessor
objects from processing pipeline.void
CpeCasProcessors.removeCpeCasProcessor
(int aPosition) RemovesCpeCasProcessor
object from processing pipeline from a given position.void
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
CpeCasProcessor.setConfigurationParameterSettings
(CasProcessorConfigurationParameterSettings aSettings) Sets theCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CAS Processor.void
CpeCollectionReader.setConfigurationParameterSettings
(CasProcessorConfigurationParameterSettings aSettings) Sets theCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CollectionReader.void
CpeCollectionReaderCasInitializer.setConfigurationParameterSettings
(CasProcessorConfigurationParameterSettings aSettings) Deprecated.Sets theCasProcessorConfigurationParameterSettings
object containing overrides to parameter settings for this CasInitializer.void
CpeCasProcessor.setCpeComponentDescriptor
(CpeComponentDescriptor aDescriptor) Sets theCpeComponentDescriptor
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.void
CasProcessorRuntimeEnvParam.setEnvParamName
(String aEnvParamName) Sets a name for new parametervoid
CasProcessorRuntimeEnvParam.setEnvParamValue
(String aEnvParamValue) Sets a value for new parametervoid
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 storedvoid
CpeCasProcessors.setInputQueueSize
(int aOutputQueueSize) Sets the size of the InputQueue.void
CpeDescription.setInputQueueSize
(int aSize) Defines the size for the InputQueue.void
CpeLocalCasProcessor.setIsJava
(boolean aJava) Defines if this Cas Processor is a java programvoid
Sets CasProcessor's namevoid
CpeConfiguration.setNumToProcess
(int aNumToProcess) Sets number of entities to process by the CPE.void
CpeCasProcessors.setOutputQueueSize
(int aOutputQueueSize) Sets the size of the OutputQueue.void
CpeDescription.setOutputQueueSize
(int aSize) Defines the size for the OutputQueue.void
CasProcessorDeploymentParam.setParameterName
(String aParamName) Sets the name of the parametervoid
CasProcessorDeploymentParam.setParameterType
(String aParamType) Sets deployment parameter value typevoid
CasProcessorDeploymentParam.setParameterValue
(String aParamValue) Sets the value of the deployment parametervoid
CpeCasProcessors.setPoolSize
(int aPoolSize) void
CpeDescription.setProcessingUnitThreadCount
(int aSize) void
CpeLocalCasProcessor.setRunInSeperateProcess
(CasProcessorRunInSeperateProcess aSepProcess) void