Package | Description |
---|---|
org.apache.hadoop.hbase.quotas | |
org.apache.hadoop.hbase.quotas.policies |
Modifier and Type | Method and Description |
---|---|
void |
SpaceViolationPolicyEnforcement.check(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 . |
Modifier and Type | Method and Description |
---|---|
void |
DefaultViolationPolicyEnforcement.check(Mutation m) |
void |
NoInsertsViolationPolicyEnforcement.check(Mutation m) |
void |
MissingSnapshotViolationPolicyEnforcement.check(Mutation m) |
void |
NoWritesViolationPolicyEnforcement.check(Mutation m) |
void |
DisableTableViolationPolicyEnforcement.check(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) |
(package private) long |
AbstractViolationPolicyEnforcement.getFileSize(org.apache.hadoop.fs.FileSystem fs,
String path)
Computes the size of a single file on the filesystem.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.