Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiClusterUtilization |
ClustersResourceApi.getUtilizationReport(String clusterName,
List<String> daysOfWeek,
Integer endHourOfDay,
String from,
Integer startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the entire cluster as well as the resource utilization per tenant.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiClusterUtilization> |
ClustersResourceApi.getUtilizationReportWithHttpInfo(String clusterName,
List<String> daysOfWeek,
Integer endHourOfDay,
String from,
Integer startHourOfDay,
String tenantType,
String to)
Provides the resource utilization of the entire cluster as well as the resource utilization per tenant.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ClustersResourceApi.getUtilizationReportAsync(String clusterName,
List<String> daysOfWeek,
Integer endHourOfDay,
String from,
Integer startHourOfDay,
String tenantType,
String to,
ApiCallback<ApiClusterUtilization> callback)
Provides the resource utilization of the entire cluster as well as the resource utilization per tenant.
|
Copyright © 2019. All rights reserved.