Uses of Class
org.apache.ignite.internal.commandline.cache.reset_lost_partitions.CacheResetLostPartitionsTaskResult
-
Packages that use CacheResetLostPartitionsTaskResult Package Description org.apache.ignite.internal.commandline.cache.reset_lost_partitions org.apache.ignite.internal.management.cache -
-
Uses of CacheResetLostPartitionsTaskResult in org.apache.ignite.internal.commandline.cache.reset_lost_partitions
Methods in org.apache.ignite.internal.commandline.cache.reset_lost_partitions that return types with arguments of type CacheResetLostPartitionsTaskResult Modifier and Type Method Description protected VisorJob<CacheResetLostPartitionsCommandArg,CacheResetLostPartitionsTaskResult>CacheResetLostPartitionsTask. job(CacheResetLostPartitionsCommandArg arg) -
Uses of CacheResetLostPartitionsTaskResult in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache with parameters of type CacheResetLostPartitionsTaskResult Modifier and Type Method Description voidCacheResetLostPartitionsCommand. printResult(CacheResetLostPartitionsCommandArg arg, CacheResetLostPartitionsTaskResult res, Consumer<String> printer)Prints command result to the user.
-