Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiMetricList |
HostsResourceApi.getMetrics(String hostId,
String from,
List<String> ifs,
List<String> metrics,
Boolean queryNw,
Boolean queryStorage,
List<String> storageIds,
String to,
String view)
Fetch metric readings for a host.
|
ApiMetricList |
ServicesResourceApi.getMetrics(String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular service.
|
ApiMetricList |
ActivitiesResourceApi.getMetrics(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular activity.
|
ApiMetricList |
NameservicesResourceApi.getMetrics(String clusterName,
String nameservice,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular nameservice.
|
ApiMetricList |
RolesResourceApi.getMetrics(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular role.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiMetricList> |
HostsResourceApi.getMetricsWithHttpInfo(String hostId,
String from,
List<String> ifs,
List<String> metrics,
Boolean queryNw,
Boolean queryStorage,
List<String> storageIds,
String to,
String view)
Fetch metric readings for a host.
|
ApiResponse<ApiMetricList> |
ServicesResourceApi.getMetricsWithHttpInfo(String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular service.
|
ApiResponse<ApiMetricList> |
ActivitiesResourceApi.getMetricsWithHttpInfo(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular activity.
|
ApiResponse<ApiMetricList> |
NameservicesResourceApi.getMetricsWithHttpInfo(String clusterName,
String nameservice,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular nameservice.
|
ApiResponse<ApiMetricList> |
RolesResourceApi.getMetricsWithHttpInfo(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view)
Fetch metric readings for a particular role.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
HostsResourceApi.getMetricsAsync(String hostId,
String from,
List<String> ifs,
List<String> metrics,
Boolean queryNw,
Boolean queryStorage,
List<String> storageIds,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a host.
|
com.squareup.okhttp.Call |
ServicesResourceApi.getMetricsAsync(String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular service.
|
com.squareup.okhttp.Call |
ActivitiesResourceApi.getMetricsAsync(String activityId,
String clusterName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular activity.
|
com.squareup.okhttp.Call |
NameservicesResourceApi.getMetricsAsync(String clusterName,
String nameservice,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular nameservice.
|
com.squareup.okhttp.Call |
RolesResourceApi.getMetricsAsync(String clusterName,
String roleName,
String serviceName,
String from,
List<String> metrics,
String to,
String view,
ApiCallback<ApiMetricList> callback)
Fetch metric readings for a particular role.
|
Modifier and Type | Method and Description |
---|---|
ApiMetricList |
ApiMetricList.addItemsItem(ApiMetric itemsItem) |
ApiMetricList |
ApiMetricList.items(List<ApiMetric> items) |
Copyright © 2019. All rights reserved.