A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
T
- Timestamp - class in io.zenoh.time
- A Zenoh timestamp: an NTP64 instant together with the identifier of the node whose clock produced it.
- Timestamp.Companion - class in io.zenoh.time.Timestamp
- toBytes() - function in io.zenoh.bytes.ZBytes
- Returns the internal byte representation of the ZBytes.
- toMap() - function in io.zenoh.query.Parameters
- Returns a map with the key value pairs of the parameters.
- toString() - function in io.zenoh.bytes.Encoding
- Canonical textual form.
- toString() - function in io.zenoh.bytes.ZBytes
- toString() - function in io.zenoh.config.ZenohId
- The standard string form, computed in pure Kotlin by the shared bindings tier (zidString); correspondence with the native formatter is verified by
ZenohIdCorrespondenceTest. - toString() - function in io.zenoh.keyexpr.KeyExpr
- toString() - function in io.zenoh.query.Parameters
- toString() - function in io.zenoh.query.Reply.Error
- toString() - function in io.zenoh.query.Reply.Success
- toString() - function in io.zenoh.query.Selector
- tryFrom(java.lang.String) - function in io.zenoh.keyexpr.KeyExpr.Companion
- Try from.
- tryFrom(java.lang.String) - function in io.zenoh.query.Selector.Companion
- Try from.
- tryInitLogFromEnv() - function in io.zenoh.Zenoh
- Initializes the zenoh runtime logger, using rust environment settings.
- tryToString() - function in io.zenoh.bytes.ZBytes
- Attempts to decode the ZBytes into a string with UTF-8 encoding.