Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
Packages that use org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
Package
Description
Provides HBase Client
- 
Uses of org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in org.apache.hadoop.hbase.clientMethods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotViewAdmin.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.org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotViewAdmin.getCurrentSpaceQuotaSnapshot(org.apache.hadoop.hbase.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 org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in inModifier and TypeMethodDescriptionCompletableFuture<? extends org.apache.hadoop.hbase.quotas.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 org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView>AsyncAdmin.getCurrentSpaceQuotaSnapshot(org.apache.hadoop.hbase.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<org.apache.hadoop.hbase.TableName,? extends org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView> Admin.getRegionServerSpaceQuotaSnapshots(org.apache.hadoop.hbase.ServerName serverName) Fetches the observedSpaceQuotaSnapshotViews observed by a RegionServer.CompletableFuture<? extends Map<org.apache.hadoop.hbase.TableName,? extends org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView>> AsyncAdmin.getRegionServerSpaceQuotaSnapshots(org.apache.hadoop.hbase.ServerName serverName) Fetches the observedSpaceQuotaSnapshotViews observed by a RegionServer.
- 
Uses of org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in org.apache.hadoop.hbase.quotasClasses in org.apache.hadoop.hbase.quotas that implement org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotA point-in-time view of a space quota on a table.