Uses of Class
org.apache.hadoop.hbase.quotas.GlobalQuotaSettings

Packages that use org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
  • Uses of org.apache.hadoop.hbase.quotas.GlobalQuotaSettings in org.apache.hadoop.hbase.coprocessor

    Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.quotas.GlobalQuotaSettings in in
    Modifier and Type
    Method
    Description
    default void
    MasterObserver.postSetNamespaceQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called after the quota for the namespace is stored.
    default void
    MasterObserver.postSetRegionServerQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String regionServer, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called after the quota for the region server is stored.
    default void
    MasterObserver.postSetTableQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called after the quota for the table is stored.
    default void
    MasterObserver.postSetUserQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String userName, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called after the quota for the user on the specified namespace is stored.
    default void
    MasterObserver.postSetUserQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String userName, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called after the quota for the user is stored.
    default void
    MasterObserver.postSetUserQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String userName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called after the quota for the user on the specified table is stored.
    default void
    MasterObserver.preSetNamespaceQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called before the quota for the namespace is stored.
    default void
    MasterObserver.preSetRegionServerQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String regionServer, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called before the quota for the region server is stored.
    default void
    MasterObserver.preSetTableQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called before the quota for the table is stored.
    default void
    MasterObserver.preSetUserQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String userName, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called before the quota for the user on the specified namespace is stored.
    default void
    MasterObserver.preSetUserQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String userName, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called before the quota for the user is stored.
    default void
    MasterObserver.preSetUserQuota(org.apache.hadoop.hbase.coprocessor.ObserverContext<org.apache.hadoop.hbase.coprocessor.MasterCoprocessorEnvironment> ctx, String userName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
    Called before the quota for the user on the specified table is stored.
  • Uses of org.apache.hadoop.hbase.quotas.GlobalQuotaSettings in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master with parameters of type org.apache.hadoop.hbase.quotas.GlobalQuotaSettings in in
    Modifier and Type
    Method
    Description
    void
    MasterCoprocessorHost.postSetNamespaceQuota(String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.postSetRegionServerQuota(String regionServer, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.postSetTableQuota(org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.postSetUserQuota(String user, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.postSetUserQuota(String user, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.postSetUserQuota(String user, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.preSetNamespaceQuota(String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.preSetRegionServerQuota(String regionServer, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.preSetTableQuota(org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.preSetUserQuota(String user, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.preSetUserQuota(String user, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
    void
    MasterCoprocessorHost.preSetUserQuota(String user, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas)
     
  • Uses of org.apache.hadoop.hbase.quotas.GlobalQuotaSettings in org.apache.hadoop.hbase.quotas

    Subclasses of org.apache.hadoop.hbase.quotas.GlobalQuotaSettings in in org.apache.hadoop.hbase.quotas
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImpl
    Implementation of GlobalQuotaSettings to hide the Protobuf messages we use internally.