Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement

Packages that use org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
  • Uses of org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in org.apache.hadoop.hbase.quotas

    Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
    SpaceViolationPolicyEnforcementFactory.create(org.apache.hadoop.hbase.regionserver.RegionServerServices rss, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot snapshot)
    Constructs the appropriate SpaceViolationPolicyEnforcement for tables that are in violation of their space quota.
    org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
    SpaceViolationPolicyEnforcementFactory.createWithoutViolation(org.apache.hadoop.hbase.regionserver.RegionServerServices rss, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot snapshot)
    Creates the "default" SpaceViolationPolicyEnforcement for a table that isn't in violation.
    org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
    ActivePolicyEnforcement.getPolicyEnforcement(org.apache.hadoop.hbase.regionserver.Region r)
    Returns the proper SpaceViolationPolicyEnforcement implementation for the given table.
    org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
    ActivePolicyEnforcement.getPolicyEnforcement(org.apache.hadoop.hbase.TableName tableName)
    Returns the proper SpaceViolationPolicyEnforcement implementation for the given table.
    Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in in
    Modifier and Type
    Method
    Description
    Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement>
    ActivePolicyEnforcement.getPolicies()
    Returns an unmodifiable version of the active SpaceViolationPolicyEnforcements.
    Constructor parameters in org.apache.hadoop.hbase.quotas with type arguments of type org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in in
    Modifier
    Constructor
    Description
     
    ActivePolicyEnforcement(Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement> activePolicies, Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot> snapshots, org.apache.hadoop.hbase.regionserver.RegionServerServices rss)
     
     
    ActivePolicyEnforcement(Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement> activePolicies, Map<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot> snapshots, org.apache.hadoop.hbase.regionserver.RegionServerServices rss, org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementFactory factory)
     
  • Uses of org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in org.apache.hadoop.hbase.quotas.policies

    Classes in org.apache.hadoop.hbase.quotas.policies that implement org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
    Abstract implementation for SpaceViolationPolicyEnforcement.
    class 
    org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
    The default implementation for SpaceViolationPolicyEnforcement.
    class 
    org.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcement
    A SpaceViolationPolicyEnforcement which disables the table.
    final class 
    org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
    A SpaceViolationPolicyEnforcement which can be treated as a singleton.
    class 
    org.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcement
    A SpaceViolationPolicyEnforcement which disallows any inserts to the table.
    class 
    org.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcement
    A SpaceViolationPolicyEnforcement implementation which disables all updates and compactions.
    class 
    org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement
    A SpaceViolationPolicyEnforcement implementation which disables all writes flowing into HBase.
    Methods in org.apache.hadoop.hbase.quotas.policies that return org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
    MissingSnapshotViolationPolicyEnforcement.getInstance()