Class SynchronyRowsCount
java.lang.Object
com.atlassian.confluence.api.model.SynchronyRowsCount
Encapsulates the size of synchrony tables.
- Since:
- 7.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SynchronyRowsCount
public SynchronyRowsCount(long numberOfEvents, long numberOfSnapshots)
-
-
Method Details
-
getNumberOfEvents
public long getNumberOfEvents() -
getNumberOfSnapshots
public long getNumberOfSnapshots()
-