Uses of Interface
org.apache.uima.resource.CasManager
-
Packages that use CasManager Package Description org.apache.uima.analysis_engine.asb.impl org.apache.uima.collection.impl.cpm.engine org.apache.uima.resource Interfaces forResourcesandResourceSpecifiers.org.apache.uima.resource.impl org.apache.uima.util Utility classes and interfaces used by UIMA components. -
-
Uses of CasManager in org.apache.uima.analysis_engine.asb.impl
Methods in org.apache.uima.analysis_engine.asb.impl that return CasManager Modifier and Type Method Description private CasManagerFlowContainer. getCasManager() -
Uses of CasManager in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type CasManager Modifier and Type Method Description protected voidCPECasPool. fillPool(CasManager aCasManager, java.util.Properties aPerformanceTuningSettings)Fills the pool with initialized instances of CAS.Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CasManager Constructor Description CPECasPool(int aNumInstances, CasManager aCasManager)Initialize the pool.CPECasPool(int aNumInstances, CasManager aCasManager, java.util.Properties aPerformanceTuningSettings)Initialize the pool. -
Uses of CasManager in org.apache.uima.resource
Methods in org.apache.uima.resource that return CasManager Modifier and Type Method Description CasManagerCasDefinition. getCasManager()Gets the CasManager associated with this CAS Definition.CasManagerResource_ImplBase. getCasManager()Get the CasManager for this Resource.CasManagerResourceManager. getCasManager()Gets the CasManager, which manages the creation and pooling of CASes.Methods in org.apache.uima.resource with parameters of type CasManager Modifier and Type Method Description voidResourceManager. setCasManager(CasManager aCasManager)Sets the CasManager, which manages the creation and pooling of CASes. -
Uses of CasManager in org.apache.uima.resource.impl
Classes in org.apache.uima.resource.impl that implement CasManager Modifier and Type Class Description classCasManager_implSimple CAS Manager Implementation used in the AnalysisEngine framework.Fields in org.apache.uima.resource.impl declared as CasManager Modifier and Type Field Description protected CasManagerResourceManager_impl. mCasManagerCasManager - manages creation and pooling of CASes.Methods in org.apache.uima.resource.impl that return CasManager Modifier and Type Method Description CasManagerResourceManager_impl. getCasManager()Methods in org.apache.uima.resource.impl with parameters of type CasManager Modifier and Type Method Description voidResourceManager_impl. setCasManager(CasManager aCasManager) -
Uses of CasManager in org.apache.uima.util
Methods in org.apache.uima.util with parameters of type CasManager Modifier and Type Method Description private static java.util.Set<CAS>CasPool. fillPool(int aNumInstances, CasManager casManager, java.util.Properties performanceTuningSettings)Constructors in org.apache.uima.util with parameters of type CasManager Constructor Description CasPool(int aNumInstances, CasManager aCasManager, java.util.Properties aPerformanceTuningSettings)Creates a new CasPool
-