Uses of Interface
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
Modifier 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.Modifier 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
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
A point-in-time view of a space quota on a table.