Uses of Class
org.apache.ignite.internal.management.cache.ViewCacheTaskResult
-
Packages that use ViewCacheTaskResult Package Description org.apache.ignite.internal.management.cache -
-
Uses of ViewCacheTaskResult in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return ViewCacheTaskResult Modifier and Type Method Description ViewCacheTaskResultCacheListCommand. execute(@Nullable GridClient cli, @Nullable IgniteClient client, @Nullable Ignite ignite, CacheListCommandArg arg, Consumer<String> printer)Executes command logic.Methods in org.apache.ignite.internal.management.cache that return types with arguments of type ViewCacheTaskResult Modifier and Type Method Description protected VisorJob<CacheListCommandArg,ViewCacheTaskResult>ViewCacheTask. job(CacheListCommandArg arg)
-