Package org.apache.uima.cas.impl
Class FSIndexRepositoryImpl.ProcessedIndexInfo
- java.lang.Object
-
- org.apache.uima.cas.impl.FSIndexRepositoryImpl.ProcessedIndexInfo
-
- Enclosing class:
- FSIndexRepositoryImpl
private static class FSIndexRepositoryImpl.ProcessedIndexInfo extends java.lang.Object
For processing index updates in batch mode when deserializing from a remote service; lists of FSs that were added, removed, or reindexed only used when processing updates in batch mode
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<TOP>
fsAddedToIndex
private java.util.Set<TOP>
fsDeletedFromIndex
private java.util.Set<TOP>
fsReindexed
-
Constructor Summary
Constructors Modifier Constructor Description private
ProcessedIndexInfo()
-