Uses of Class
org.apache.uima.collection.metadata.CpeDescriptorException
Packages that use CpeDescriptorException
Package
Description
Java object representation of a CPE Descriptor.
-
Uses of CpeDescriptorException in org.apache.uima.collection.impl.cpm.container
Methods in org.apache.uima.collection.impl.cpm.container that throw CpeDescriptorExceptionModifier and TypeMethodDescriptionprivate booleanCPEFactory.isUniqueName(String aName) Checks uniqueness of a given name. -
Uses of CpeDescriptorException in org.apache.uima.collection.impl.metadata.cpe
Methods in org.apache.uima.collection.impl.metadata.cpe that throw CpeDescriptorExceptionModifier and TypeMethodDescriptionCpeDescriptionImpl.addCasInitializer(String aInitializerDescriptorPath) Deprecated.As of v2.0, CAS Initializers are deprecated.voidCpeDescriptionImpl.addCasProcessor(int index, CpeCasProcessor aCasProcessor) voidCpeDescriptionImpl.addCasProcessor(CpeCasProcessor aCasProcessor) CpeDescriptionImpl.addCollectionReader(String aCollectionReaderPath) voidCpeDescriptionImpl.addCollectionReader(CpeCollectionReader aCollectionReader) voidCpeCasProcessorsImpl.addCpeCasProcessor(CpeCasProcessor aCasProcessor) voidCpeCasProcessorsImpl.addCpeCasProcessor(CpeCasProcessor aCasProcessor, int aInsertPosition) protected voidCasProcessorCpeObject.addDefaults()Adds default configuration shared by CasProcessors.protected voidCpeLocalCasProcessorImpl.addDefaults()voidCasProcessorCpeObject.addDeployParam(String aParamName, String aParamValue) Adds a given deployment param to the param list.voidCpeLocalCasProcessorImpl.addExecArg(String aArgValue) voidCpeLocalCasProcessorImpl.addExecEnv(String aEnvKeyName, String aEnvKeyValue) Adds a new env key to the list of env keys.private intCasProcessorCpeObject.deleteParam(String aParamName) Deletes a given param from a param list if it exists.CasProcessorExecArgsImpl.get(int aIndex) CpeDescriptionImpl.getAllCollectionCollectionReaders()CpeCasProcessorsImpl.getAllCpeCasProcessors()CasProcessorExecArgImpl.getArgValue()private CasProcessorRunInSeperateProcessCpeLocalCasProcessorImpl.getBaseRunInSeperateProcess()Gets the base run in seperate process.CpeCollectionReaderImpl.getCasInitializer()CpeCasProcessorsImpl.getCpeCasProcessor(int aPosition) CpeDescriptionImpl.getCpeCasProcessors()CpeDescriptionImpl.getCpeConfig()Gets the cpe config.CpeDescriptionImpl.getCpeConfiguration()CasProcessorRuntimeEnvParamImpl.getEnvParamName()CasProcessorRuntimeEnvParamImpl.getEnvParamValue()CpeLocalCasProcessorImpl.getExecArgs()Gets the exec args.CpeLocalCasProcessorImpl.getExecEnv()Gets the exec env.CpeLocalCasProcessorImpl.getExecutable()CasProcessorDeploymentParamImpl.getParameterName()CasProcessorDeploymentParamImpl.getParameterType()CasProcessorDeploymentParamImpl.getParameterValue()intCpeCasProcessorsImpl.getPoolSize()Gets the pool size.CpeLocalCasProcessorImpl.getRunInSeperateProcess()booleanCpeLocalCasProcessorImpl.isJava()static CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors()Produce cas processors.static CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors(int aInputQSize, int aOutputQSize, int aPuCount, CpeDescription aDescriptor) Produce cas processors.static CpeCasProcessorsCpeDescriptorFactory.produceCasProcessors(CpeDescription aDescriptor) Produce cas processors.static CpeCollectionReaderCpeDescriptorFactory.produceCollectionReader()Produce collection reader.static CpeCollectionReaderCpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath) Produce collection reader.static CpeCollectionReaderCpeDescriptorFactory.produceCollectionReader(String aCollectionReaderDescriptorPath, CpeDescription aDescriptor) Produce collection reader.CpeDescriptorFactory.produceCollectionReaderCasInitializer(String aPath, CpeDescription aDescriptor) Deprecated.As of v2.0, CAS Initializers are deprecated.static CpeCollectionReaderIteratorCpeDescriptorFactory.produceCollectionReaderIterator(String aPath) Produce collection reader iterator.static CpeConfigurationCpeDescriptorFactory.produceCpeConfiguration()Produce cpe configuration.static CpeConfigurationCpeDescriptorFactory.produceCpeConfiguration(CpeDescription aDescriptor) Produce cpe configuration.static CpeLocalCasProcessorCpeDescriptorFactory.produceLocalCasProcessor(String aName, String aSoFa) Produce local cas processor.static CpeRemoteCasProcessorCpeDescriptorFactory.produceRemoteCasProcessor(String aName) Produce remote cas processor.CpeDescriptorFactory.produceResourceManagerConfiguration(String aResourceMgrConfigurationPath) Produce resource manager configuration.CpeDescriptorFactory.produceResourceManagerConfiguration(String aResourceMgrConfigurationPath, CpeDescription aDescriptor) Produce resource manager configuration.voidCasProcessorDeploymentParamsImpl.remove(CasProcessorDeploymentParam aParam) voidCpeCasProcessorsImpl.removeAllCpeCasProcessors()voidCpeCasProcessorsImpl.removeCpeCasProcessor(int aPosition) CpeCasProcessorsImpl.removeCpeCasProcessor(int aPosition, boolean flag) New API 01/06/2006.voidCpeLocalCasProcessorImpl.removeExecArg(int aIndex) Removes the exec arg.voidCpeLocalCasProcessorImpl.removeExecEnv(int aIndex) Removes the exec env.voidvoidCpeDescriptionImpl.setAllCollectionCollectionReaders(CpeCollectionReader[] areaders) voidCpeCasProcessorsImpl.setAllCpeCasProcessors(CpeCasProcessor[] aCpeProcessors) Sets the all cpe cas processors.voidCasProcessorExecArgImpl.setArgValue(String aArgValue) voidCpeCollectionReaderImpl.setCasInitializer(CpeCollectionReaderCasInitializer aCasInitializer) voidCasProcessorCpeObject.setCasProcessorFilter(CasProcessorFilter aFilter) Sets the cas processor filter.voidCpeConfigurationImpl.setCheckpoint(CpeCheckpoint aCheckpoint) voidCpeCasProcessorsImpl.setConcurrentPUCount(int aConcurrentPUCount) voidCasProcessorCpeObject.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings) Sets configuration parameter settings for this CasProcessor.voidCpeCollectionReaderCasInitializerImpl.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings settings) Deprecated.Sets configuration parameter settings for this CasInitializer.voidCpeCollectionReaderImpl.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aParams) Sets configuration parameter settings for this CollectionReader.voidCasProcessorCpeObject.setCpeComponentDescriptor(CpeComponentDescriptor aDescriptor) voidCasProcessorCpeObject.setDeployment(String aDeployMode) Associates deployment type with for this CasProcessor.voidCpeConfigurationImpl.setDeployment(String aDeploy) protected voidCasProcessorCpeObject.setDeploymentParams(CasProcessorDeploymentParams aParams) Sets the deployment params.voidCasProcessorCpeObject.setDescriptor(String aDescriptorPath) Associates a given descriptor path with this CasProcessor.voidCpeCasProcessorsImpl.setDropCasOnException(boolean aDropCasOnException) Sets the drop cas on exception.voidCasProcessorRuntimeEnvParamImpl.setEnvParamName(String aEnvParamName) voidCasProcessorRuntimeEnvParamImpl.setEnvParamValue(String aEnvParamValue) voidCasProcessorCpeObject.setErrorHandling(CasProcessorErrorHandling aErrorHandling) Sets the error handling.voidCpeLocalCasProcessorImpl.setExecutable(String aCasProcessorExecutable) voidCpeCheckpointImpl.setFilePath(String aCheckpointFilePath) voidCpeCasProcessorsImpl.setInputQueueSize(int aInputQueueSize) voidCpeDescriptionImpl.setInputQueueSize(int aSize) Deprecated.voidCpeLocalCasProcessorImpl.setIsJava(boolean aJava) voidAssociates a name with this CasProcessor.voidCpeConfigurationImpl.setNumToProcess(int aNumToProcess) voidCpeCasProcessorsImpl.setOutputQueueSize(int aOutputQueueSize) voidCpeDescriptionImpl.setOutputQueueSize(int aSize) Deprecated.voidCasProcessorDeploymentParamImpl.setParameterName(String aParamName) voidCasProcessorDeploymentParamImpl.setParameterType(String aParamType) voidCasProcessorDeploymentParamImpl.setParameterValue(String aParamValue) voidCpeCasProcessorsImpl.setPoolSize(int aPoolSize) voidCpeDescriptionImpl.setProcessingUnitThreadCount(int aSize) voidCpeLocalCasProcessorImpl.setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) voidDeprecated.Constructors in org.apache.uima.collection.impl.metadata.cpe that throw CpeDescriptorExceptionModifierConstructorDescriptionprotectedCpeLocalCasProcessorImpl(String aName, String aSoFa) Instantiates a new cpe local cas processor impl. -
Uses of CpeDescriptorException in org.apache.uima.collection.metadata
Methods in org.apache.uima.collection.metadata that throw CpeDescriptorExceptionModifier and TypeMethodDescriptionCpeDescription.addCasInitializer(String aCasInitializerPath) Deprecated.As of v2.0 CAS Initializers are deprecated.voidCpeDescription.addCasProcessor(int index, CpeCasProcessor aCasProcessor) Adds a instance ofCpeCasProcessorat a specified location in the list of CPE CasProcessors.voidCpeDescription.addCasProcessor(CpeCasProcessor aCasProcessor) Appends a instance ofCpeCasProcessorto the end of the list containing CPE CasProcessors.CpeDescription.addCollectionReader(String aCollectionReaderPath) Adds a path to the descriptor file containing CollectionReader's configuration.voidCpeDescription.addCollectionReader(CpeCollectionReader aCollectionReader) voidCpeCasProcessors.addCpeCasProcessor(CpeCasProcessor aCasProcessor) Appends new CasProcessor to existing list of CasProcessorsvoidCpeCasProcessors.addCpeCasProcessor(CpeCasProcessor aCasProcessor, int aInsertPosition) Inserts a new CasProcessor at an indicated position.voidCpeCasProcessor.addDeployParam(String aParamName, String aParamValue) Adds deployment parameter used by the CPE when launching CasProcessorvoidCpeLocalCasProcessor.addExecArg(String aArgValue) voidCpeLocalCasProcessor.addExecEnv(String aEnvParamName, String aEnvParamValue) ReturnsCasProcessorDeploymentParaminstance identified by aParamName.CasProcessorExecArgs.get(int aIndex) Returns anCasProcessorExecArginstance located with provided index.CpeDescription.getAllCollectionCollectionReaders()Returns a list ofCpeCollectionReaderinstances representing ALL defined CollectionReaders.CpeCasProcessors.getAllCpeCasProcessors()Returns ALLCpeCasProcessorobjects in processing pipeline.CasProcessorExecArg.getArgValue()Returns argument valueCpeCollectionReader.getCasInitializer()Deprecated.As of v2.0 CAS Initializers are deprecated.CpeCasProcessors.getCpeCasProcessor(int aPosition) ReturnsCpeCasProcessorfound at given position.CpeDescription.getCpeCasProcessors()Returns aCpeCasProcessorsinstance 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 implementingUimaTimerinterface.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()booleanCpeLocalCasProcessor.isJava()Returns true if the local Cas Processor is a java programvoidCasProcessorDeploymentParams.remove(CasProcessorDeploymentParam aParam) Deletes named instance ofCasProcessorDeploymentParamvoidCpeCasProcessors.removeAllCpeCasProcessors()Removes ALLCpeCasProcessorobjects from processing pipeline.voidCpeCasProcessors.removeCpeCasProcessor(int aPosition) RemovesCpeCasProcessorobject from processing pipeline from a given position.voidPlug-in a custom timer class to be used for measuring performance.voidCpeDescription.setAllCollectionCollectionReaders(CpeCollectionReader[] readers) voidCasProcessorExecArg.setArgValue(String aArgValue) Sets argument value.voidCpeCollectionReader.setCasInitializer(CpeCollectionReaderCasInitializer aCasInitializer) Deprecated.As of v2.0 CAS Initializers are deprecated.voidCpeCasProcessor.setCasProcessorFilter(String aFilterExpression) Sets CasProcessor filter expression used by the CPE to route CASs.voidCpeConfiguration.setCheckpoint(CpeCheckpoint aCheckpoint) Sets Checkpoint object containing checkpoint file and frequency of checkpoints.voidCpeCasProcessors.setConcurrentPUCount(int aConcurrentPUCount) Sets ProcessingUnit replication.voidCpeCasProcessor.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings) Sets theCasProcessorConfigurationParameterSettingsobject containing overrides to parameter settings for this CAS Processor.voidCpeCollectionReader.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings) Sets theCasProcessorConfigurationParameterSettingsobject containing overrides to parameter settings for this CollectionReader.voidCpeCollectionReaderCasInitializer.setConfigurationParameterSettings(CasProcessorConfigurationParameterSettings aSettings) Deprecated.Sets theCasProcessorConfigurationParameterSettingsobject containing overrides to parameter settings for this CasInitializer.voidCpeCasProcessor.setCpeComponentDescriptor(CpeComponentDescriptor aDescriptor) Sets theCpeComponentDescriptorinstance associated with this Cas Processor.voidCpeConfiguration.setDeployment(String aDeploy) Sets CPE deployment mode as "immediate", "vinceService", "interactive".voidCpeCasProcessor.setDescriptor(String aDescriptor) Deprecated.Doesn't support the new import syntax.voidCasProcessorRuntimeEnvParam.setEnvParamName(String aEnvParamName) Sets a name for new parametervoidCasProcessorRuntimeEnvParam.setEnvParamValue(String aEnvParamValue) Sets a value for new parametervoidCpeLocalCasProcessor.setExecutable(String aCasProcessorExecutable) Defines the name of a program to run when launching this Cas Processor.voidCpeCheckpoint.setFilePath(String aCheckpointFilePath) Sets the file where checkpoint information will be storedvoidCpeCasProcessors.setInputQueueSize(int aOutputQueueSize) Sets the size of the InputQueue.voidCpeDescription.setInputQueueSize(int aSize) Defines the size for the InputQueue.voidCpeLocalCasProcessor.setIsJava(boolean aJava) Defines if this Cas Processor is a java programvoidSets CasProcessor's namevoidCpeConfiguration.setNumToProcess(int aNumToProcess) Sets number of entities to process by the CPE.voidCpeCasProcessors.setOutputQueueSize(int aOutputQueueSize) Sets the size of the OutputQueue.voidCpeDescription.setOutputQueueSize(int aSize) Defines the size for the OutputQueue.voidCasProcessorDeploymentParam.setParameterName(String aParamName) Sets the name of the parametervoidCasProcessorDeploymentParam.setParameterType(String aParamType) Sets deployment parameter value typevoidCasProcessorDeploymentParam.setParameterValue(String aParamValue) Sets the value of the deployment parametervoidCpeCasProcessors.setPoolSize(int aPoolSize) voidCpeDescription.setProcessingUnitThreadCount(int aSize) voidCpeLocalCasProcessor.setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) void -
Uses of CpeDescriptorException in org.apache.uima.tools.cpm
Methods in org.apache.uima.tools.cpm that throw CpeDescriptorExceptionModifier and TypeMethodDescriptionprivate voidAdds the AE.private booleanCpmPanel.addAE(CpeCasProcessor cpeCasProc) Adds the AE.private voidCpmPanel.addConsumer(String consumerSpecifierFile) Adds the consumer.private booleanCpmPanel.addConsumer(CpeCasProcessor cpeCasProc) Adds the consumer.private voidCpmPanel.createParameterOverrides(CasProcessorConfigurationParameterSettings aSettings, MetaDataPanel aPanel) Called by createCpeDescription to add configuration parameter overrides to the CpeDescription being constructed, based on the user's changes in the GUI.private voidCpmPanel.openCpeDescriptor(File aFile) Open cpe descriptor.