public class Histogram extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
long |
mCount |
int |
mFromTime |
boolean |
mIsCompleted |
int |
mToTime |
| Constructor and Description |
|---|
Histogram(int from,
int to,
long count,
String processStatus) |
| Modifier and Type | Method and Description |
|---|---|
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,
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 © 2025. All Rights Reserved.