Package org.javers.repository.jql
Class JqlQuery.Stats
- java.lang.Object
-
- org.javers.repository.jql.JqlQuery.Stats
-
- Enclosing class:
- JqlQuery
public static class JqlQuery.Stats extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Stats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAllSnapshotsCount()intgetChildVOSnapshotsCount()intgetCommitDeepSnapshotsCount()intgetDbQueriesCount()intgetDeepPlusGapsFilled()intgetDeepPlusGapsLeft()intgetDeepPlusSnapshotsCount()longgetEndTimestamp()intgetShallowSnapshotsCount()longgetStartTimestamp()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getStartTimestamp
public long getStartTimestamp()
-
getEndTimestamp
public long getEndTimestamp()
-
getDbQueriesCount
public int getDbQueriesCount()
-
getAllSnapshotsCount
public int getAllSnapshotsCount()
-
getShallowSnapshotsCount
public int getShallowSnapshotsCount()
-
getDeepPlusSnapshotsCount
public int getDeepPlusSnapshotsCount()
-
getCommitDeepSnapshotsCount
public int getCommitDeepSnapshotsCount()
-
getChildVOSnapshotsCount
public int getChildVOSnapshotsCount()
-
getDeepPlusGapsFilled
public int getDeepPlusGapsFilled()
-
getDeepPlusGapsLeft
public int getDeepPlusGapsLeft()
-
-