@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiImpalaUtilization extends Object
Constructor and Description |
---|
ApiImpalaUtilization() |
Modifier and Type | Method and Description |
---|---|
ApiImpalaUtilization |
allocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized) |
ApiImpalaUtilization |
allocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage) |
ApiImpalaUtilization |
avgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue) |
ApiImpalaUtilization |
distributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon) |
ApiImpalaUtilization |
distributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon) |
boolean |
equals(Object o) |
ApiImpalaUtilization |
errorMessage(String errorMessage) |
BigDecimal |
getAllocatedAtMaxUtilized()
The amount of memory (in bytes) reserved by Impala at the time when it was using the maximum memory for executing queries.
|
BigDecimal |
getAllocatedAtMaxUtilizedPercentage()
The percentage of memory reserved by Impala at the time when it was using the maximum memory for executing queries.
|
BigDecimal |
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.
|
BigDecimal |
getMaxAllocatedMemory()
The maximum memory (in bytes) that was reserved by Impala for executing queries.
|
BigDecimal |
getMaxAllocatedMemoryPercentage()
The maximum percentage of memory that was reserved by Impala for executing queries.
|
BigDecimal |
getMaxUtilizedMemory()
The maximum memory (in bytes) that was used by Impala for executing queries.
|
BigDecimal |
getMaxUtilizedMemoryPercentage()
The maximum percentage of memory that was used by Impala for executing queries.
|
BigDecimal |
getOomQueries()
Number of queries that failed due to insufficient memory.
|
BigDecimal |
getOomQueriesPercentage()
Percentage of queries that failed due to insufficient memory.
|
BigDecimal |
getPeakAllocationTimestampMS()
The time when Impala reserved the maximum amount of memory for queries.
|
BigDecimal |
getPeakUsageTimestampMS()
The time when Impala used the maximum amount of memory for queries.
|
BigDecimal |
getRejectedQueries()
Number of queries that were rejected by Impala because the pool was full.
|
BigDecimal |
getRejectedQueriesPercentage()
Percentage of queries that were rejected by Impala because the pool was full.
|
BigDecimal |
getSuccessfulQueries()
Number of queries that finished successfully.
|
BigDecimal |
getSuccessfulQueriesPercentage()
Percentage of queries that finished successfully.
|
ApiImpalaTenantUtilizationList |
getTenantUtilizations()
A list of tenant utilization reports.
|
BigDecimal |
getTimeOutQueries()
Number of queries that timed out while waiting for resources in a pool.
|
BigDecimal |
getTimeOutQueriesPercentage()
Percentage of queries that timed out while waiting for resources in a pool.
|
BigDecimal |
getTotalQueries()
Total number of queries submitted to Impala.
|
BigDecimal |
getUtilizedAtMaxAllocated()
The amount of memory (in bytes) used by Impala for running queries at the time when maximum memory was reserved.
|
BigDecimal |
getUtilizedAtMaxAllocatedPercentage()
The percentage of memory used by Impala for running queries at the time when maximum memory was reserved.
|
int |
hashCode() |
ApiImpalaUtilization |
maxAllocatedMemory(BigDecimal maxAllocatedMemory) |
ApiImpalaUtilization |
maxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage) |
ApiImpalaUtilization |
maxUtilizedMemory(BigDecimal maxUtilizedMemory) |
ApiImpalaUtilization |
maxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage) |
ApiImpalaUtilization |
oomQueries(BigDecimal oomQueries) |
ApiImpalaUtilization |
oomQueriesPercentage(BigDecimal oomQueriesPercentage) |
ApiImpalaUtilization |
peakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS) |
ApiImpalaUtilization |
peakUsageTimestampMS(BigDecimal peakUsageTimestampMS) |
ApiImpalaUtilization |
rejectedQueries(BigDecimal rejectedQueries) |
ApiImpalaUtilization |
rejectedQueriesPercentage(BigDecimal rejectedQueriesPercentage) |
void |
setAllocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized) |
void |
setAllocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage) |
void |
setAvgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue) |
void |
setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon) |
void |
setDistributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon) |
void |
setErrorMessage(String errorMessage) |
void |
setMaxAllocatedMemory(BigDecimal maxAllocatedMemory) |
void |
setMaxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage) |
void |
setMaxUtilizedMemory(BigDecimal maxUtilizedMemory) |
void |
setMaxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage) |
void |
setOomQueries(BigDecimal oomQueries) |
void |
setOomQueriesPercentage(BigDecimal oomQueriesPercentage) |
void |
setPeakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS) |
void |
setPeakUsageTimestampMS(BigDecimal peakUsageTimestampMS) |
void |
setRejectedQueries(BigDecimal rejectedQueries) |
void |
setRejectedQueriesPercentage(BigDecimal rejectedQueriesPercentage) |
void |
setSuccessfulQueries(BigDecimal successfulQueries) |
void |
setSuccessfulQueriesPercentage(BigDecimal successfulQueriesPercentage) |
void |
setTenantUtilizations(ApiImpalaTenantUtilizationList tenantUtilizations) |
void |
setTimeOutQueries(BigDecimal timeOutQueries) |
void |
setTimeOutQueriesPercentage(BigDecimal timeOutQueriesPercentage) |
void |
setTotalQueries(BigDecimal totalQueries) |
void |
setUtilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated) |
void |
setUtilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage) |
ApiImpalaUtilization |
successfulQueries(BigDecimal successfulQueries) |
ApiImpalaUtilization |
successfulQueriesPercentage(BigDecimal successfulQueriesPercentage) |
ApiImpalaUtilization |
tenantUtilizations(ApiImpalaTenantUtilizationList tenantUtilizations) |
ApiImpalaUtilization |
timeOutQueries(BigDecimal timeOutQueries) |
ApiImpalaUtilization |
timeOutQueriesPercentage(BigDecimal timeOutQueriesPercentage) |
String |
toString() |
ApiImpalaUtilization |
totalQueries(BigDecimal totalQueries) |
ApiImpalaUtilization |
utilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated) |
ApiImpalaUtilization |
utilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage) |
public ApiImpalaUtilization totalQueries(BigDecimal totalQueries)
public BigDecimal getTotalQueries()
public void setTotalQueries(BigDecimal totalQueries)
public ApiImpalaUtilization successfulQueries(BigDecimal successfulQueries)
public BigDecimal getSuccessfulQueries()
public void setSuccessfulQueries(BigDecimal successfulQueries)
public ApiImpalaUtilization oomQueries(BigDecimal oomQueries)
public BigDecimal getOomQueries()
public void setOomQueries(BigDecimal oomQueries)
public ApiImpalaUtilization timeOutQueries(BigDecimal timeOutQueries)
public BigDecimal getTimeOutQueries()
public void setTimeOutQueries(BigDecimal timeOutQueries)
public ApiImpalaUtilization rejectedQueries(BigDecimal rejectedQueries)
public BigDecimal getRejectedQueries()
public void setRejectedQueries(BigDecimal rejectedQueries)
public ApiImpalaUtilization successfulQueriesPercentage(BigDecimal successfulQueriesPercentage)
public BigDecimal getSuccessfulQueriesPercentage()
public void setSuccessfulQueriesPercentage(BigDecimal successfulQueriesPercentage)
public ApiImpalaUtilization oomQueriesPercentage(BigDecimal oomQueriesPercentage)
public BigDecimal getOomQueriesPercentage()
public void setOomQueriesPercentage(BigDecimal oomQueriesPercentage)
public ApiImpalaUtilization timeOutQueriesPercentage(BigDecimal timeOutQueriesPercentage)
public BigDecimal getTimeOutQueriesPercentage()
public void setTimeOutQueriesPercentage(BigDecimal timeOutQueriesPercentage)
public ApiImpalaUtilization rejectedQueriesPercentage(BigDecimal rejectedQueriesPercentage)
public BigDecimal getRejectedQueriesPercentage()
public void setRejectedQueriesPercentage(BigDecimal rejectedQueriesPercentage)
public ApiImpalaUtilization avgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue)
public BigDecimal getAvgWaitTimeInQueue()
public void setAvgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue)
public ApiImpalaUtilization peakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS)
public BigDecimal getPeakAllocationTimestampMS()
public void setPeakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS)
public ApiImpalaUtilization maxAllocatedMemory(BigDecimal maxAllocatedMemory)
public BigDecimal getMaxAllocatedMemory()
public void setMaxAllocatedMemory(BigDecimal maxAllocatedMemory)
public ApiImpalaUtilization maxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage)
public BigDecimal getMaxAllocatedMemoryPercentage()
public void setMaxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage)
public ApiImpalaUtilization utilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated)
public BigDecimal getUtilizedAtMaxAllocated()
public void setUtilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated)
public ApiImpalaUtilization utilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage)
public BigDecimal getUtilizedAtMaxAllocatedPercentage()
public void setUtilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage)
public ApiImpalaUtilization peakUsageTimestampMS(BigDecimal peakUsageTimestampMS)
public BigDecimal getPeakUsageTimestampMS()
public void setPeakUsageTimestampMS(BigDecimal peakUsageTimestampMS)
public ApiImpalaUtilization maxUtilizedMemory(BigDecimal maxUtilizedMemory)
public BigDecimal getMaxUtilizedMemory()
public void setMaxUtilizedMemory(BigDecimal maxUtilizedMemory)
public ApiImpalaUtilization maxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage)
public BigDecimal getMaxUtilizedMemoryPercentage()
public void setMaxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage)
public ApiImpalaUtilization allocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized)
public BigDecimal getAllocatedAtMaxUtilized()
public void setAllocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized)
public ApiImpalaUtilization allocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage)
public BigDecimal getAllocatedAtMaxUtilizedPercentage()
public void setAllocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage)
public ApiImpalaUtilization distributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon)
public ApiImpalaUtilizationHistogram getDistributionUtilizedByImpalaDaemon()
public void setDistributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon)
public ApiImpalaUtilization distributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon)
public ApiImpalaUtilizationHistogram getDistributionAllocatedByImpalaDaemon()
public void setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon)
public ApiImpalaUtilization tenantUtilizations(ApiImpalaTenantUtilizationList tenantUtilizations)
public ApiImpalaTenantUtilizationList getTenantUtilizations()
public void setTenantUtilizations(ApiImpalaTenantUtilizationList tenantUtilizations)
public ApiImpalaUtilization errorMessage(String errorMessage)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
Copyright © 2019. All rights reserved.