Uses of Class
com.couchbase.client.core.util.NanoTimestamp
-
Packages that use NanoTimestamp Package Description com.couchbase.client.core.util -
-
Uses of NanoTimestamp in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return NanoTimestamp Modifier and Type Method Description static NanoTimestampNanoTimestamp. never()Returns a timestamp from ~146 years ago, for representing the time of events that have not occurred.static NanoTimestampNanoTimestamp. now()Returns a timestamp representing the current time.Methods in com.couchbase.client.core.util with parameters of type NanoTimestamp Modifier and Type Method Description intNanoTimestamp. compareTo(NanoTimestamp o)DurationNanoTimestamp. minus(NanoTimestamp rhs)
-