All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
private org.apache.hadoop.hbase.client.ClientServiceCallable<Void> |
generateFileToLoad(org.apache.hadoop.hbase.TableName tn,
int numFiles,
int numRowsPerFile) |
private Map<org.apache.hadoop.hbase.client.RegionInfo,Long> |
getReportedSizesForTable(org.apache.hadoop.hbase.TableName tn) |
void |
removeAllQuotas() |
private void |
removeQuotaFromtable(org.apache.hadoop.hbase.TableName tn) |
private void |
setQuotaAndThenDropTable(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) |
private void |
setQuotaAndThenIncreaseQuota(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) |
private void |
setQuotaAndThenRemove(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) |
void |
setQuotaAndThenRemoveInOneAmongTwoTables(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) |
void |
setQuotaAndViolateNextSwitchPoliciesAndValidate(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy1,
org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy2) |
private void |
setQuotaLimit(org.apache.hadoop.hbase.TableName tn,
org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy,
long sizeInMBs) |
private void |
setQuotaNextDisableThenIncreaseFinallyEnable(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policy) |
static void |
setUp() |
static void |
tearDown() |
void |
testAtomicBulkLoadUnderQuota() |
void |
testDeletesAfterNoInserts() |
void |
testNoBulkLoadsWithNoWrites() |
void |
testNoCompactions() |
void |
testNoEnableAfterDisablePolicy() |
void |
testNoInsertsWithAppend() |
void |
testNoInsertsWithIncrement() |
void |
testNoInsertsWithPut() |
void |
testNoWritesWithAppend() |
void |
testNoWritesWithDelete() |
void |
testNoWritesWithIncrement() |
void |
testNoWritesWithPut() |
void |
testSetQuotaAndThenDisableIncrEnableWithDisable() |
void |
testSetQuotaAndThenDropTableWithDisable() |
void |
testSetQuotaAndThenDropTableWithNoInserts() |
void |
testSetQuotaAndThenDropTableWithNoWrite() |
void |
testSetQuotaAndThenDropTableWithNoWritesCompactions() |
void |
testSetQuotaAndThenIncreaseQuotaWithDisable() |
void |
testSetQuotaAndThenIncreaseQuotaWithNoInserts() |
void |
testSetQuotaAndThenIncreaseQuotaWithNoWrite() |
void |
testSetQuotaAndThenIncreaseQuotaWithNoWritesCompactions() |
void |
testSetQuotaAndThenRemoveInOneWithDisable() |
void |
testSetQuotaAndThenRemoveInOneWithNoInserts() |
void |
testSetQuotaAndThenRemoveInOneWithNoWrite() |
void |
testSetQuotaAndThenRemoveInOneWithNoWritesCompaction() |
void |
testSetQuotaAndThenRemoveWithDisable() |
void |
testSetQuotaAndThenRemoveWithNoInserts() |
void |
testSetQuotaAndThenRemoveWithNoWrite() |
void |
testSetQuotaAndThenRemoveWithNoWritesCompactions() |
void |
testSetQuotaFirstWithDisableNextAgainDisable() |
void |
testSetQuotaFirstWithDisableNextNoInserts() |
void |
testSetQuotaFirstWithDisableNextNoWrites() |
void |
testSetQuotaFirstWithDisableNextNoWritesCompaction() |
void |
testSetQuotaFirstWithNoWritesNextWithDisable() |
void |
testSetQuotaOnNonExistingTableWithDisable() |
void |
testSetQuotaOnNonExistingTableWithNoInserts() |
void |
testSetQuotaOnNonExistingTableWithNoWrites() |
void |
testSetQuotaOnNonExistingTableWithNoWritesCompaction() |
void |
testTableQuotaOverridesNamespaceQuota() |
private void |
verifyNoViolation(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policyToViolate,
org.apache.hadoop.hbase.TableName tn,
org.apache.hadoop.hbase.client.Mutation m) |
private void |
verifyViolation(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policyToViolate,
org.apache.hadoop.hbase.TableName tn,
org.apache.hadoop.hbase.client.Mutation m) |
private org.apache.hadoop.hbase.TableName |
writeUntilViolation(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policyToViolate) |
private org.apache.hadoop.hbase.TableName |
writeUntilViolationAndVerifyViolation(org.apache.hadoop.hbase.quotas.SpaceViolationPolicy policyToViolate,
org.apache.hadoop.hbase.client.Mutation m) |