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