Class CbDurations

java.lang.Object
com.couchbase.client.core.util.CbDurations

@Internal public final class CbDurations extends Object
  • Method Details

    • getSecondsCeil

      public static long getSecondsCeil(Duration duration)
      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