|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiImpalaUtilizationHistogramBin
public class ApiImpalaUtilizationHistogramBin
Histogram bin of Impala utilization.
Constructor Summary | |
---|---|
ApiImpalaUtilizationHistogramBin()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiImpalaUtilizationHistogramBin()
Method Detail |
---|
public Double getStartPointInclusive()
public void setStartPointInclusive(Double startPointInclusive)
public Double getEndPointExclusive()
public void setEndPointExclusive(Double endPointExclusive)
public Long getNumberOfImpalaDaemons()
public void setNumberOfImpalaDaemons(Long numberOfImpalaDs)
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |