- getAllHost(String, String) - Static method in class net.qihoo.qconf.Qconf
-
get all the hosts available from Qconf by the key and idc
it will wait for a while if the qconf-agent not get the configure yet, at most 100 * 5 millisecond
- getAllHost(String) - Static method in class net.qihoo.qconf.Qconf
-
get all the hosts available from Qconf by the key in current server room
it will wait for a while if the qconf-agent not get the configure yet, at most 100 * 5 millisecond
- getBatchConf(String, String) - Static method in class net.qihoo.qconf.Qconf
-
get all children conf with its value
- getBatchConf(String) - Static method in class net.qihoo.qconf.Qconf
-
get all children conf with its value
- getBatchKeys(String, String) - Static method in class net.qihoo.qconf.Qconf
-
get all children conf keys
- getBatchKeys(String) - Static method in class net.qihoo.qconf.Qconf
-
get all children keys
- getConf(String, String) - Static method in class net.qihoo.qconf.Qconf
-
get value configure from Qconf by the key and idc
it will wait for a while if the qconf-agent not get the configure yet, at most 100 * 5 millisecond
- getConf(String) - Static method in class net.qihoo.qconf.Qconf
-
get value configure from Qconf by the key in current server room
it will wait for a while if the qconf-agent not get the configure yet, at most 100 * 5 millisecond
- getHost(String, String) - Static method in class net.qihoo.qconf.Qconf
-
get one host configure available from Qconf by the key and idc
it will pick one randomly if multi-host available
it will wait for a while if the qconf-agent not get the configure yet, at most 100 * 5 millisecond
- getHost(String) - Static method in class net.qihoo.qconf.Qconf
-
get one host configure available from Qconf by the key in current server room
it will pick one randomly if multi-host available
it will wait for a while if the qconf-agent not get the configure yet, at most 100 * 5 millisecond