Uses of Interface
org.apache.uima.resource.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
Modifier and TypeMethodDescriptionprotected void
CPECasPool.fillPool
(CasManager aCasManager, Properties aPerformanceTuningSettings) Fills the pool with initialized instances of CAS.ModifierConstructorDescriptionCPECasPool
(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
Modifier 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.Modifier and TypeMethodDescriptionvoid
ResourceManager.setCasManager
(CasManager aCasManager) Sets the CasManager, which manages the creation and pooling of CASes. -
Uses of CasManager in org.apache.uima.resource.impl
Modifier and TypeClassDescriptionclass
Simple CAS Manager Implementation used in the AnalysisEngine framework.Modifier and TypeFieldDescriptionprotected CasManager
ResourceManager_impl.mCasManager
CasManager - manages creation and pooling of CASes.Modifier and TypeMethodDescriptionvoid
ResourceManager_impl.setCasManager
(CasManager aCasManager) -
Uses of CasManager in org.apache.uima.util
ModifierConstructorDescriptionCasPool
(int aNumInstances, CasManager aCasManager, Properties aPerformanceTuningSettings) Creates a new CasPool