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) classFSsTobeAddedbackRecord information on what was removed, from which view, and (optionally) how many times.(package private) static classFSsTobeAddedback.FSsTobeAddedbackMultipleVersion of this class used for protect blocks - where multiple FSs may be removed.(package private) static classFSsTobeAddedback.FSsTobeAddedbackSingleVersion of this class for recording 1 FSMethods in org.apache.uima.cas.impl that return AutoCloseableNoException Modifier and Type Method Description static AutoCloseableNoExceptionLowLevelCAS. ll_defaultV2IdRefs()Defaults new CASs to have the id_to_fs_map enabledstatic AutoCloseableNoExceptionLowLevelCAS. ll_defaultV2IdRefs(boolean enable)Sets the defaults for new CASs to have the id_to_fs_map enabled.AutoCloseableNoExceptionCASImpl. ll_enableV2IdRefs(boolean enable)default AutoCloseableNoExceptionLowLevelCAS. ll_enableV2IdRefs()Enables the id_to_fs_map mode.AutoCloseableNoExceptionLowLevelCAS. ll_enableV2IdRefs(boolean enable)Enables or disables the id_to_fs_map mode.(package private) AutoCloseableNoExceptionCASImpl. ll_forceEnableV2IdRefs(boolean enable)AutoCloseableNoExceptionCASImpl. 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.
-