Uses of Class
org.apache.hadoop.hbase.quotas.SpaceLimitingException
-
Uses of SpaceLimitingException in org.apache.hadoop.hbase.quotas
Modifier 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
Modifier 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.