Uses of Class
org.apache.ignite.internal.management.cache.CacheClearCommandArg
-
Packages that use CacheClearCommandArg Package Description org.apache.ignite.internal.management.cache org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheClearCommandArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheClearCommandArg Modifier and Type Method Description Class<CacheClearCommandArg>CacheClearCommand. argClass()Methods in org.apache.ignite.internal.management.cache with parameters of type CacheClearCommandArg Modifier and Type Method Description StringCacheClearCommand. confirmationPrompt(CacheClearCommandArg arg)voidCacheClearCommand. printResult(CacheClearCommandArg arg, ClearCachesTaskResult res, Consumer<String> printer)Prints command result to the user. -
Uses of CacheClearCommandArg in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type CacheClearCommandArg Modifier and Type Method Description protected VisorJob<CacheClearCommandArg,ClearCachesTaskResult>ClearCachesTask. job(CacheClearCommandArg arg)Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheClearCommandArg Modifier and Type Method Description protected VisorJob<CacheClearCommandArg,ClearCachesTaskResult>ClearCachesTask. job(CacheClearCommandArg arg)
-