|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiTenantUtilization
public class ApiTenantUtilization
Utilization report information of a tenant.
| Constructor Summary | |
|---|---|
ApiTenantUtilization()
|
|
| Method Summary | |
|---|---|
Double |
getCpuUtilizationPercentage()
Percentage of CPU resource used by workloads. |
Double |
getMemoryUtilizationPercentage()
Percentage of memory used by workloads. |
String |
getTenantName()
Name of the tenant. |
void |
setCpuUtilizationPercentage(Double cpuUtilizationPercentage)
|
void |
setMemoryUtilizationPercentage(Double memoryUtilizationPercentage)
|
void |
setTenantName(String tenantName)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ApiTenantUtilization()
| Method Detail |
|---|
public String getTenantName()
public void setTenantName(String tenantName)
public Double getCpuUtilizationPercentage()
public void setCpuUtilizationPercentage(Double cpuUtilizationPercentage)
public Double getMemoryUtilizationPercentage()
public void setMemoryUtilizationPercentage(Double memoryUtilizationPercentage)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||