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