| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.quotas.policies |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SpaceViolationPolicyEnforcement.check(Mutation m)
Checks the given
Mutation against this policy. |
void |
SpaceViolationPolicyEnforcement.checkBulkLoad(org.apache.hadoop.fs.FileSystem fs,
List<String> paths)
Checks the file at the given path against
this policy and the current
SpaceQuotaSnapshot. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NoWritesViolationPolicyEnforcement.check(Mutation m) |
void |
MissingSnapshotViolationPolicyEnforcement.check(Mutation m) |
void |
DisableTableViolationPolicyEnforcement.check(Mutation m) |
void |
NoInsertsViolationPolicyEnforcement.check(Mutation m) |
void |
DefaultViolationPolicyEnforcement.check(Mutation m) |
void |
DefaultViolationPolicyEnforcement.checkBulkLoad(org.apache.hadoop.fs.FileSystem fs,
List<String> paths) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.