Uses of Interface
org.apache.uima.resource.CasManager
Packages that use CasManager
Package
Description
Interfaces for
Resources and ResourceSpecifiers.Utility classes and interfaces used by UIMA components.
-
Uses of CasManager in org.apache.uima.collection.impl.cpm.engine
Methods in org.apache.uima.collection.impl.cpm.engine with parameters of type CasManagerModifier and TypeMethodDescriptionprotected voidCPECasPool.fillPool(CasManager aCasManager, Properties aPerformanceTuningSettings) Fills the pool with initialized instances of CAS.Constructors in org.apache.uima.collection.impl.cpm.engine with parameters of type CasManagerModifierConstructorDescriptionCPECasPool(int aNumInstances, CasManager aCasManager) Initialize the pool.CPECasPool(int aNumInstances, CasManager aCasManager, Properties aPerformanceTuningSettings) Initialize the pool. -
Uses of CasManager in org.apache.uima.resource
Methods in org.apache.uima.resource that return CasManagerModifier and TypeMethodDescriptionCasDefinition.getCasManager()Gets the CasManager associated with this CAS Definition.Resource_ImplBase.getCasManager()ResourceManager.getCasManager()Gets the CasManager, which manages the creation and pooling of CASes.Methods in org.apache.uima.resource with parameters of type CasManagerModifier and TypeMethodDescriptionvoidResourceManager.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 CasManagerModifier and TypeClassDescriptionclassSimple CAS Manager Implementation used in the AnalysisEngine framework.Fields in org.apache.uima.resource.impl declared as CasManagerModifier and TypeFieldDescriptionprotected CasManagerResourceManager_impl.mCasManagerCasManager - manages creation and pooling of CASes.Methods in org.apache.uima.resource.impl that return CasManagerMethods in org.apache.uima.resource.impl with parameters of type CasManagerModifier and TypeMethodDescriptionvoidResourceManager_impl.setCasManager(CasManager aCasManager) -
Uses of CasManager in org.apache.uima.util
Constructors in org.apache.uima.util with parameters of type CasManagerModifierConstructorDescriptionCasPool(int aNumInstances, CasManager aCasManager, Properties aPerformanceTuningSettings) Creates a new CasPool