Uses of Interface
org.apache.uima.util.AutoCloseableNoException
-
Packages that use AutoCloseableNoException Package Description org.apache.uima.cas.impl Implementation and Low-Level API for the CAS Interfaces. -
-
Uses of AutoCloseableNoException in org.apache.uima.cas.impl
Classes in org.apache.uima.cas.impl that implement AutoCloseableNoException Modifier and Type Class Description (package private) class
FSsTobeAddedback
Record information on what was removed, from which view, and (optionally) how many times.(package private) static class
FSsTobeAddedback.FSsTobeAddedbackMultiple
Version of this class used for protect blocks - where multiple FSs may be removed.(package private) static class
FSsTobeAddedback.FSsTobeAddedbackSingle
Version of this class for recording 1 FSMethods in org.apache.uima.cas.impl that return AutoCloseableNoException Modifier and Type Method Description static 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.AutoCloseableNoException
CASImpl. ll_enableV2IdRefs(boolean enable)
default AutoCloseableNoException
LowLevelCAS. ll_enableV2IdRefs()
Enables the id_to_fs_map mode.AutoCloseableNoException
LowLevelCAS. ll_enableV2IdRefs(boolean enable)
Enables or disables the id_to_fs_map mode.(package private) AutoCloseableNoException
CASImpl. ll_forceEnableV2IdRefs(boolean enable)
AutoCloseableNoException
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.
-