|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alibaba.dubbo.rpc.cluster.configurator.AbstractConfigurator
public abstract class AbstractConfigurator
AbstractOverrideConfigurator
| Constructor Summary | |
|---|---|
AbstractConfigurator(URL url)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Configurator o)
根据priority、host依次排序 priority值越大,优先级越高; priority相同,特定host优先级高于anyhost 0.0.0.0 |
URL |
configure(URL url)
Configure the provider url. |
URL |
getUrl()
get the configurator url. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractConfigurator(URL url)
| Method Detail |
|---|
public static void main(String[] args)
public URL getUrl()
Configurator
getUrl in interface Configuratorpublic URL configure(URL url)
Configurator
configure in interface Configuratorurl - - old rovider url.
public int compareTo(Configurator o)
compareTo in interface Comparable<Configurator>o -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||