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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView
    Admin.getCurrentSpaceQuotaSnapshot(String namespace)
    Returns the Master's view of a quota on the given namespace 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 given tableName 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 in
    Modifier and Type
    Method
    Description
    CompletableFuture<? extends org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshotView>
    AsyncAdmin.getCurrentSpaceQuotaSnapshot(String namespace)
    Returns the Master's view of a quota on the given namespace 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 given tableName 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 observed SpaceQuotaSnapshotViews 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 observed SpaceQuotaSnapshotViews 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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot
    A point-in-time view of a space quota on a table.