Uses of Class
org.apache.ignite.internal.management.cache.CacheCreateCommandArg
-
Packages that use CacheCreateCommandArg Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheCreateCommandArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheCreateCommandArg Modifier and Type Method Description Class<CacheCreateCommandArg>CacheCreateCommand. argClass()protected VisorJob<CacheCreateCommandArg,Set<String>>CacheCreateTask. job(CacheCreateCommandArg springXmlConfig)Methods in org.apache.ignite.internal.management.cache with parameters of type CacheCreateCommandArg Modifier and Type Method Description protected VisorJob<CacheCreateCommandArg,Set<String>>CacheCreateTask. job(CacheCreateCommandArg springXmlConfig)voidCacheCreateCommand. printResult(CacheCreateCommandArg arg, Set<String> res, Consumer<String> printer)Prints command result to the user.
-