A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Z
R
- REALTIME - enum entry in io.zenoh.qos.Priority
- receiver() - function in io.zenoh.handlers.Handler
- Return the receiver of the handler.
- relationTo(io.zenoh.keyexpr.KeyExpr) - function in io.zenoh.keyexpr.KeyExpr
- Returns the relation between 'this' and other from 'this''s point of view (SetIntersectionLevel.INCLUDES signifies that self includes other).
- Reliability - class in io.zenoh.qos
- The reliability policy.
- RELIABLE - enum entry in io.zenoh.qos.Reliability
Reliable
Informs the network that this subscriber wishes for all publications to reliably reach it.
Note that if a publisher puts a sample with the io.zenoh.prelude.CongestionControl.DROP option, this reliability requirement may be infringed to prevent slow readers from blocking the network.
- remove(java.lang.String) - function in io.zenoh.query.Parameters
- Removes the key parameter, returning its value.
- reply(io.zenoh.keyexpr.KeyExpr,io.zenoh.bytes.IntoZBytes,io.zenoh.query.ReplyOptions) - function in io.zenoh.query.Query
- Reply to the specified key expression.
- reply(io.zenoh.keyexpr.KeyExpr,java.lang.String,io.zenoh.query.ReplyOptions) - function in io.zenoh.query.Query
- Reply to the specified key expression.
- Reply - class in io.zenoh.query
- Class to represent a Zenoh Reply to a remote query.
- Reply.Error - class in io.zenoh.query.Reply
- An Error reply.
- Reply.Success - class in io.zenoh.query.Reply
- A Success reply.
- replyDel(io.zenoh.keyexpr.KeyExpr,io.zenoh.query.ReplyDelOptions) - function in io.zenoh.query.Query
- Reply "delete" to the specified key expression.
- ReplyDelOptions - class in io.zenoh.query
- Options for performing a Reply Delete to a Query.
- replyErr(io.zenoh.bytes.IntoZBytes,io.zenoh.query.ReplyErrOptions) - function in io.zenoh.query.Query
- Reply "error" to the specified key expression.
- replyErr(java.lang.String,io.zenoh.query.ReplyErrOptions) - function in io.zenoh.query.Query
- Reply "error" to the specified key expression.
- ReplyErrOptions - class in io.zenoh.query
- Options for performing a Reply Err to a Query.
- ReplyOptions - class in io.zenoh.query
- Options for performing a Reply to a Query.
- Router - enum entry in io.zenoh.config.WhatAmI
- routersZid() - function in io.zenoh.session.SessionInfo
- Return the ZenohId of the zenoh routers the session is currently connected to.
- run(T) - function in io.zenoh.handlers.Callback
- Callback to be run.