Uses of Class
org.apache.hadoop.hbase.quotas.SpaceLimitingException
Packages that use SpaceLimitingException
-
Uses of SpaceLimitingException in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that throw SpaceLimitingExceptionModifier and TypeMethodDescriptionvoid
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 SpaceLimitingException in org.apache.hadoop.hbase.quotas.policies
Methods in org.apache.hadoop.hbase.quotas.policies that throw SpaceLimitingExceptionModifier and TypeMethodDescriptionvoid
void
void
void
void
long
DefaultViolationPolicyEnforcement.computeBulkLoadSize
(org.apache.hadoop.fs.FileSystem fs, List<String> paths) long
MissingSnapshotViolationPolicyEnforcement.computeBulkLoadSize
(org.apache.hadoop.fs.FileSystem fs, List<String> paths) (package private) long
AbstractViolationPolicyEnforcement.getFileSize
(org.apache.hadoop.fs.FileSystem fs, String path) Computes the size of a single file on the filesystem.