public class ApiImpalaUtilizationHistogramBin extends Object
Constructor and Description |
---|
ApiImpalaUtilizationHistogramBin() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Double |
getEndPointExclusive()
end point (exclusive) of the histogram bin.
|
Long |
getNumberOfImpalaDaemons()
Number of Impala daemons.
|
Double |
getStartPointInclusive()
start point (inclusive) of the histogram bin.
|
int |
hashCode() |
void |
setEndPointExclusive(Double endPointExclusive) |
void |
setNumberOfImpalaDaemons(Long numberOfImpalaDs) |
void |
setStartPointInclusive(Double startPointInclusive) |
String |
toString() |
public Double getStartPointInclusive()
public void setStartPointInclusive(Double startPointInclusive)
public Double getEndPointExclusive()
public void setEndPointExclusive(Double endPointExclusive)
public Long getNumberOfImpalaDaemons()
public void setNumberOfImpalaDaemons(Long numberOfImpalaDs)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.