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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementSpaceViolationPolicyEnforcementFactory.create(org.apache.hadoop.hbase.regionserver.RegionServerServices rss, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot snapshot) Constructs the appropriateSpaceViolationPolicyEnforcementfor tables that are in violation of their space quota.org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementSpaceViolationPolicyEnforcementFactory.createWithoutViolation(org.apache.hadoop.hbase.regionserver.RegionServerServices rss, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot snapshot) Creates the "default"SpaceViolationPolicyEnforcementfor a table that isn't in violation.org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementActivePolicyEnforcement.getPolicyEnforcement(org.apache.hadoop.hbase.regionserver.Region r) Returns the properSpaceViolationPolicyEnforcementimplementation for the given table.org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementActivePolicyEnforcement.getPolicyEnforcement(org.apache.hadoop.hbase.TableName tableName) Returns the properSpaceViolationPolicyEnforcementimplementation 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 inModifier and TypeMethodDescriptionMap<org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement> ActivePolicyEnforcement.getPolicies()Returns an unmodifiable version of the activeSpaceViolationPolicyEnforcements.Constructor parameters in org.apache.hadoop.hbase.quotas with type arguments of type org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in inModifierConstructorDescriptionActivePolicyEnforcement(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 inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.quotas.policies.AbstractViolationPolicyEnforcementAbstract implementation forSpaceViolationPolicyEnforcement.classorg.apache.hadoop.hbase.quotas.policies.DefaultViolationPolicyEnforcementThe default implementation forSpaceViolationPolicyEnforcement.classorg.apache.hadoop.hbase.quotas.policies.DisableTableViolationPolicyEnforcementASpaceViolationPolicyEnforcementwhich disables the table.final classorg.apache.hadoop.hbase.quotas.policies.MissingSnapshotViolationPolicyEnforcementASpaceViolationPolicyEnforcementwhich can be treated as a singleton.classorg.apache.hadoop.hbase.quotas.policies.NoInsertsViolationPolicyEnforcementASpaceViolationPolicyEnforcementwhich disallows any inserts to the table.classorg.apache.hadoop.hbase.quotas.policies.NoWritesCompactionsViolationPolicyEnforcementASpaceViolationPolicyEnforcementimplementation which disables all updates and compactions.classorg.apache.hadoop.hbase.quotas.policies.NoWritesViolationPolicyEnforcementASpaceViolationPolicyEnforcementimplementation which disables all writes flowing into HBase.Methods in org.apache.hadoop.hbase.quotas.policies that return org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcementMissingSnapshotViolationPolicyEnforcement.getInstance()