Serializablepublic class GetHistogramsResponse extends Response
| 构造器 | 说明 |
|---|---|
GetHistogramsResponse(Map<String,String> headers) |
Construct a histogram response
|
| 修饰符和类型 | 方法 | 说明 |
|---|---|---|
void |
AddHistogram(Histogram histogram) |
Add a time range histogram to the response
|
ArrayList<Histogram> |
GetHistograms() |
Get all the time range histogram from the response
|
long |
GetTotalCount() |
Get query hit count
|
boolean |
IsCompleted() |
Check if the GetHistogram is completed
|
void |
SetHistograms(List<Histogram> histograms) |
Set all the time range histogram to the response
|
void |
SetProcessStatus(String processStatus) |
Set process status to the response
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitGetAllHeaders, GetHeader, GetRequestIdpublic long GetTotalCount()
public void SetProcessStatus(String processStatus)
processStatus - process status(Complete/InComplete only)public boolean IsCompleted()
public void AddHistogram(Histogram histogram)
histogram - a time range histogrampublic void SetHistograms(List<Histogram> histograms)
histograms - all time range histogramCopyright © 2018. All Rights Reserved.