public class TestSpaceQuotaOnNonExistingTables extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private SpaceQuotaHelperForTests |
helper |
private org.apache.hadoop.hbase.TableName |
NON_EXISTENT_TABLE |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestSpaceQuotaOnNonExistingTables() |
Modifier and Type | Method and Description |
---|---|
void |
removeAllQuotas() |
static void |
setUp() |
static void |
tearDown() |
void |
testSetQuotaOnNonExistingTableWithDisable() |
void |
testSetQuotaOnNonExistingTableWithNoInserts() |
void |
testSetQuotaOnNonExistingTableWithNoWrites() |
void |
testSetQuotaOnNonExistingTableWithNoWritesCompaction() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private final org.apache.hadoop.hbase.TableName NON_EXISTENT_TABLE
public org.junit.rules.TestName testName
private SpaceQuotaHelperForTests helper
public TestSpaceQuotaOnNonExistingTables()
public void removeAllQuotas() throws Exception
Exception
public void testSetQuotaOnNonExistingTableWithNoInserts() throws Exception
Exception
public void testSetQuotaOnNonExistingTableWithNoWrites() throws Exception
Exception
public void testSetQuotaOnNonExistingTableWithNoWritesCompaction() throws Exception
Exception
public void testSetQuotaOnNonExistingTableWithDisable() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.