Uses of Class
org.apache.ignite.internal.management.cache.CacheConfiguration
-
Packages that use CacheConfiguration Package Description org.apache.ignite.internal.management.cache -
-
Uses of CacheConfiguration in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return CacheConfiguration Modifier and Type Method Description protected CacheConfigurationCacheConfigurationCollectorJob. config(CacheConfiguration ccfg, IgniteUuid dynamicDeploymentId)Methods in org.apache.ignite.internal.management.cache that return types with arguments of type CacheConfiguration Modifier and Type Method Description protected @Nullable Map<String,CacheConfiguration>CacheConfigurationCollectorTask. reduce0(List<ComputeJobResult> results)Actual reduce logic.protected Map<String,CacheConfiguration>CacheConfigurationCollectorJob. run(CacheConfigurationCollectorTaskArg arg)Execution logic of concrete job.
-