public class Histogram
extends java.lang.Object
implements java.io.Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
long |
mCount |
int |
mFromTime |
boolean |
mIsCompleted |
int |
mToTime |
| 构造器和说明 |
|---|
Histogram(int from,
int to,
long count,
java.lang.String processStatus) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
GetCount()
Get the histogram hit count
|
int |
GetFrom()
Get the histogram begin time
|
int |
GetTo()
Get the histogram end time
|
boolean |
IsCompleted()
Check if the histogram is completed
|
public int mFromTime
public int mToTime
public long mCount
public boolean mIsCompleted
public Histogram(int from,
int to,
long count,
java.lang.String processStatus)
from - histogram begin timeto - histogram end timecount - histogram hit countprocessStatus - histogram query status(Complete or ImComplete)public int GetFrom()
public int GetTo()
public long GetCount()
public boolean IsCompleted()