Uses of Class
org.apache.uima.util.CasPool
-
Packages that use CasPool Package Description org.apache.uima.adapter.vinci org.apache.uima.analysis_engine.service.impl org.apache.uima.resource.impl org.apache.uima.util Utility classes and interfaces used by UIMA components.org.apache.uima.util.impl -
-
Uses of CasPool in org.apache.uima.adapter.vinci
Fields in org.apache.uima.adapter.vinci declared as CasPool Modifier and Type Field Description private CasPoolVinciAnalysisEngineService_impl. mCasPoolThe m cas pool.private CasPoolVinciBinaryAnalysisEngineService_impl. mCasPoolThe m cas pool.private CasPoolCASTransportable. myCasPoolConstructors in org.apache.uima.adapter.vinci with parameters of type CasPool Constructor Description CASTransportable(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 CasPool Modifier and Type Field Description private CasPoolAnalysisEngineService_impl. mCasPoolPool of CASes that will be used by this service.Methods in org.apache.uima.analysis_engine.service.impl that return CasPool Modifier and Type Method Description protected CasPoolAnalysisEngineService_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 CasPool Modifier and Type Field Description private java.util.Map<CAS,CasPool>CasManager_impl. mCasToCasPoolMapprivate java.util.Map<java.lang.String,CasPool>CasManager_impl. mRequestorToCasPoolMapMethods in org.apache.uima.resource.impl that return types with arguments of type CasPool Modifier and Type Method Description protected java.util.Map<CAS,CasPool>CasManager_impl. getCasToCasPoolMap()Methods in org.apache.uima.resource.impl with parameters of type CasPool Modifier and Type Method Description protected voidCasManager_impl. populateCasToCasPoolAndUimaContextMaps(CasPool aCasPool, UimaContext aUimaContext)protected voidCasManager_impl. populateCasToCasPoolMap(CasPool aCasPool)protected voidCasManager_impl. registerCasPoolMBean(java.lang.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 Modifier and Type Field Description private static java.lang.Class<CasPool>CasPool. CLASS_NAMEcurrent class -
Uses of CasPool in org.apache.uima.util.impl
Fields in org.apache.uima.util.impl with type parameters of type CasPool Modifier and Type Field Description private java.lang.ref.WeakReference<CasPool>CasPoolManagementImpl. mCasPoolRefConstructors in org.apache.uima.util.impl with parameters of type CasPool Constructor Description CasPoolManagementImpl(CasPool aCasPool, java.lang.String aUniqueMBeanName)
-