|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiImpalaTenantUtilization
public class ApiImpalaTenantUtilization
Utilization report information of a tenant of Impala application.
Constructor Summary | |
---|---|
ApiImpalaTenantUtilization()
|
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 |
getAvgSpilledMemory()
Average spill per query. |
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. |
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 |
getMaxSpilledMemory()
Maximum spill per query. |
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. |
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 |
getSuccessfulQueries()
Number of queries that finished successfully. |
String |
getTenantName()
Name of the tenant. |
Double |
getTimeOutQueries()
Number 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 |
setAvgSpilledMemory(Double avgSpilledMemory)
|
void |
setAvgWaitTimeInQueue(Double avgWaitTimeInQueue)
|
void |
setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalad)
|
void |
setDistributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalad)
|
void |
setMaxAllocatedMemory(Double maxAllocatedMemory)
|
void |
setMaxAllocatedMemoryPercentage(Double maxAllocatedMemoryPercentage)
|
void |
setMaxSpilledMemory(Double maxSpilledMemory)
|
void |
setMaxUtilizedMemory(Double maxUtilizedMemory)
|
void |
setMaxUtilizedMemoryPercentage(Double maxUtilizedMemoryPercentage)
|
void |
setOomQueries(Double oomQueries)
|
void |
setPeakAllocationTimestampMS(Long peakAllocationTimestampMS)
|
void |
setPeakUsageTimestampMS(Long peakUsageTimestampMS)
|
void |
setRejectedQueries(Double rejectedQueries)
|
void |
setSuccessfulQueries(Double successfulQueries)
|
void |
setTenantName(String tenantName)
|
void |
setTimeOutQueries(Double timeOutQueries)
|
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 ApiImpalaTenantUtilization()
Method Detail |
---|
public String getTenantName()
public void setTenantName(String tenantName)
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 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 distributionUtilizedByImpalad)
public ApiImpalaUtilizationHistogram getDistributionAllocatedByImpalaDaemon()
public void setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalad)
public Double getAvgSpilledMemory()
public void setAvgSpilledMemory(Double avgSpilledMemory)
public Double getMaxSpilledMemory()
public void setMaxSpilledMemory(Double maxSpilledMemory)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |