Package org.apache.uima.cas.impl
Class FSsTobeAddedback.FSsTobeAddedbackSingle
java.lang.Object
org.apache.uima.cas.impl.FSsTobeAddedback
org.apache.uima.cas.impl.FSsTobeAddedback.FSsTobeAddedbackSingle
- All Implemented Interfaces:
AutoCloseable
,AutoCloseableNoException
- Enclosing class:
FSsTobeAddedback
Version of this class for recording 1 FS
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.uima.cas.impl.FSsTobeAddedback
FSsTobeAddedback.FSsTobeAddedbackMultiple, FSsTobeAddedback.FSsTobeAddedbackSingle
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final List
<FSIndexRepositoryImpl> list of views where the FS was removed; used when adding the fs backFields inherited from class org.apache.uima.cas.impl.FSsTobeAddedback
removes, SHOW
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
add back the single FS that was removed due to - automatic protection or - delta deserialization or - updating document annotation -- for "Single" subclass(package private) void
clear()
(package private) void
(package private) void
recordRemove
(TOP fs, FSIndexRepositoryImpl view) in single, the fs is ignored(package private) void
recordRemove
(TOP fs, FSIndexRepositoryImpl view, int count) Methods inherited from class org.apache.uima.cas.impl.FSsTobeAddedback
addback, close, createMultiple, createSingle, log, log, log, log, logPart, recordRemove
-
Field Details
-
views
list of views where the FS was removed; used when adding the fs back
-
-
Constructor Details
-
FSsTobeAddedbackSingle
FSsTobeAddedbackSingle()
-
-
Method Details
-
recordRemove
- Overrides:
recordRemove
in classFSsTobeAddedback
-
recordRemove
in single, the fs is ignored- Overrides:
recordRemove
in classFSsTobeAddedback
-
recordRemove
- Overrides:
recordRemove
in classFSsTobeAddedback
-
addback
Description copied from class:FSsTobeAddedback
add back the single FS that was removed due to - automatic protection or - delta deserialization or - updating document annotation -- for "Single" subclass- Overrides:
addback
in classFSsTobeAddedback
-
clear
void clear()- Specified by:
clear
in classFSsTobeAddedback
-