Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
-
Uses of org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in org.apache.hadoop.hbase.quotas
Modifier and TypeMethodDescriptionorg.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 appropriateSpaceViolationPolicyEnforcement
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 properSpaceViolationPolicyEnforcement
implementation for the given table.org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
ActivePolicyEnforcement.getPolicyEnforcement
(org.apache.hadoop.hbase.TableName tableName) Returns the properSpaceViolationPolicyEnforcement
implementation for the given table.Modifier and TypeMethodDescriptionMap<org.apache.hadoop.hbase.TableName,
org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement> ActivePolicyEnforcement.getPolicies()
Returns an unmodifiable version of the activeSpaceViolationPolicyEnforcement
s.ModifierConstructorDescriptionActivePolicyEnforcement
(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
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcement
Abstract implementation forSpaceViolationPolicyEnforcement
.class
org.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcement
The default implementation forSpaceViolationPolicyEnforcement
.class
org.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcement
ASpaceViolationPolicyEnforcement
which disables the table.final class
org.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcement
ASpaceViolationPolicyEnforcement
which can be treated as a singleton.class
org.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcement
ASpaceViolationPolicyEnforcement
which disallows any inserts to the table.class
org.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcement
ASpaceViolationPolicyEnforcement
implementation which disables all updates and compactions.class
org.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcement
ASpaceViolationPolicyEnforcement
implementation which disables all writes flowing into HBase.Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
MissingSnapshotViolationPolicyEnforcement.getInstance()