Uses of Class
org.apache.ignite.internal.management.cache.CacheConfigurationCollectorTaskArg
-
Packages that use CacheConfigurationCollectorTaskArg Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheConfigurationCollectorTaskArg in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache with parameters of type CacheConfigurationCollectorTaskArg Modifier and Type Method Description protected CacheConfigurationCollectorJobCacheConfigurationCollectorTask. job(CacheConfigurationCollectorTaskArg arg)protected Map<String,CacheConfiguration>CacheConfigurationCollectorJob. run(CacheConfigurationCollectorTaskArg arg)Execution logic of concrete job.Constructors in org.apache.ignite.internal.management.cache with parameters of type CacheConfigurationCollectorTaskArg Constructor Description CacheConfigurationCollectorJob(CacheConfigurationCollectorTaskArg arg, boolean debug)Create job with given argument.
-