Uses of Class
org.apache.uima.collection.impl.cpm.container.ServiceProxyPool
-
-
Uses of ServiceProxyPool in org.apache.uima.collection.impl.base_cpm.container
Methods in org.apache.uima.collection.impl.base_cpm.container that return ServiceProxyPool Modifier and Type Method Description abstract ServiceProxyPool
ProcessingContainer. getPool()
-
Uses of ServiceProxyPool in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as ServiceProxyPool Modifier and Type Field Description ServiceProxyPool
ProcessingContainer_Impl. casProcessorPool
The cas processor pool.Methods in org.apache.uima.collection.impl.cpm.container that return ServiceProxyPool Modifier and Type Method Description ServiceProxyPool
ProcessingContainer_Impl. getPool()
Constructors in org.apache.uima.collection.impl.cpm.container with parameters of type ServiceProxyPool Constructor Description ProcessingContainer_Impl(CasProcessorConfiguration aCasProcessorConfig, ProcessingResourceMetaData aMetaData, ServiceProxyPool aCasProcessorPool)
Initialize container with CasProcessor configuration and pool containing instances of CasProcessor instances. -
Uses of ServiceProxyPool in org.apache.uima.collection.impl.cpm.container.deployer
Fields in org.apache.uima.collection.impl.cpm.container.deployer declared as ServiceProxyPool Modifier and Type Field Description private ServiceProxyPool
CPEDeployerDefaultImpl. casProcessorPool
The cas processor pool. -
Uses of ServiceProxyPool in org.apache.uima.collection.impl.cpm.container.deployer.vinci
Fields in org.apache.uima.collection.impl.cpm.container.deployer.vinci declared as ServiceProxyPool Modifier and Type Field Description private ServiceProxyPool
VinciCasProcessorDeployer. casProcessorPool
The cas processor pool.
-