public class TestLowLatencySpaceQuotas extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.client.Admin |
admin |
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.client.Connection |
conn |
private static AtomicLong |
COUNTER |
private SpaceQuotaHelperForTests |
helper |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestLowLatencySpaceQuotas() |
Modifier and Type | Method and Description |
---|---|
private long |
getNumHFilesForRegion(org.apache.hadoop.hbase.regionserver.HRegion region) |
void |
removeAllQuotas() |
static void |
setup() |
static void |
tearDown() |
void |
testBulkLoading() |
void |
testFlushes() |
void |
testMajorCompaction() |
void |
testMinorCompaction() |
void |
testSnapshotSizes() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static final AtomicLong COUNTER
public org.junit.rules.TestName testName
private SpaceQuotaHelperForTests helper
private org.apache.hadoop.hbase.client.Connection conn
private org.apache.hadoop.hbase.client.Admin admin
public TestLowLatencySpaceQuotas()
public void removeAllQuotas() throws Exception
Exception
public void testFlushes() throws Exception
Exception
public void testMajorCompaction() throws Exception
Exception
public void testMinorCompaction() throws Exception
Exception
private long getNumHFilesForRegion(org.apache.hadoop.hbase.regionserver.HRegion region)
public void testBulkLoading() throws Exception
Exception
public void testSnapshotSizes() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.