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. |
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 . |
Modifier and Type | Method and Description |
---|---|
private long |
DefaultViolationPolicyEnforcement.addSingleFile(org.apache.hadoop.fs.FileSystem fs,
String path) |
void |
DefaultViolationPolicyEnforcement.check(Mutation m) |
void |
MissingSnapshotViolationPolicyEnforcement.check(Mutation m) |
void |
DisableTableViolationPolicyEnforcement.check(Mutation m) |
void |
NoInsertsViolationPolicyEnforcement.check(Mutation m) |
void |
NoWritesViolationPolicyEnforcement.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.