Uses of Class
org.apache.ignite.configuration.LoadAllWarmUpConfiguration
-
Packages that use LoadAllWarmUpConfiguration Package Description org.apache.ignite.internal.processors.cache.warmup -
-
Uses of LoadAllWarmUpConfiguration in org.apache.ignite.internal.processors.cache.warmup
Methods in org.apache.ignite.internal.processors.cache.warmup that return types with arguments of type LoadAllWarmUpConfiguration Modifier and Type Method Description Class<LoadAllWarmUpConfiguration>LoadAllWarmUpStrategy. configClass()Returns configuration class for mapping to strategy.Methods in org.apache.ignite.internal.processors.cache.warmup with parameters of type LoadAllWarmUpConfiguration Modifier and Type Method Description voidLoadAllWarmUpStrategy. warmUp(LoadAllWarmUpConfiguration cfg, DataRegion region)Warm up.
-