Package org.apache.storm.scheduler.utils
Interface SchedulerConfigCache.Reloadable<T>
- Enclosing class:
 - SchedulerConfigCache<T>
 
public static interface SchedulerConfigCache.Reloadable<T>
- 
Method Summary
 
- 
Method Details
- 
reload
T reload()Reload and return the configs.- Returns:
 - reloaded configs. It can't be null.
 
 
 -