public interface WarmUpStrategy<T extends WarmUpConfiguration>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
configClass()
Returns configuration class for mapping to strategy.
|
void |
stop()
Stop warming up.
|
void |
warmUp(T cfg,
DataRegion region)
Warm up.
|
Class<T> configClass()
void warmUp(T cfg, DataRegion region) throws IgniteCheckedException
cfg - Warm-up configuration.region - Data region.IgniteCheckedException - if faild.void stop() throws IgniteCheckedException
IgniteCheckedException - if faild.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021