Package com.couchbase.client.core.util
Class CbDurations
java.lang.Object
com.couchbase.client.core.util.CbDurations
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
getSecondsCeil
(Duration duration) Converts a Duration to seconds, rounding up if there are any partial seconds.
-
Method Details
-
getSecondsCeil
Converts a Duration to seconds, rounding up if there are any partial seconds.- Parameters:
duration
- the duration to convert- Returns:
- the duration in seconds, rounded up if there are any partial seconds
-