Uses of Class
org.apache.hadoop.hbase.quotas.SpaceLimitingException
Packages that use org.apache.hadoop.hbase.quotas.SpaceLimitingException
-
Uses of org.apache.hadoop.hbase.quotas.SpaceLimitingException in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that throw org.apache.hadoop.hbase.quotas.SpaceLimitingException in inModifier and TypeMethodDescriptionvoidSpaceViolationPolicyEnforcement.check(org.apache.hadoop.hbase.client.Mutation m) Checks the givenMutationagainstthispolicy.longSpaceViolationPolicyEnforcement.computeBulkLoadSize(org.apache.hadoop.fs.FileSystem fs, List<String> paths) Computes the size of the file(s) at the given path againstthispolicy and the currentSpaceQuotaSnapshot. -
Uses of org.apache.hadoop.hbase.quotas.SpaceLimitingException in org.apache.hadoop.hbase.quotas.policies
Methods in org.apache.hadoop.hbase.quotas.policies that throw org.apache.hadoop.hbase.quotas.SpaceLimitingException in inModifier and TypeMethodDescriptionvoidDefaultViolationPolicyEnforcement.check(org.apache.hadoop.hbase.client.Mutation m) voidDisableTableViolationPolicyEnforcement.check(org.apache.hadoop.hbase.client.Mutation m) voidMissingSnapshotViolationPolicyEnforcement.check(org.apache.hadoop.hbase.client.Mutation m) voidNoInsertsViolationPolicyEnforcement.check(org.apache.hadoop.hbase.client.Mutation m) voidNoWritesViolationPolicyEnforcement.check(org.apache.hadoop.hbase.client.Mutation m) longDefaultViolationPolicyEnforcement.computeBulkLoadSize(org.apache.hadoop.fs.FileSystem fs, List<String> paths) longMissingSnapshotViolationPolicyEnforcement.computeBulkLoadSize(org.apache.hadoop.fs.FileSystem fs, List<String> paths)