public class Histogram extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
long |
mCount |
int |
mFromTime |
boolean |
mIsCompleted |
int |
mToTime |
public int mFromTime
public int mToTime
public long mCount
public boolean mIsCompleted
public Histogram(int from,
int to,
long count,
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()
Copyright © 2020. All Rights Reserved.