Class ScheduleIndexRebuildJobRes

    • Constructor Detail

      • ScheduleIndexRebuildJobRes

        public ScheduleIndexRebuildJobRes()
        Empty constructor required for Serializable.
      • ScheduleIndexRebuildJobRes

        public ScheduleIndexRebuildJobRes​(Map<String,​Set<String>> cacheToIndexes,
                                          Map<String,​Set<String>> notFoundIndexes,
                                          Set<String> notFoundCacheNames,
                                          Set<String> notFoundGroupNames)
        Constructor.
        Parameters:
        cacheToIndexes - Map cache names -> indexes scheduled for the rebuild.
        notFoundIndexes - Names of cache indexes that were not found (cache -> set of indexes).
        notFoundCacheNames - Names of caches that were not found.
        notFoundGroupNames - Names of cache groups that were not found.