Class 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ProcessedIndexInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • fsAddedToIndex

        private final java.util.Set<TOP> fsAddedToIndex
      • fsDeletedFromIndex

        private final java.util.Set<TOP> fsDeletedFromIndex
      • fsReindexed

        private final java.util.Set<TOP> fsReindexed
    • Constructor Detail

      • ProcessedIndexInfo

        private ProcessedIndexInfo()