Class SynchronyRowsCount
- java.lang.Object
-
- com.atlassian.confluence.api.model.SynchronyRowsCount
-
public class SynchronyRowsCount extends Object
Encapsulates the size of synchrony tables.- Since:
- 7.0.0
-
-
Constructor Summary
Constructors Constructor Description SynchronyRowsCount(long numberOfEvents, long numberOfSnapshots)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getNumberOfEvents()
long
getNumberOfSnapshots()
-