|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiImpalaUtilization
public class ApiImpalaUtilization
Utilization report information of a Impala application service.
Constructor Summary | |
---|---|
ApiImpalaUtilization()
|
Method Summary | |
---|---|
Double |
getAllocatedAtMaxUtilized()
The amount of memory (in bytes) reserved by Impala at the time when it was using the maximum memory for executing queries. |
Double |
getAllocatedAtMaxUtilizedPercentage()
The percentage of memory reserved by Impala at the time when it was using the maximum memory for executing queries. |
Double |
getAvgWaitTimeInQueue()
Average time, in milliseconds, spent by a query in an Impala pool while waiting for resources. |
ApiImpalaUtilizationHistogram |
getDistributionAllocatedByImpalaDaemon()
Distribution of memory reserved per Impala daemon for executing queries at the time Impala used the maximum memory. |
ApiImpalaUtilizationHistogram |
getDistributionUtilizedByImpalaDaemon()
Distribution of memory used per Impala daemon for executing queries at the time Impala used the maximum memory. |
String |
getErrorMessage()
error message of utilization report. |
Double |
getMaxAllocatedMemory()
The maximum memory (in bytes) that was reserved by Impala for executing queries. |
Double |
getMaxAllocatedMemoryPercentage()
The maximum percentage of memory that was reserved by Impala for executing queries. |
Double |
getMaxUtilizedMemory()
The maximum memory (in bytes) that was used by Impala for executing queries. |
Double |
getMaxUtilizedMemoryPercentage()
The maximum percentage of memory that was used by Impala for executing queries. |
Double |
getOomQueries()
Number of queries that failed due to insufficient memory. |
Double |
getOomQueriesPercentage()
Percentage of queries that failed due to insufficient memory. |
Long |
getPeakAllocationTimestampMS()
The time when Impala reserved the maximum amount of memory for queries. |
Long |
getPeakUsageTimestampMS()
The time when Impala used the maximum amount of memory for queries. |
Double |
getRejectedQueries()
Number of queries that were rejected by Impala because the pool was full. |
Double |
getRejectedQueriesPercentage()
Percentage of queries that were rejected by Impala because the pool was full. |
Double |
getSuccessfulQueries()
Number of queries that finished successfully. |
Double |
getSuccessfulQueriesPercentage()
Percentage of queries that finished successfully. |
ApiImpalaTenantUtilizationList |
getTenantUtilizations()
A list of tenant utilization reports. |
Double |
getTimeOutQueries()
Number of queries that timed out while waiting for resources in a pool. |
Double |
getTimeOutQueriesPercentage()
Percentage of queries that timed out while waiting for resources in a pool. |
Double |
getTotalQueries()
Total number of queries submitted to Impala. |
Double |
getUtilizedAtMaxAllocated()
The amount of memory (in bytes) used by Impala for running queries at the time when maximum memory was reserved. |
Double |
getUtilizedAtMaxAllocatedPercentage()
The percentage of memory used by Impala for running queries at the time when maximum memory was reserved. |
void |
setAllocatedAtMaxUtilized(Double allocatedAtMaxUtilized)
|
void |
setAllocatedAtMaxUtilizedPercentage(Double allocatedAtMaxUtilizedPercentage)
|
void |
setAvgWaitTimeInQueue(Double avgWaitTimeInQueue)
|
void |
setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon)
|
void |
setDistributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon)
|
void |
setErrorMessage(String errorMessage)
|
void |
setMaxAllocatedMemory(Double maxAllocatedMemory)
|
void |
setMaxAllocatedMemoryPercentage(Double maxAllocatedMemoryPercentage)
|
void |
setMaxUtilizedMemory(Double maxUtilizedMemory)
|
void |
setMaxUtilizedMemoryPercentage(Double maxUtilizedMemoryPercentage)
|
void |
setOomQueries(Double oomQueries)
|
void |
setOomQueriesPercentage(Double oomQueriesPercentage)
|
void |
setPeakAllocationTimestampMS(Long peakAllocationTimestampMS)
|
void |
setPeakUsageTimestampMS(Long peakUsageTimestampMS)
|
void |
setRejectedQueries(Double rejectedQueries)
|
void |
setRejectedQueriesPercentage(Double rejectedQueriesPercentage)
|
void |
setSuccessfulQueries(Double successfulQueries)
|
void |
setSuccessfulQueriesPercentage(Double successfulQueriesPercentage)
|
void |
setTenantUtilizations(ApiImpalaTenantUtilizationList tenantUtilizations)
|
void |
setTimeOutQueries(Double timeOutQueries)
|
void |
setTimeOutQueriesPercentage(Double timeOutQueriesPercentage)
|
void |
setTotalQueries(Double totalQueries)
|
void |
setUtilizedAtMaxAllocated(Double utilizedAtMaxAllocated)
|
void |
setUtilizedAtMaxAllocatedPercentage(Double utilizedAtMaxAllocatedPercentage)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiImpalaUtilization()
Method Detail |
---|
public Double getTotalQueries()
public void setTotalQueries(Double totalQueries)
public Double getSuccessfulQueries()
public void setSuccessfulQueries(Double successfulQueries)
public Double getOomQueries()
public void setOomQueries(Double oomQueries)
public Double getTimeOutQueries()
public void setTimeOutQueries(Double timeOutQueries)
public Double getRejectedQueries()
public void setRejectedQueries(Double rejectedQueries)
public Double getSuccessfulQueriesPercentage()
public void setSuccessfulQueriesPercentage(Double successfulQueriesPercentage)
public Double getOomQueriesPercentage()
public void setOomQueriesPercentage(Double oomQueriesPercentage)
public Double getTimeOutQueriesPercentage()
public void setTimeOutQueriesPercentage(Double timeOutQueriesPercentage)
public Double getRejectedQueriesPercentage()
public void setRejectedQueriesPercentage(Double rejectedQueriesPercentage)
public Double getAvgWaitTimeInQueue()
public void setAvgWaitTimeInQueue(Double avgWaitTimeInQueue)
public Long getPeakAllocationTimestampMS()
public void setPeakAllocationTimestampMS(Long peakAllocationTimestampMS)
public Double getMaxAllocatedMemory()
public void setMaxAllocatedMemory(Double maxAllocatedMemory)
public Double getMaxAllocatedMemoryPercentage()
public void setMaxAllocatedMemoryPercentage(Double maxAllocatedMemoryPercentage)
public Double getUtilizedAtMaxAllocated()
public void setUtilizedAtMaxAllocated(Double utilizedAtMaxAllocated)
public Double getUtilizedAtMaxAllocatedPercentage()
public void setUtilizedAtMaxAllocatedPercentage(Double utilizedAtMaxAllocatedPercentage)
public Long getPeakUsageTimestampMS()
public void setPeakUsageTimestampMS(Long peakUsageTimestampMS)
public Double getMaxUtilizedMemory()
public void setMaxUtilizedMemory(Double maxUtilizedMemory)
public Double getMaxUtilizedMemoryPercentage()
public void setMaxUtilizedMemoryPercentage(Double maxUtilizedMemoryPercentage)
public Double getAllocatedAtMaxUtilized()
public void setAllocatedAtMaxUtilized(Double allocatedAtMaxUtilized)
public Double getAllocatedAtMaxUtilizedPercentage()
public void setAllocatedAtMaxUtilizedPercentage(Double allocatedAtMaxUtilizedPercentage)
public ApiImpalaUtilizationHistogram getDistributionUtilizedByImpalaDaemon()
public void setDistributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon)
public ApiImpalaUtilizationHistogram getDistributionAllocatedByImpalaDaemon()
public void setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon)
public ApiImpalaTenantUtilizationList getTenantUtilizations()
public void setTenantUtilizations(ApiImpalaTenantUtilizationList tenantUtilizations)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |