Package org.apache.storm.scheduler.utils
Interface SchedulerConfigCache.Reloadable<T>
- 
- Enclosing class:
 - SchedulerConfigCache<T>
 
public static interface SchedulerConfigCache.Reloadable<T> 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Treload()Reload and return the configs. 
 - 
 
- 
- 
Method Detail
- 
reload
T reload()
Reload and return the configs.- Returns:
 - reloaded configs. It can't be null.
 
 
 - 
 
 -