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 NanoTimestamp
NanoTimestamp. never()
Returns a timestamp from ~146 years ago, for representing the time of events that have not occurred.static NanoTimestamp
NanoTimestamp. 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 int
NanoTimestamp. compareTo(NanoTimestamp o)
Duration
NanoTimestamp. minus(NanoTimestamp rhs)
-