Uses of Class
org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
Packages that use org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
Package
Description
Table of Contents
-
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 inModifier and TypeMethodDescriptiondefault voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 voidMasterObserver.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 inModifier and TypeMethodDescriptionvoidMasterCoprocessorHost.postSetNamespaceQuota(String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetRegionServerQuota(String regionServer, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetTableQuota(org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetUserQuota(String user, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetUserQuota(String user, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetUserQuota(String user, org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetNamespaceQuota(String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetRegionServerQuota(String regionServer, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetTableQuota(org.apache.hadoop.hbase.TableName table, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetUserQuota(String user, String namespace, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetUserQuota(String user, org.apache.hadoop.hbase.quotas.GlobalQuotaSettings quotas) voidMasterCoprocessorHost.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.quotasModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.quotas.GlobalQuotaSettingsImplImplementation ofGlobalQuotaSettingsto hide the Protobuf messages we use internally.