Uses of Class
org.apache.ignite.internal.management.cache.CacheIndexesRebuildStatusCommandArg
-
Packages that use CacheIndexesRebuildStatusCommandArg Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheIndexesRebuildStatusCommandArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheIndexesRebuildStatusCommandArg Modifier and Type Method Description Class<CacheIndexesRebuildStatusCommandArg>CacheIndexesRebuildStatusCommand. argClass()Methods in org.apache.ignite.internal.management.cache with parameters of type CacheIndexesRebuildStatusCommandArg Modifier and Type Method Description protected org.apache.ignite.internal.management.cache.IndexRebuildStatusTask.IndexRebuildStatusJobIndexRebuildStatusTask. job(CacheIndexesRebuildStatusCommandArg arg)Collection<GridClientNode>CacheIndexesRebuildStatusCommand. nodes(Collection<GridClientNode> nodes, CacheIndexesRebuildStatusCommandArg arg)voidCacheIndexesRebuildStatusCommand. printResult(CacheIndexesRebuildStatusCommandArg arg, Map<UUID,Set<IndexRebuildStatusInfoContainer>> res, Consumer<String> printer)Prints command result to the user.Method parameters in org.apache.ignite.internal.management.cache with type arguments of type CacheIndexesRebuildStatusCommandArg Modifier and Type Method Description protected Collection<UUID>IndexRebuildStatusTask. jobNodes(VisorTaskArgument<CacheIndexesRebuildStatusCommandArg> arg)
-