mirror of https://github.com/apache/druid.git
remove getConfig method from DruidMaster
This commit is contained in:
parent
5f40dc6d9c
commit
ef9e077d9a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue