remove getConfig method from DruidMaster

This commit is contained in:
Nelson Ray 2013-01-14 16:01:29 -08:00
parent 5f40dc6d9c
commit ef9e077d9a
1 changed files with 0 additions and 5 deletions

View File

@ -132,11 +132,6 @@ public class DruidMaster
return master;
}
public DruidMasterConfig getConfig()
{
return config;
}
public Map<String, Double> getLoadStatus()
{
Map<String, Integer> availableSegmentMap = Maps.newHashMap();