public class TestRegionServerAccounting extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static float |
DEFAULT_MEMSTORE_SIZE |
Constructor and Description |
---|
TestRegionServerAccounting() |
Modifier and Type | Method and Description |
---|---|
void |
setUpConf() |
void |
testOffheapMemstoreHigherWaterMarkLimitsDueToDataSize() |
void |
testOffheapMemstoreHigherWaterMarkLimitsDueToHeapSize() |
void |
testOffheapMemstoreLowerWaterMarkLimitsDueToDataSize() |
void |
testOffheapMemstoreLowerWaterMarkLimitsDueToHeapSize() |
void |
testOnheapMemstoreHigherWaterMarkLimits() |
void |
testOnheapMemstoreLowerWaterMarkLimits() |
public static final HBaseClassTestRule CLASS_RULE
private static final float DEFAULT_MEMSTORE_SIZE
private static org.apache.hadoop.conf.Configuration conf
public TestRegionServerAccounting()
public void setUpConf()
public void testOnheapMemstoreHigherWaterMarkLimits()
public void testOnheapMemstoreLowerWaterMarkLimits()
public void testOffheapMemstoreHigherWaterMarkLimitsDueToDataSize()
public void testOffheapMemstoreHigherWaterMarkLimitsDueToHeapSize()
public void testOffheapMemstoreLowerWaterMarkLimitsDueToDataSize()
public void testOffheapMemstoreLowerWaterMarkLimitsDueToHeapSize()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.