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 void
MasterObserver.postSetNamespaceQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace, GlobalQuotaSettings quotas) Called after the quota for the namespace is stored.default void
MasterObserver.postSetRegionServerQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String regionServer, GlobalQuotaSettings quotas) Called after the quota for the region server is stored.default void
MasterObserver.postSetTableQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, GlobalQuotaSettings quotas) Called after the quota for the table is stored.default void
MasterObserver.postSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, String namespace, GlobalQuotaSettings quotas) Called after the quota for the user on the specified namespace is stored.default void
MasterObserver.postSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, GlobalQuotaSettings quotas) Called after the quota for the user is stored.default void
MasterObserver.postSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, TableName tableName, GlobalQuotaSettings quotas) Called after the quota for the user on the specified table is stored.default void
MasterObserver.preSetNamespaceQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace, GlobalQuotaSettings quotas) Called before the quota for the namespace is stored.default void
MasterObserver.preSetRegionServerQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String regionServer, GlobalQuotaSettings quotas) Called before the quota for the region server is stored.default void
MasterObserver.preSetTableQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, GlobalQuotaSettings quotas) Called before the quota for the table is stored.default void
MasterObserver.preSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, String namespace, GlobalQuotaSettings quotas) Called before the quota for the user on the specified namespace is stored.default void
MasterObserver.preSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, GlobalQuotaSettings quotas) Called before the quota for the user is stored.default void
MasterObserver.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 TypeMethodDescriptionvoid
MasterCoprocessorHost.postSetNamespaceQuota
(String namespace, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.postSetRegionServerQuota
(String regionServer, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.postSetTableQuota
(TableName table, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.postSetUserQuota
(String user, String namespace, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.postSetUserQuota
(String user, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.postSetUserQuota
(String user, TableName table, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.preSetNamespaceQuota
(String namespace, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.preSetRegionServerQuota
(String regionServer, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.preSetTableQuota
(TableName table, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.preSetUserQuota
(String user, String namespace, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.preSetUserQuota
(String user, GlobalQuotaSettings quotas) void
MasterCoprocessorHost.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 TypeClassDescriptionclass
Implementation ofGlobalQuotaSettings
to 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 TypeMethodDescriptionvoid
AccessController.preSetNamespaceQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String namespace, GlobalQuotaSettings quotas) void
AccessController.preSetRegionServerQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String regionServer, GlobalQuotaSettings quotas) void
AccessController.preSetTableQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, TableName tableName, GlobalQuotaSettings quotas) void
AccessController.preSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, String namespace, GlobalQuotaSettings quotas) void
AccessController.preSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, GlobalQuotaSettings quotas) void
AccessController.preSetUserQuota
(ObserverContext<MasterCoprocessorEnvironment> ctx, String userName, TableName tableName, GlobalQuotaSettings quotas)