public class MetricsViewClient extends Object
| Modifier and Type | Field and Description |
|---|---|
org.wso2.carbon.metrics.data.service.stub.MetricsDataServiceStub |
stub |
| Constructor and Description |
|---|
MetricsViewClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configCtx) |
| Modifier and Type | Method and Description |
|---|---|
MetricDataWrapper |
findLastMetrics(org.wso2.carbon.metrics.data.common.MetricList metrics,
String source,
String from) |
MetricDataWrapper |
findMetricsByTimePeriod(org.wso2.carbon.metrics.data.common.MetricList metrics,
String source,
long from,
long to) |
String[] |
getAllSources() |
MetricHierarchyDataWrapper |
getHierarchy(String source,
String path) |
public String[] getAllSources() throws RemoteException
RemoteExceptionpublic MetricHierarchyDataWrapper getHierarchy(String source, String path) throws RemoteException
RemoteExceptionpublic MetricDataWrapper findLastMetrics(org.wso2.carbon.metrics.data.common.MetricList metrics, String source, String from) throws RemoteException
RemoteExceptionpublic MetricDataWrapper findMetricsByTimePeriod(org.wso2.carbon.metrics.data.common.MetricList metrics, String source, long from, long to) throws RemoteException
RemoteExceptionCopyright © 2014–2019 WSO2. All rights reserved.