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 TypeMethodDescriptionvoidChecks 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 SpaceLimitingException in org.apache.hadoop.hbase.quotas.policies
Methods in org.apache.hadoop.hbase.quotas.policies that throw SpaceLimitingExceptionModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidlongDefaultViolationPolicyEnforcement.computeBulkLoadSize(org.apache.hadoop.fs.FileSystem fs, List<String> paths) longMissingSnapshotViolationPolicyEnforcement.computeBulkLoadSize(org.apache.hadoop.fs.FileSystem fs, List<String> paths) (package private) longAbstractViolationPolicyEnforcement.getFileSize(org.apache.hadoop.fs.FileSystem fs, String path) Computes the size of a single file on the filesystem.