Package io.zenoh.time
Class Timestamp
-
- All Implemented Interfaces:
public final class TimestampA Zenoh timestamp: an NTP64 instant together with the identifier of the node whose clock produced it.
Both halves are significant. Zenoh orders and de-duplicates on the whole
(ntp64, id)pair, so a timestamp is only meaningful when its id is the real identifier of the originating node — obtain it from the session that will publish the value, viasession.info().zid().
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTimestamp.Companion
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>ntp64private final ZenohIdidpublic final static Timestamp.CompanionCompanion
-
Method Summary
-
-
Constructor Detail
-
Timestamp
Timestamp(<Error class: unknown class> ntp64, ZenohId id)
-
-
-
-