Class DefaultViolationPolicyEnforcement

java.lang.Object
org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
All Implemented Interfaces:
SpaceViolationPolicyEnforcement
Direct Known Subclasses:
DisableTableViolationPolicyEnforcement, NoInsertsViolationPolicyEnforcement, NoWritesViolationPolicyEnforcement

The default implementation for SpaceViolationPolicyEnforcement. This is done because all tables, whether or not they're in violation now, should be checking bulk loads to proactively catch a swell of files that would push the table into violation.