Package io.deephaven.kv.etcd
Class EtcdDataRoutingRORole
java.lang.Object
io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
io.deephaven.kv.etcd.EtcdDataRoutingRORole
- All Implemented Interfaces:
io.deephaven.kv.etcd.EtcdRole
public class EtcdDataRoutingRORole
extends io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
A
bootstrapped etcd role
that needs read only access to a
RoutingFileContext
. Its role has the name "datarouting-ro".-
Field Summary
-
Method Summary
Modifier and Type Method Description static EtcdDataRoutingRORole
createInstance(io.deephaven.kv.routing.RoutingFileContext context)
io.deephaven.kv.KeyPermissions
getDesiredPermissions()
-
Method Details
-
createInstance
public static EtcdDataRoutingRORole createInstance(@NotNull io.deephaven.kv.routing.RoutingFileContext context) -
getDesiredPermissions
public io.deephaven.kv.KeyPermissions getDesiredPermissions()
-