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>
views
list 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) void
addback(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) void
clear()
(package private) void
recordRemove(FSIndexRepositoryImpl view)
(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 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:
recordRemove
in classFSsTobeAddedback
-
recordRemove
void recordRemove(TOP fs, FSIndexRepositoryImpl view)
in single, the fs is ignored- Overrides:
recordRemove
in classFSsTobeAddedback
-
recordRemove
void recordRemove(TOP fs, FSIndexRepositoryImpl view, int count)
- Overrides:
recordRemove
in classFSsTobeAddedback
-
addback
void addback(TOP fs)
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
-
-