Packages that use org.apache.hadoop.hbase.quotas.SpaceLimitingException
-
Uses of org.apache.hadoop.hbase.quotas.SpaceLimitingException in org.apache.hadoop.hbase.quotas
void
SpaceViolationPolicyEnforcement.check(org.apache.hadoop.hbase.client.Mutation m)
Checks the given Mutation
against this
policy.
long
SpaceViolationPolicyEnforcement.computeBulkLoadSize(org.apache.hadoop.fs.FileSystem fs,
List<String> paths)
Computes the size of the file(s) at the given path against this
policy and the
current SpaceQuotaSnapshot
.
-
void
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)