public interface GovernanceMonitorMBean
Modifier and Type | Method and Description |
---|---|
Long |
getExceptionTotal() |
Long |
getLocalExceptionTimes()
返回本地服务调用发生异常次数(发生业务异常也算调用失败)
|
ExecuteTimeInfo |
getLocalServiceExecuteTimeInfo(String serviceId)
返回具体的本地服务调用时间统计数据
|
Long |
getLocalSuccessTimes()
返回本地服务调用成功次数(发生业务异常也算调用失败)
|
Long |
getLocalTotalTimes()
返回本地服务调用次数
|
Long |
getRemoteExceptionTimes()
返回调用远程服务发生异常次数(发生业务异常也算调用失败)
|
ExecuteTimeInfo |
getRemoteServiceExecuteTimeInfo(String serviceId)
返回具体的远程服务调用时间统计数据
|
Long |
getRemoteSucessTimes()
返回调用远程服务成功次数(发生业务异常也算调用失败)
|
Long |
getRemoteTotalTimes()
返回远程
|
Long getExceptionTotal()
Long getLocalTotalTimes()
Long getLocalSuccessTimes()
Long getLocalExceptionTimes()
Long getRemoteTotalTimes()
Long getRemoteSucessTimes()
Long getRemoteExceptionTimes()
ExecuteTimeInfo getRemoteServiceExecuteTimeInfo(String serviceId)
serviceId
- 服务idExecuteTimeInfo getLocalServiceExecuteTimeInfo(String serviceId)
serviceId
- 服务idCopyright © 2006–2018 TinyGroup. All rights reserved.