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) voidadd back the single FS that was removed due to - automatic protection or - delta deserialization or - updating document annotation -- for "Single" subclass(package private) voidclear()(package private) void(package private) voidrecordRemove(TOP fs, FSIndexRepositoryImpl view) in single, the fs is ignored(package private) voidrecordRemove(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:
recordRemovein classFSsTobeAddedback
-
recordRemove
in single, the fs is ignored- Overrides:
recordRemovein classFSsTobeAddedback
-
recordRemove
- Overrides:
recordRemovein classFSsTobeAddedback
-
addback
Description copied from class:FSsTobeAddedbackadd back the single FS that was removed due to - automatic protection or - delta deserialization or - updating document annotation -- for "Single" subclass- Overrides:
addbackin classFSsTobeAddedback
-
clear
void clear()- Specified by:
clearin classFSsTobeAddedback
-