com.cloudera.api.model
Class ApiImpalaUtilizationHistogramBin

java.lang.Object
  extended by com.cloudera.api.model.ApiImpalaUtilizationHistogramBin

public class ApiImpalaUtilizationHistogramBin
extends Object

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

ApiImpalaUtilizationHistogramBin

public ApiImpalaUtilizationHistogramBin()
Method Detail

getStartPointInclusive

public Double getStartPointInclusive()
start point (inclusive) of the histogram bin.


setStartPointInclusive

public void setStartPointInclusive(Double startPointInclusive)

getEndPointExclusive

public Double getEndPointExclusive()
end point (exclusive) of the histogram bin.


setEndPointExclusive

public void setEndPointExclusive(Double endPointExclusive)

getNumberOfImpalaDaemons

public Long getNumberOfImpalaDaemons()
Number of Impala daemons.


setNumberOfImpalaDaemons

public void setNumberOfImpalaDaemons(Long numberOfImpalaDs)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.