Class FSIndexRepositoryImpl.ProcessedIndexInfo

java.lang.Object
org.apache.uima.cas.impl.FSIndexRepositoryImpl.ProcessedIndexInfo
Enclosing class:
FSIndexRepositoryImpl

private static class FSIndexRepositoryImpl.ProcessedIndexInfo extends 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 Details

    • fsAddedToIndex

      private final Set<TOP> fsAddedToIndex
    • fsDeletedFromIndex

      private final Set<TOP> fsDeletedFromIndex
    • fsReindexed

      private final Set<TOP> fsReindexed
  • Constructor Details

    • ProcessedIndexInfo

      private ProcessedIndexInfo()