public abstract class RegionManager extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | RegionManager() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract RegionConfig | getRegionConfig(String regionType)Gets the RegionConfig for a particular regionType | 
| abstract Map<String,RegionConfig> | getRegionConfigs()Gets all the registered regions. | 
public abstract Map<String,RegionConfig> getRegionConfigs()
RegionConfig.public abstract RegionConfig getRegionConfig(String regionType)
regionType - the component-type of the regionCopyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.