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.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
Admin.getCurrentSpaceQuotaSnapshot
(String namespace) Returns the Master's view of a quota on the givennamespace
or null if the Master has no quota information on that namespace.org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
Admin.getCurrentSpaceQuotaSnapshot
(org.apache.hadoop.hbase.TableName tableName) Returns the Master's view of a quota on the giventableName
or 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 givennamespace
or 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 giventableName
or 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 observedSpaceQuotaSnapshotView
s 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 observedSpaceQuotaSnapshotView
s observed by a RegionServer. -
Uses of org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
A point-in-time view of a space quota on a table.