Uses of Class
org.apache.uima.util.CasPool
Packages that use CasPool
Package
Description
Utility classes and interfaces used by UIMA components.
-
Uses of CasPool in org.apache.uima.adapter.vinci
Fields in org.apache.uima.adapter.vinci declared as CasPoolModifier and TypeFieldDescriptionprivate CasPool
VinciAnalysisEngineService_impl.mCasPool
The m cas pool.private CasPool
VinciBinaryAnalysisEngineService_impl.mCasPool
The m cas pool.private CasPool
CASTransportable.myCasPool
Constructors in org.apache.uima.adapter.vinci with parameters of type CasPoolModifierConstructorDescriptionCASTransportable
(CasPool casPool, OutOfTypeSystemData outOfTypeSystemData, UimaContext uimaContext, boolean includeDocText) This constructor is used on the service side - a CAS Pool reference is provided. -
Uses of CasPool in org.apache.uima.analysis_engine.service.impl
Fields in org.apache.uima.analysis_engine.service.impl declared as CasPoolModifier and TypeFieldDescriptionprivate CasPool
AnalysisEngineService_impl.mCasPool
Pool of CASes that will be used by this service.Methods in org.apache.uima.analysis_engine.service.impl that return CasPoolModifier and TypeMethodDescriptionprotected CasPool
AnalysisEngineService_impl.getCasPool()
Gets the CAS pool used by this service. -
Uses of CasPool in org.apache.uima.resource.impl
Fields in org.apache.uima.resource.impl with type parameters of type CasPoolModifier and TypeFieldDescriptionCasManager_impl.mCasToCasPoolMap
CasManager_impl.mRequestorToCasPoolMap
Methods in org.apache.uima.resource.impl that return types with arguments of type CasPoolMethods in org.apache.uima.resource.impl with parameters of type CasPoolModifier and TypeMethodDescriptionprotected void
CasManager_impl.populateCasToCasPoolAndUimaContextMaps
(CasPool aCasPool, UimaContext aUimaContext) protected void
CasManager_impl.populateCasToCasPoolMap
(CasPool aCasPool) protected void
CasManager_impl.registerCasPoolMBean
(String aRequestorContextName, CasPool pool) Registers an MBean for the given CasPool. -
Uses of CasPool in org.apache.uima.util
Fields in org.apache.uima.util with type parameters of type CasPool -
Uses of CasPool in org.apache.uima.util.impl
Fields in org.apache.uima.util.impl with type parameters of type CasPoolModifier and TypeFieldDescriptionprivate WeakReference
<CasPool> CasPoolManagementImpl.mCasPoolRef
Constructors in org.apache.uima.util.impl with parameters of type CasPool