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
-
Method Summary
Modifier and Type Method Description static EtcdDataRoutingRWRole
createInstance(io.deephaven.kv.routing.RoutingFileContext context)
io.deephaven.kv.KeyPermissions
getDesiredPermissions()
-
Method Details
-
createInstance
public static EtcdDataRoutingRWRole createInstance(@NotNull io.deephaven.kv.routing.RoutingFileContext context) -
getDesiredPermissions
public io.deephaven.kv.KeyPermissions getDesiredPermissions()
-