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 ServiceProxyPoolProcessingContainer. 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 ServiceProxyPoolProcessingContainer_Impl. casProcessorPoolThe cas processor pool.Methods in org.apache.uima.collection.impl.cpm.container that return ServiceProxyPool Modifier and Type Method Description ServiceProxyPoolProcessingContainer_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 ServiceProxyPoolCPEDeployerDefaultImpl. casProcessorPoolThe 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 ServiceProxyPoolVinciCasProcessorDeployer. casProcessorPoolThe cas processor pool.
-