Uses of Class
org.apache.ignite.internal.management.cache.IndexRebuildStatusInfoContainer
-
Packages that use IndexRebuildStatusInfoContainer Package Description org.apache.ignite.internal.management.cache -
-
Uses of IndexRebuildStatusInfoContainer in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type IndexRebuildStatusInfoContainer Modifier and Type Method Description Set<IndexRebuildStatusInfoContainer>IndexForceRebuildTaskRes. cachesWithRebuildInProgress()Set<IndexRebuildStatusInfoContainer>IndexForceRebuildTaskRes. cachesWithStartedRebuild()static Comparator<IndexRebuildStatusInfoContainer>IndexRebuildStatusInfoContainer. comparator()protected @Nullable Map<UUID,Set<IndexRebuildStatusInfoContainer>>IndexRebuildStatusTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.Method parameters in org.apache.ignite.internal.management.cache with type arguments of type IndexRebuildStatusInfoContainer Modifier and Type Method Description voidCacheIndexesRebuildStatusCommand. printResult(CacheIndexesRebuildStatusCommandArg arg, Map<UUID,Set<IndexRebuildStatusInfoContainer>> res, Consumer<String> printer)Prints command result to the user.Constructor parameters in org.apache.ignite.internal.management.cache with type arguments of type IndexRebuildStatusInfoContainer Constructor Description IndexForceRebuildTaskRes(Set<IndexRebuildStatusInfoContainer> cachesWithStartedRebuild, Set<IndexRebuildStatusInfoContainer> cachesWithRebuildInProgress, Set<String> notFoundCacheNames)
-