Uses of Interface
org.apache.uima.util.AutoCloseableNoException
Package
Description
Implementation and Low-Level API for the CAS Interfaces.
-
Uses of AutoCloseableNoException in org.apache.uima.cas.impl
Modifier and TypeMethodDescriptionstatic AutoCloseableNoException
LowLevelCAS.ll_defaultV2IdRefs()
Defaults new CASs to have the id_to_fs_map enabledstatic AutoCloseableNoException
LowLevelCAS.ll_defaultV2IdRefs
(boolean enable) Sets the defaults for new CASs to have the id_to_fs_map enabled.CASImpl.ll_enableV2IdRefs
(boolean enable) default AutoCloseableNoException
LowLevelCAS.ll_enableV2IdRefs()
Enables the id_to_fs_map mode.LowLevelCAS.ll_enableV2IdRefs
(boolean enable) Enables or disables the id_to_fs_map mode.CASImpl.protectIndexes()
protectIndexes Within the scope of protectIndexes, feature updates are checked, and if found to be a key, and the FS is in a corruptible index, then the FS is removed from the indexes (in all necessary views) (perhaps multiple times if the FS was added to the indexes multiple times), and this removal is recorded on an new instance of FSsTobeReindexed appended to fssTobeAddedback.