Uses of Class
org.apache.hadoop.hbase.quotas.GlobalQuotaSettings
Packages that use GlobalQuotaSettings
Package
Description
Table of Contents
-
Uses of GlobalQuotaSettings in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type GlobalQuotaSettingsModifier and TypeMethodDescriptiondefault voidMasterObserver.postSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace, GlobalQuotaSettings quotas) Called after the quota for the namespace is stored.default voidMasterObserver.postSetRegionServerQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String regionServer, GlobalQuotaSettings quotas) Called after the quota for the region server is stored.default voidMasterObserver.postSetTableQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, GlobalQuotaSettings quotas) Called after the quota for the table is stored.default voidMasterObserver.postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, String namespace, GlobalQuotaSettings quotas) Called after the quota for the user on the specified namespace is stored.default voidMasterObserver.postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, GlobalQuotaSettings quotas) Called after the quota for the user is stored.default voidMasterObserver.postSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, TableName tableName, GlobalQuotaSettings quotas) Called after the quota for the user on the specified table is stored.default voidMasterObserver.preSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace, GlobalQuotaSettings quotas) Called before the quota for the namespace is stored.default voidMasterObserver.preSetRegionServerQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String regionServer, GlobalQuotaSettings quotas) Called before the quota for the region server is stored.default voidMasterObserver.preSetTableQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, GlobalQuotaSettings quotas) Called before the quota for the table is stored.default voidMasterObserver.preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, String namespace, GlobalQuotaSettings quotas) Called before the quota for the user on the specified namespace is stored.default voidMasterObserver.preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, GlobalQuotaSettings quotas) Called before the quota for the user is stored.default voidMasterObserver.preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, TableName tableName, GlobalQuotaSettings quotas) Called before the quota for the user on the specified table is stored. -
Uses of GlobalQuotaSettings in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master with parameters of type GlobalQuotaSettingsModifier and TypeMethodDescriptionvoidMasterCoprocessorHost.postSetNamespaceQuota(String namespace, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetRegionServerQuota(String regionServer, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetTableQuota(TableName table, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetUserQuota(String user, String namespace, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetUserQuota(String user, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.postSetUserQuota(String user, TableName table, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetNamespaceQuota(String namespace, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetRegionServerQuota(String regionServer, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetTableQuota(TableName table, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetUserQuota(String user, String namespace, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetUserQuota(String user, GlobalQuotaSettings quotas) voidMasterCoprocessorHost.preSetUserQuota(String user, TableName table, GlobalQuotaSettings quotas) -
Uses of GlobalQuotaSettings in org.apache.hadoop.hbase.quotas
Subclasses of GlobalQuotaSettings in org.apache.hadoop.hbase.quotasModifier and TypeClassDescriptionclassImplementation ofGlobalQuotaSettingsto hide the Protobuf messages we use internally. -
Uses of GlobalQuotaSettings in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access with parameters of type GlobalQuotaSettingsModifier and TypeMethodDescriptionvoidAccessController.preSetNamespaceQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace, GlobalQuotaSettings quotas) voidAccessController.preSetRegionServerQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String regionServer, GlobalQuotaSettings quotas) voidAccessController.preSetTableQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, GlobalQuotaSettings quotas) voidAccessController.preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, String namespace, GlobalQuotaSettings quotas) voidAccessController.preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, GlobalQuotaSettings quotas) voidAccessController.preSetUserQuota(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, TableName tableName, GlobalQuotaSettings quotas)