Uses of Interface
org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement
Packages that use SpaceViolationPolicyEnforcement
- 
Uses of SpaceViolationPolicyEnforcement in org.apache.hadoop.hbase.quotasFields in org.apache.hadoop.hbase.quotas with type parameters of type SpaceViolationPolicyEnforcementModifier and TypeFieldDescriptionprivate final Map<TableName,SpaceViolationPolicyEnforcement> ActivePolicyEnforcement.activePoliciesprivate final ConcurrentHashMap<TableName,SpaceViolationPolicyEnforcement> RegionServerSpaceQuotaManager.enforcedPoliciesprivate final Map<TableName,SpaceViolationPolicyEnforcement> ActivePolicyEnforcement.locallyCachedPoliciesMethods in org.apache.hadoop.hbase.quotas that return SpaceViolationPolicyEnforcementModifier and TypeMethodDescriptionSpaceViolationPolicyEnforcementFactory.create(RegionServerServices rss, TableName tableName, SpaceQuotaSnapshot snapshot) Constructs the appropriateSpaceViolationPolicyEnforcementfor tables that are in violation of their space quota.SpaceViolationPolicyEnforcementFactory.createWithoutViolation(RegionServerServices rss, TableName tableName, SpaceQuotaSnapshot snapshot) Creates the "default"SpaceViolationPolicyEnforcementfor a table that isn't in violation.ActivePolicyEnforcement.getPolicyEnforcement(Region r) Returns the properSpaceViolationPolicyEnforcementimplementation for the given table.ActivePolicyEnforcement.getPolicyEnforcement(TableName tableName) Returns the properSpaceViolationPolicyEnforcementimplementation for the given table.Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type SpaceViolationPolicyEnforcementModifier and TypeMethodDescription(package private) Map<TableName,SpaceViolationPolicyEnforcement> RegionServerSpaceQuotaManager.copyActiveEnforcements()Returns the collection of tables which have quota violation policies enforced on this RegionServer.(package private) Map<TableName,SpaceViolationPolicyEnforcement> ActivePolicyEnforcement.getLocallyCachedPolicies()Returns an unmodifiable version of the policy enforcements that were cached because they are not in violation of their quota.ActivePolicyEnforcement.getPolicies()Returns an unmodifiable version of the activeSpaceViolationPolicyEnforcements.Constructor parameters in org.apache.hadoop.hbase.quotas with type arguments of type SpaceViolationPolicyEnforcementModifierConstructorDescriptionActivePolicyEnforcement(Map<TableName, SpaceViolationPolicyEnforcement> activePolicies, Map<TableName, SpaceQuotaSnapshot> snapshots, RegionServerServices rss) ActivePolicyEnforcement(Map<TableName, SpaceViolationPolicyEnforcement> activePolicies, Map<TableName, SpaceQuotaSnapshot> snapshots, RegionServerServices rss, SpaceViolationPolicyEnforcementFactory factory) 
- 
Uses of SpaceViolationPolicyEnforcement in org.apache.hadoop.hbase.quotas.policiesClasses in org.apache.hadoop.hbase.quotas.policies that implement SpaceViolationPolicyEnforcementModifier and TypeClassDescriptionclassAbstract implementation forSpaceViolationPolicyEnforcement.classThe default implementation forSpaceViolationPolicyEnforcement.classASpaceViolationPolicyEnforcementwhich disables the table.final classASpaceViolationPolicyEnforcementwhich can be treated as a singleton.classASpaceViolationPolicyEnforcementwhich disallows any inserts to the table.classASpaceViolationPolicyEnforcementimplementation which disables all updates and compactions.classASpaceViolationPolicyEnforcementimplementation which disables all writes flowing into HBase.Methods in org.apache.hadoop.hbase.quotas.policies that return SpaceViolationPolicyEnforcement