Package | Description |
---|---|
org.apache.uima.resourceSpecifier.factory | |
org.apache.uima.resourceSpecifier.factory.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
ColocatedDelegateConfiguration
The Interface ColocatedDelegateConfiguration.
|
interface |
RemoteDelegateConfiguration
The Interface RemoteDelegateConfiguration.
|
Modifier and Type | Method and Description |
---|---|
static DelegateConfiguration |
DeploymentDescriptorFactory.createPrimitiveDelegateConfiguration(String key,
ErrorHandlingSettings... errorHandlingSettings)
Creates Delegate Configuration for a Primitive delegate.
|
static DelegateConfiguration |
DeploymentDescriptorFactory.createPrimitiveDelegateConfiguration(String key,
ErrorHandlingSettings... errorHandlingSettings)
Creates Delegate Configuration for a Primitive delegate.
|
DelegateConfiguration |
DelegateAnalysisEngine.getConfiguration()
Gets the configuration.
|
Modifier and Type | Method and Description |
---|---|
List<DelegateConfiguration> |
ColocatedDelegateConfiguration.getDelegates()
Gets the delegates.
|
Modifier and Type | Method and Description |
---|---|
void |
ColocatedDelegateConfiguration.addDelegate(DelegateConfiguration dc)
Adds the delegate.
|
static ColocatedDelegateConfiguration |
DeploymentDescriptorFactory.createAggregateDelegateConfiguration(String key,
DelegateConfiguration... delegateConfiguration)
Creates Delegate Configuration for a co-located delegate.
|
static ColocatedDelegateConfiguration |
DeploymentDescriptorFactory.createAggregateDelegateConfiguration(String key,
DelegateConfiguration... delegateConfiguration)
Creates Delegate Configuration for a co-located delegate.
|
static UimaASAggregateDeploymentDescriptor |
DeploymentDescriptorFactory.createAggregateDeploymentDescriptor(ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Creates new Aggregate UIMA-AS DeploymentDescriptor object.
|
static UimaASAggregateDeploymentDescriptor |
DeploymentDescriptorFactory.createAggregateDeploymentDescriptor(ServiceContext context,
DelegateConfiguration... delegateConfigurations)
Creates new Aggregate UIMA-AS DeploymentDescriptor object.
|
Modifier and Type | Class and Description |
---|---|
class |
ColocatedDelegateConfigurationImpl
The Class ColocatedDelegateConfigurationImpl.
|
class |
DelegateConfigurationImpl
The Class DelegateConfigurationImpl.
|
class |
RemoteDelegateConfigurationImpl
The Class RemoteDelegateConfigurationImpl.
|
Modifier and Type | Method and Description |
---|---|
DelegateConfiguration |
RemoteDelegateEngineImpl.getConfiguration() |
DelegateConfiguration |
ColocatedDelegateEngineImpl.getConfiguration() |
DelegateConfiguration |
AggregateDelegateEngineImpl.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<DelegateConfiguration> |
ColocatedDelegateConfigurationImpl.getDelegates() |
Modifier and Type | Method and Description |
---|---|
void |
ColocatedDelegateConfigurationImpl.addDelegate(DelegateConfiguration dc) |
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.