Package io.deephaven.kv.etcd
Class EtcdDataRoutingRWRole
java.lang.Object
io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
io.deephaven.kv.etcd.EtcdDataRoutingRWRole
- All Implemented Interfaces:
io.deephaven.kv.etcd.EtcdRole
public class EtcdDataRoutingRWRole
extends io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
A
bootstrapped etcd role
that needs read/write access to a
RoutingFileContext
. Its role has the name "datarouting-rw".-
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 EtcdDataRoutingRWRole
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 EtcdDataRoutingRWRole createInstance(@NotNull io.deephaven.kv.routing.RoutingFileContext context) -
getDesiredPermissions
public io.deephaven.kv.KeyPermissions getDesiredPermissions()
-