Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
Package
Description
Provides HBase Client
-
Uses of SpaceQuotaSnapshotView in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAdmin.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.Admin.getCurrentSpaceQuotaSnapshot
(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.AdminOverAsyncAdmin.getCurrentSpaceQuotaSnapshot
(String namespace) AdminOverAsyncAdmin.getCurrentSpaceQuotaSnapshot
(TableName tableName) Modifier and TypeMethodDescriptionCompletableFuture<? extends 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 SpaceQuotaSnapshotView>
AsyncAdmin.getCurrentSpaceQuotaSnapshot
(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<TableName,
? extends SpaceQuotaSnapshotView> Admin.getRegionServerSpaceQuotaSnapshots
(ServerName serverName) Fetches the observedSpaceQuotaSnapshotView
s observed by a RegionServer.Map<TableName,
? extends SpaceQuotaSnapshotView> AdminOverAsyncAdmin.getRegionServerSpaceQuotaSnapshots
(ServerName serverName) CompletableFuture<? extends Map<TableName,
? extends SpaceQuotaSnapshotView>> AsyncAdmin.getRegionServerSpaceQuotaSnapshots
(ServerName serverName) Fetches the observedSpaceQuotaSnapshotView
s observed by a RegionServer. -
Uses of SpaceQuotaSnapshotView in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
A point-in-time view of a space quota on a table.