Modifier and Type | Method and Description |
---|---|
void |
AnalysisComponent_ImplBase.reconfigure()
Notifies this AnalysisComponent that its configuration parameters have changed.
|
void |
AnalysisComponent.reconfigure()
Alerts this AnalysisComponent that the values of its configuration parameters or external
resources have changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalysisEngine.reconfigure()
Reconfigures this Resource using the most current parameter settings.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowControllerContainer.reconfigure() |
Modifier and Type | Method and Description |
---|---|
void |
PearAnalysisEngineWrapper.reconfigure() |
void |
MultiprocessingAnalysisEngine_impl.reconfigure() |
void |
AggregateAnalysisEngine_impl.reconfigure() |
void |
UimacppAnalysisEngineImpl.reconfigure() |
void |
PrimitiveAnalysisEngine_impl.reconfigure() |
void |
AnalysisEngineDescription_impl.validate(ResourceManager aResourceManager)
Determines if the AnalysisEngineDescription is valid.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotatorAdapter.reconfigure() |
void |
CollectionReaderAdapter.reconfigure() |
void |
CasConsumerAdapter.reconfigure() |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisEngineServiceAdapter.reconfigure() |
Modifier and Type | Method and Description |
---|---|
void |
CollectionProcessingManager.addCasConsumer(CasConsumer aCasConsumer)
Adds a
CasConsumer to this CPM. |
void |
CasInitializer_ImplBase.reconfigure()
Deprecated.
Notifies this CAS Initializer that its configuration parameter settings have been changed.
|
void |
CasConsumer_ImplBase.reconfigure()
Notifies this CAS Consumer that its configuration parameter settings have been changed.
|
void |
CollectionReader_ImplBase.reconfigure()
Notifies this Collection Reader that its configuration parameter settings have been changed.
|
void |
CollectionProcessingManager.setAnalysisEngine(AnalysisEngine aAnalysisEngine)
Sets the
AnalysisEngine that is assigned to this CPM. |
Modifier and Type | Method and Description |
---|---|
void |
BaseCPM.addCasProcessor(CasProcessor aCasProcessor)
Adds a
CasProcessor to this CPM's list of consumers. |
void |
BaseCPM.addCasProcessor(CasProcessor aCasProcessor,
int aIndex)
Adds a
CasProcessor to this CPM's list of consumers. |
Modifier and Type | Method and Description |
---|---|
URL |
CasProcessorConfiguration.getDescriptorUrl() |
LinkedList |
CasProcessorConfiguration.getFilter() |
String[] |
CasProcessorConfiguration.getKeysToDrop() |
Modifier and Type | Method and Description |
---|---|
ProcessingContainer |
CasProcessorDeployer.deployCasProcessor(List aCasProcessorList,
boolean redeploy)
Deploys all Cas Processors in aCasProcessorList.
|
void |
CasProcessorDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer)
Method used to redeploy a single instance of a Cas Processor.
|
ProcessingContainer |
CPEDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer,
CasProcessor aCasProcessor,
boolean redeploy) |
Modifier and Type | Method and Description |
---|---|
void |
CPMImpl.addCasConsumer(CasConsumer aCasConsumer) |
void |
BaseCPMImpl.addCasProcessor(CasProcessor aCasProcessor) |
void |
BaseCPMImpl.addCasProcessor(CasProcessor aCasProcessor,
int aIndex) |
String |
BaseCPMImpl.getDescriptor(List aList)
Returns a CPE descriptor as a String
|
void |
CPMImpl.setAnalysisEngine(AnalysisEngine aAnalysisEngine) |
Modifier and Type | Method and Description |
---|---|
void |
CPEFactory.addCasProcessor(CasProcessor aCasProcessor)
Appends given Cas Processor to the list of CasProcessors
|
CasProcessor[] |
CPEFactory.getCasProcessors()
Returns an array of Cas Processors instantiated from the cpe descriptor
|
BaseCollectionReader |
CPEFactory.getCollectionReader()
Returns Collection Reader instantiated from configuration in the cpe descriptor.
|
String |
CPEFactory.getDescriptor(List aList) |
URL |
CasProcessorConfigurationJAXBImpl.getDescriptorUrl()
Returns descriptor associated with this Cas Processor
|
URL |
CPEFactory.getDescriptorURL(CpeCasProcessor aCasProcessorCfg)
Returns a descriptor path associated with Cas Processor
|
LinkedList |
CasProcessorConfigurationJAXBImpl.getFilter()
Returns parsed filter expressions as List.
|
String[] |
CasProcessorConfigurationJAXBImpl.getKeysToDrop()
Returns an array of types that should not be sent to Cas Processor.
|
int |
CPEFactory.getProcessingUnitThreadCount()
Returns number of processing threads (Processing Units)
|
boolean |
CPEFactory.isDefinitionInstanceOf(Class aResourceClass,
ResourceSpecifier resourceSpecifier,
String aDescriptor)
Check if a class has appropriate type
|
void |
ProcessingContainer_Impl.reconfigure() |
Constructor and Description |
---|
CasObjectNetworkCasProcessorImpl(CpeCasProcessor aCasProcessor)
Using information from the CPE descriptor creates an instance of Transport class.
|
CasProcessorConfigurationJAXBImpl(CpeCasProcessor aCasProcessorConfig,
ResourceManager aResourceManager)
Initializes instance and copies configuation from cpe descriptor.
|
ProcessingContainer_Impl(CasProcessorConfiguration aCasProcessorConfig,
ProcessingResourceMetaData aMetaData,
ServiceProxyPool aCasProcessorPool)
Initialize container with CasProcessor configuration and pool containing instances of
CasProcessor instances.
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
JavaApplication.addApplicationCmdLineArguments(CasProcessorConfiguration aCasProcessorConfiguration,
List argList,
String aExecutable)
Adds to command line any program arguments configured for this Cas Processor in the CPE
descriptor
|
protected String[] |
NonJavaApplication.addApplicationCmdLineArguments(CasProcessorConfiguration aCasProcessorConfiguration,
List argList,
String aExecutable)
Returns final command line as array of Strings.
|
protected void |
JavaApplication.addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessor)
Sets up command line used to launch Cas Processor in a separate process.
|
protected void |
RunnableApplication.addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessor)
Sets up command line used to launch Cas Processor in a seperate process.
|
protected void |
NonJavaApplication.addApplicationInfo(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessor)
Sets up command line used to launch Cas Processor in a seperate process.
|
ProcessingContainer |
CPEDeployerDefaultImpl.deployCasProcessor(List aCasProcessorList,
boolean redeploy)
Deploys integrated Cas Processor.
|
ProcessingContainer |
CPEDeployerDefaultImpl.deployCasProcessor(List aCasProcessorList,
CPMEngine aEngine,
boolean redeploy)
Deploys integrated Cas Processor.
|
void |
CPEDeployerDefaultImpl.deployCasProcessor(ProcessingContainer aProcessingContainer)
Deploys integrated Cas Processor using configuration available in a given Container.
|
static CasProcessorDeployer |
DeployFactory.getDeployer(CPEFactory aCpeFactory,
CpeCasProcessor aCasProcessorConfig,
ProcessControllerAdapter aPca)
Returns a
CasProcessorDeployer object
that specializes in deploying components as either local, remote, or integrated. |
static String |
DeployFactory.getProtocol(CpeCasProcessor aCasProcessorConfig,
ResourceManager aResourceManager)
Retrieve protocol from the service descriptor
|
Constructor and Description |
---|
JavaApplication(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aJaxbCasProcessorConfig)
Creates an instance of component responsible for configuring java based CasProcessor.
|
NonJavaApplication(CasProcessorConfiguration aCasProcessorConfiguration,
CpeCasProcessor aCasProcessorConfig) |
Modifier and Type | Method and Description |
---|---|
ProcessingContainer |
SocketCasProcessorDeployer.deployCasProcessor(List aCasProcessorList,
boolean redeploy)
Uses ProcessControllerAdapter instance to launch fenced CasProcessor.
|
ProcessingContainer |
SocketCasProcessorDeployer.deployCasProcessor(List aCasProcessorList,
CPMEngine aEngine,
boolean redeploy)
Deploys integrated Cas Processor.
|
void |
SocketCasProcessorDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer)
Uses ProcessControllerAdapter instance to launch fenced CasProcessor.
|
Modifier and Type | Method and Description |
---|---|
ProcessingContainer |
VinciCasProcessorDeployer.deployCasProcessor(List aCasProcessorList,
boolean redeploy)
Deploys CasProcessors in a provided List.
|
ProcessingContainer |
VinciCasProcessorDeployer.deployCasProcessor(List aCasProcessorList,
CPMEngine aEngine,
boolean redeploy)
Deploys integrated Cas Processor.
|
void |
VinciCasProcessorDeployer.deployCasProcessor(ProcessingContainer aProcessingContainer)
Deploys CasProcessor using configuration from provided container.
|
Modifier and Type | Method and Description |
---|---|
void |
CPMEngine.addCasProcessor(CasProcessor aCasProcessor)
Adds a CASProcessor to the processing pipeline.
|
void |
CPMEngine.addCasProcessor(CasProcessor aCasProcessor,
int aIndex)
Adds a CASProcessor to the processing pipeline at a given place in the processing pipeline
|
int |
CPMEngine.getThreadCount()
Returns number of processing threads
|
Modifier and Type | Method and Description |
---|---|
static String[] |
CPMUtils.getKeys2Drop(String aKeyDropMapFile)
Currently, this returns initialized array of Strings.
|
Modifier and Type | Method and Description |
---|---|
URL |
CpeComponentDescriptorImpl.findAbsoluteUrl(ResourceManager aResourceManager) |
Modifier and Type | Method and Description |
---|---|
URL |
CpeComponentDescriptor.findAbsoluteUrl(ResourceManager aResourceManager)
Returns the absolute URL where the component descriptor is located.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowController.reconfigure()
Alerts this FlowController that the values of its configuration parameters or external
resources have changed.
|
void |
FlowController_ImplBase.reconfigure() |
Modifier and Type | Method and Description |
---|---|
void |
AnalysisEnginePool.reconfigure() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManager.createContext(String aContextName,
ResourceMetaData aResourceMetaData,
Settings externalSettings)
Creates and sets up a new configuration parameter context.
|
void |
ConfigurableResource_ImplBase.reconfigure() |
void |
ConfigurableResource.reconfigure()
Instructs this Resource to re-read its configuration parameter settings.
|
void |
ConfigurationManager.reconfigure(String aContextName)
Completes the reconfiguration of parameters within the specified context.
|
void |
ResourceCreationSpecifier.validate()
Checks that this
ResourceCreationSpecifier is valid. |
void |
ResourceCreationSpecifier.validate(ResourceManager aResourceManager)
Checks that this
ResourceCreationSpecifier is valid. |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManagerImplBase.createContext(String aContextName,
ResourceMetaData aResourceMetaData,
Settings externalOverrides) |
protected void |
ConfigurationManagerImplBase.declareParameters(String aGroupName,
ConfigurationParameter[] aParams,
ConfigurationParameterSettings aSettings,
String aContextName,
Settings aExternalOverrides)
Called during creation of a new context.
|
protected void |
ConfigurationManager_impl.declareParameters(String aGroupName,
ConfigurationParameter[] aParams,
ConfigurationParameterSettings aSettings,
String aContextName,
Settings aExternalOverrides) |
void |
ConfigurationManagerImplBase.reconfigure(String aContextName) |
void |
ResourceCreationSpecifier_impl.validate()
Determines if the AnalysisEngineDescription is valid.
|
void |
ResourceCreationSpecifier_impl.validate(ResourceManager aResourceManager) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceMetaData.validateConfigurationParameterSettings()
Validates configuration parameter settings within this Resource MetaData, and throws an
exception if they are not valid.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ResourceMetaData_impl.validateConfigurationParameterDataTypeMatch(ConfigurationParameter aParam,
NameValuePair aNVP)
Validate that a value is of an appropriate data type for assignment to the given parameter.
|
void |
ResourceMetaData_impl.validateConfigurationParameterSettings()
Validates configuration parameter settings within this Resource MetaData, and throws an
exception if they are not valid.
|
protected void |
ResourceMetaData_impl.validateConfigurationParameterSettings(NameValuePair[] aNVPs,
String aGroupName,
ConfigurationParameterDeclarations aParamDecls)
Validates configuration parameter settings within a group.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotatorTester.changeParameterSetting(String groupName,
String paramName,
Object paramValue)
change the parameter name for the given analysis engine
|
void |
AnnotationWriter.reconfigure() |
Modifier and Type | Method and Description |
---|---|
void |
Settings.loadSystemDefaults()
Load properties from the comma-separated list of files specified in the system property
UimaExternalOverrides
Files are loaded in order --- so in descending priority.
|
String |
Settings.lookUp(String name)
Look up the value for a property.
|
Modifier and Type | Method and Description |
---|---|
void |
Settings_impl.loadSystemDefaults()
Load the files specified in the system property UimaExternalOverrides
|
String |
Settings_impl.lookUp(String name)
Look up the value for a property.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.