public static class JqlQuery.Stats
extends java.lang.Object
| Constructor | Description |
|---|---|
Stats() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getAllSnapshotsCount() |
|
int |
getChildVOSnapshotsCount() |
|
int |
getCommitDeepSnapshotsCount() |
|
int |
getDbQueriesCount() |
|
int |
getDeepPlusGapsFilled() |
|
int |
getDeepPlusGapsLeft() |
|
int |
getDeepPlusSnapshotsCount() |
|
long |
getEndTimestamp() |
|
int |
getShallowSnapshotsCount() |
|
long |
getStartTimestamp() |
|
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic long getStartTimestamp()
public long getEndTimestamp()
public int getDbQueriesCount()
public int getAllSnapshotsCount()
public int getShallowSnapshotsCount()
public int getDeepPlusSnapshotsCount()
public int getCommitDeepSnapshotsCount()
public int getChildVOSnapshotsCount()
public int getDeepPlusGapsFilled()
public int getDeepPlusGapsLeft()