Package io.deephaven.kv.etcd
Interface EtcdRole
- All Known Implementing Classes:
EtcdAclRoleBase,EtcdAclRORole,EtcdAclRWRole,EtcdAuthenticationServerRole,EtcdControllerRole,EtcdDataRoutingRORole,EtcdDataRoutingRWRole,EtcdPropsRORole,EtcdPropsRWRole,EtcdRoleBootstrappedBase,EtcdSchemaRoleBase,EtcdSchemaRORole,EtcdSchemaRWRole
public interface EtcdRole
An
etcd role encapsulates the desired permissions and logic for connecting to
etcd.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDesiredPermissions
KeyPermissions getDesiredPermissions() -
createClientFactory
BetterClientImpl.Factory createClientFactory()
-