Uses of Class
org.apache.ignite.internal.management.cache.CacheDestroyCommandArg
-
Packages that use CacheDestroyCommandArg Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheDestroyCommandArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheDestroyCommandArg Modifier and Type Method Description Class<CacheDestroyCommandArg>CacheDestroyCommand. argClass()Methods in org.apache.ignite.internal.management.cache with parameters of type CacheDestroyCommandArg Modifier and Type Method Description StringCacheDestroyCommand. confirmationPrompt(CacheDestroyCommandArg arg)protected org.apache.ignite.internal.management.cache.CacheStopTask.CacheStopJobCacheStopTask. job(CacheDestroyCommandArg arg)booleanCacheDestroyCommand. prepare(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, CacheDestroyCommandArg arg, Consumer<String> printer)Enriches argument with cluster information if required.voidCacheDestroyCommand. printResult(CacheDestroyCommandArg arg, Void res, Consumer<String> printer)Prints command result to the user.
-