| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.quotas | 
| Modifier and Type | Method and Description | 
|---|---|
| SpaceQuotaSnapshotView | Admin. getCurrentSpaceQuotaSnapshot(String namespace)Returns the Master's view of a quota on the given  namespaceor null if the Master has
 no quota information on that namespace. | 
| SpaceQuotaSnapshotView | Admin. getCurrentSpaceQuotaSnapshot(TableName tableName)Returns the Master's view of a quota on the given  tableNameor null if the Master has
 no quota information on that table. | 
| Modifier and Type | Method and Description | 
|---|---|
| CompletableFuture<? extends SpaceQuotaSnapshotView> | AsyncAdmin. getCurrentSpaceQuotaSnapshot(String namespace)Returns the Master's view of a quota on the given  namespaceor 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 given  tableNameor null if the Master has
 no quota information on that table. | 
| Map<TableName,? extends SpaceQuotaSnapshotView> | Admin. getRegionServerSpaceQuotaSnapshots(ServerName serverName)Fetches the observed  SpaceQuotaSnapshotViews observed by a RegionServer. | 
| CompletableFuture<? extends Map<TableName,? extends SpaceQuotaSnapshotView>> | AsyncAdmin. getRegionServerSpaceQuotaSnapshots(ServerName serverName)Fetches the observed  SpaceQuotaSnapshotViews observed by a RegionServer. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpaceQuotaSnapshotA point-in-time view of a space quota on a table. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.