Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
Packages that use SpaceQuotaSnapshotView
Package
Description
Provides HBase Client
-
Uses of SpaceQuotaSnapshotView in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return SpaceQuotaSnapshotViewModifier and TypeMethodDescriptionAdmin.getCurrentSpaceQuotaSnapshot(String namespace) Returns the Master's view of a quota on the givennamespaceor null if the Master has no quota information on that namespace.Admin.getCurrentSpaceQuotaSnapshot(TableName tableName) Returns the Master's view of a quota on the giventableNameor null if the Master has no quota information on that table.Methods in org.apache.hadoop.hbase.client that return types with arguments of type SpaceQuotaSnapshotViewModifier and TypeMethodDescriptionCompletableFuture<? extends SpaceQuotaSnapshotView>AsyncAdmin.getCurrentSpaceQuotaSnapshot(String namespace) Returns the Master's view of a quota on the givennamespaceor null if the Master has no quota information on that namespace.CompletableFuture<? extends SpaceQuotaSnapshotView>AsyncAdmin.getCurrentSpaceQuotaSnapshot(TableName tableName) Returns the Master's view of a quota on the giventableNameor null if the Master has no quota information on that table.Map<TableName,? extends SpaceQuotaSnapshotView> Admin.getRegionServerSpaceQuotaSnapshots(ServerName serverName) Fetches the observedSpaceQuotaSnapshotViews observed by a RegionServer.CompletableFuture<? extends Map<TableName,? extends SpaceQuotaSnapshotView>> AsyncAdmin.getRegionServerSpaceQuotaSnapshots(ServerName serverName) Fetches the observedSpaceQuotaSnapshotViews observed by a RegionServer. -
Uses of SpaceQuotaSnapshotView in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement SpaceQuotaSnapshotViewModifier and TypeClassDescriptionclassA point-in-time view of a space quota on a table.