Serializablepublic 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 © 2018. All Rights Reserved.