Class EtcdSchemaRoleBase

java.lang.Object
io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
io.deephaven.kv.etcd.EtcdSchemaRoleBase
All Implemented Interfaces:
io.deephaven.kv.etcd.EtcdRole
Direct Known Subclasses:
EtcdSchemaRORole, EtcdSchemaRWRole

public abstract class EtcdSchemaRoleBase
extends io.deephaven.kv.etcd.EtcdRoleBootstrappedBase
A bootstrapped etcd role that needs read/write access to a SchemaContext. Its role has the name "schema".
  • 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 Type Method Description
    io.deephaven.kv.schema.SchemaContext getContext()  

    Methods inherited from class io.deephaven.kv.etcd.EtcdRoleBootstrappedBase

    createClientFactory

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.deephaven.kv.etcd.EtcdRole

    getDesiredPermissions
  • Method Details

    • getContext

      public io.deephaven.kv.schema.SchemaContext getContext()