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