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
Fields inherited from class io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
DH_ETCD_BOOTSTRAP_DIR_ENV, DH_ETCD_BOOTSTRAP_DIR_PROP
-
Method Summary
Modifier and TypeMethodDescriptionstatic EtcdDataRoutingRORole
createInstance
(io.deephaven.kv.routing.RoutingFileContext context) io.deephaven.kv.KeyPermissions
Methods inherited from class io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
createClientFactory
-
Method Details
-
createInstance
public static EtcdDataRoutingRORole createInstance(@NotNull io.deephaven.kv.routing.RoutingFileContext context) -
getDesiredPermissions
public io.deephaven.kv.KeyPermissions getDesiredPermissions()
-