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:
java.lang.AutoCloseable,AutoCloseableNoException
- Enclosing class:
- FSsTobeAddedback
static class FSsTobeAddedback.FSsTobeAddedbackSingle extends 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
Fields Modifier and Type Field Description (package private) java.util.List<FSIndexRepositoryImpl>viewslist of views where the FS was removed; used when adding the fs back-
Fields inherited from class org.apache.uima.cas.impl.FSsTobeAddedback
removes, SHOW
-
-
Constructor Summary
Constructors Constructor Description FSsTobeAddedbackSingle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidaddback(TOP fs)add 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) voidrecordRemove(FSIndexRepositoryImpl view)(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 Detail
-
views
final java.util.List<FSIndexRepositoryImpl> views
list of views where the FS was removed; used when adding the fs back
-
-
Method Detail
-
recordRemove
void recordRemove(FSIndexRepositoryImpl view)
- Overrides:
recordRemovein classFSsTobeAddedback
-
recordRemove
void recordRemove(TOP fs, FSIndexRepositoryImpl view)
in single, the fs is ignored- Overrides:
recordRemovein classFSsTobeAddedback
-
recordRemove
void recordRemove(TOP fs, FSIndexRepositoryImpl view, int count)
- Overrides:
recordRemovein classFSsTobeAddedback
-
addback
void addback(TOP fs)
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
-
-