|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.alibaba.dubbo.monitor.dubbo.DubboMonitor
public class DubboMonitor
DubboMonitor
Field Summary |
---|
Fields inherited from interface com.alibaba.dubbo.monitor.MonitorService |
---|
APPLICATION, CONCURRENT, CONSUMER, ELAPSED, FAILURE, GROUP, INPUT, INTERFACE, MAX_CONCURRENT, MAX_ELAPSED, MAX_INPUT, MAX_OUTPUT, METHOD, OUTPUT, PROVIDER, SUCCESS, TIMESTAMP, VERSION |
Constructor Summary | |
---|---|
DubboMonitor(Invoker<MonitorService> monitorInvoker,
MonitorService monitorService)
|
Method Summary | |
---|---|
void |
collect(URL url)
监控数据采集. |
void |
destroy()
destroy. |
URL |
getUrl()
get url. |
boolean |
isAvailable()
is available. |
List<URL> |
lookup(URL query)
监控数据查询. 1. |
void |
send()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DubboMonitor(Invoker<MonitorService> monitorInvoker, MonitorService monitorService)
Method Detail |
---|
public void send()
public void collect(URL url)
MonitorService
collect
in interface MonitorService
public List<URL> lookup(URL query)
MonitorService
lookup
in interface MonitorService
public URL getUrl()
Node
getUrl
in interface Node
public boolean isAvailable()
Node
isAvailable
in interface Node
public void destroy()
Node
destroy
in interface Node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |