@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiImpalaTenantUtilization extends Object
Constructor and Description |
---|
ApiImpalaTenantUtilization() |
Modifier and Type | Method and Description |
---|---|
ApiImpalaTenantUtilization |
allocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized) |
ApiImpalaTenantUtilization |
allocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage) |
ApiImpalaTenantUtilization |
avgSpilledMemory(BigDecimal avgSpilledMemory) |
ApiImpalaTenantUtilization |
avgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue) |
ApiImpalaTenantUtilization |
distributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon) |
ApiImpalaTenantUtilization |
distributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon) |
boolean |
equals(Object o) |
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 |
getAvgSpilledMemory()
Average spill per query.
|
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.
|
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 |
getMaxSpilledMemory()
Maximum spill per query.
|
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 |
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 |
getSuccessfulQueries()
Number of queries that finished successfully.
|
String |
getTenantName()
Name of the tenant.
|
BigDecimal |
getTimeOutQueries()
Number 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() |
ApiImpalaTenantUtilization |
maxAllocatedMemory(BigDecimal maxAllocatedMemory) |
ApiImpalaTenantUtilization |
maxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage) |
ApiImpalaTenantUtilization |
maxSpilledMemory(BigDecimal maxSpilledMemory) |
ApiImpalaTenantUtilization |
maxUtilizedMemory(BigDecimal maxUtilizedMemory) |
ApiImpalaTenantUtilization |
maxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage) |
ApiImpalaTenantUtilization |
oomQueries(BigDecimal oomQueries) |
ApiImpalaTenantUtilization |
peakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS) |
ApiImpalaTenantUtilization |
peakUsageTimestampMS(BigDecimal peakUsageTimestampMS) |
ApiImpalaTenantUtilization |
rejectedQueries(BigDecimal rejectedQueries) |
void |
setAllocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized) |
void |
setAllocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage) |
void |
setAvgSpilledMemory(BigDecimal avgSpilledMemory) |
void |
setAvgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue) |
void |
setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon) |
void |
setDistributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon) |
void |
setMaxAllocatedMemory(BigDecimal maxAllocatedMemory) |
void |
setMaxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage) |
void |
setMaxSpilledMemory(BigDecimal maxSpilledMemory) |
void |
setMaxUtilizedMemory(BigDecimal maxUtilizedMemory) |
void |
setMaxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage) |
void |
setOomQueries(BigDecimal oomQueries) |
void |
setPeakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS) |
void |
setPeakUsageTimestampMS(BigDecimal peakUsageTimestampMS) |
void |
setRejectedQueries(BigDecimal rejectedQueries) |
void |
setSuccessfulQueries(BigDecimal successfulQueries) |
void |
setTenantName(String tenantName) |
void |
setTimeOutQueries(BigDecimal timeOutQueries) |
void |
setTotalQueries(BigDecimal totalQueries) |
void |
setUtilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated) |
void |
setUtilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage) |
ApiImpalaTenantUtilization |
successfulQueries(BigDecimal successfulQueries) |
ApiImpalaTenantUtilization |
tenantName(String tenantName) |
ApiImpalaTenantUtilization |
timeOutQueries(BigDecimal timeOutQueries) |
String |
toString() |
ApiImpalaTenantUtilization |
totalQueries(BigDecimal totalQueries) |
ApiImpalaTenantUtilization |
utilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated) |
ApiImpalaTenantUtilization |
utilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage) |
public ApiImpalaTenantUtilization tenantName(String tenantName)
public String getTenantName()
public void setTenantName(String tenantName)
public ApiImpalaTenantUtilization totalQueries(BigDecimal totalQueries)
public BigDecimal getTotalQueries()
public void setTotalQueries(BigDecimal totalQueries)
public ApiImpalaTenantUtilization successfulQueries(BigDecimal successfulQueries)
public BigDecimal getSuccessfulQueries()
public void setSuccessfulQueries(BigDecimal successfulQueries)
public ApiImpalaTenantUtilization oomQueries(BigDecimal oomQueries)
public BigDecimal getOomQueries()
public void setOomQueries(BigDecimal oomQueries)
public ApiImpalaTenantUtilization timeOutQueries(BigDecimal timeOutQueries)
public BigDecimal getTimeOutQueries()
public void setTimeOutQueries(BigDecimal timeOutQueries)
public ApiImpalaTenantUtilization rejectedQueries(BigDecimal rejectedQueries)
public BigDecimal getRejectedQueries()
public void setRejectedQueries(BigDecimal rejectedQueries)
public ApiImpalaTenantUtilization avgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue)
public BigDecimal getAvgWaitTimeInQueue()
public void setAvgWaitTimeInQueue(BigDecimal avgWaitTimeInQueue)
public ApiImpalaTenantUtilization peakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS)
public BigDecimal getPeakAllocationTimestampMS()
public void setPeakAllocationTimestampMS(BigDecimal peakAllocationTimestampMS)
public ApiImpalaTenantUtilization maxAllocatedMemory(BigDecimal maxAllocatedMemory)
public BigDecimal getMaxAllocatedMemory()
public void setMaxAllocatedMemory(BigDecimal maxAllocatedMemory)
public ApiImpalaTenantUtilization maxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage)
public BigDecimal getMaxAllocatedMemoryPercentage()
public void setMaxAllocatedMemoryPercentage(BigDecimal maxAllocatedMemoryPercentage)
public ApiImpalaTenantUtilization utilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated)
public BigDecimal getUtilizedAtMaxAllocated()
public void setUtilizedAtMaxAllocated(BigDecimal utilizedAtMaxAllocated)
public ApiImpalaTenantUtilization utilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage)
public BigDecimal getUtilizedAtMaxAllocatedPercentage()
public void setUtilizedAtMaxAllocatedPercentage(BigDecimal utilizedAtMaxAllocatedPercentage)
public ApiImpalaTenantUtilization peakUsageTimestampMS(BigDecimal peakUsageTimestampMS)
public BigDecimal getPeakUsageTimestampMS()
public void setPeakUsageTimestampMS(BigDecimal peakUsageTimestampMS)
public ApiImpalaTenantUtilization maxUtilizedMemory(BigDecimal maxUtilizedMemory)
public BigDecimal getMaxUtilizedMemory()
public void setMaxUtilizedMemory(BigDecimal maxUtilizedMemory)
public ApiImpalaTenantUtilization maxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage)
public BigDecimal getMaxUtilizedMemoryPercentage()
public void setMaxUtilizedMemoryPercentage(BigDecimal maxUtilizedMemoryPercentage)
public ApiImpalaTenantUtilization allocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized)
public BigDecimal getAllocatedAtMaxUtilized()
public void setAllocatedAtMaxUtilized(BigDecimal allocatedAtMaxUtilized)
public ApiImpalaTenantUtilization allocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage)
public BigDecimal getAllocatedAtMaxUtilizedPercentage()
public void setAllocatedAtMaxUtilizedPercentage(BigDecimal allocatedAtMaxUtilizedPercentage)
public ApiImpalaTenantUtilization distributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon)
public ApiImpalaUtilizationHistogram getDistributionUtilizedByImpalaDaemon()
public void setDistributionUtilizedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionUtilizedByImpalaDaemon)
public ApiImpalaTenantUtilization distributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon)
public ApiImpalaUtilizationHistogram getDistributionAllocatedByImpalaDaemon()
public void setDistributionAllocatedByImpalaDaemon(ApiImpalaUtilizationHistogram distributionAllocatedByImpalaDaemon)
public ApiImpalaTenantUtilization avgSpilledMemory(BigDecimal avgSpilledMemory)
public BigDecimal getAvgSpilledMemory()
public void setAvgSpilledMemory(BigDecimal avgSpilledMemory)
public ApiImpalaTenantUtilization maxSpilledMemory(BigDecimal maxSpilledMemory)
public BigDecimal getMaxSpilledMemory()
public void setMaxSpilledMemory(BigDecimal maxSpilledMemory)
Copyright © 2019. All rights reserved.