Uses of Class
org.apache.ignite.internal.management.cache.CacheIndexesForceRebuildCommandArg
-
Packages that use CacheIndexesForceRebuildCommandArg Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheIndexesForceRebuildCommandArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheIndexesForceRebuildCommandArg Modifier and Type Method Description Class<CacheIndexesForceRebuildCommandArg>CacheIndexesForceRebuildCommand. argClass()Methods in org.apache.ignite.internal.management.cache with parameters of type CacheIndexesForceRebuildCommandArg Modifier and Type Method Description protected org.apache.ignite.internal.management.cache.IndexForceRebuildTask.IndexForceRebuildJobIndexForceRebuildTask. job(CacheIndexesForceRebuildCommandArg arg)Collection<GridClientNode>CacheIndexesForceRebuildCommand. nodes(Collection<GridClientNode> nodes, CacheIndexesForceRebuildCommandArg arg)voidCacheIndexesForceRebuildCommand. printResult(CacheIndexesForceRebuildCommandArg arg, Map<UUID,IndexForceRebuildTaskRes> results, Consumer<String> printer)Prints command result to the user.
-