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 TypeMethodDescriptionvoid
SpaceViolationPolicyEnforcement.check
(org.apache.hadoop.hbase.client.Mutation m) Checks the givenMutation
againstthis
policy.long
SpaceViolationPolicyEnforcement.computeBulkLoadSize
(org.apache.hadoop.fs.FileSystem fs, List<String> paths) Computes the size of the file(s) at the given path againstthis
policy 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 TypeMethodDescriptionvoid
DefaultViolationPolicyEnforcement.check
(org.apache.hadoop.hbase.client.Mutation m) void
DisableTableViolationPolicyEnforcement.check
(org.apache.hadoop.hbase.client.Mutation m) void
MissingSnapshotViolationPolicyEnforcement.check
(org.apache.hadoop.hbase.client.Mutation m) void
NoInsertsViolationPolicyEnforcement.check
(org.apache.hadoop.hbase.client.Mutation m) void
NoWritesViolationPolicyEnforcement.check
(org.apache.hadoop.hbase.client.Mutation m) long
DefaultViolationPolicyEnforcement.computeBulkLoadSize
(org.apache.hadoop.fs.FileSystem fs, List<String> paths) long
MissingSnapshotViolationPolicyEnforcement.computeBulkLoadSize
(org.apache.hadoop.fs.FileSystem fs, List<String> paths)