public class TestCachedMobFile extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.io.hfile.CacheConfig |
cacheConf |
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
private static long |
EXPECTED_REFERENCE_ONE |
private static long |
EXPECTED_REFERENCE_TWO |
private static long |
EXPECTED_REFERENCE_ZERO |
private static String |
FAMILY1 |
private static String |
FAMILY2 |
(package private) static org.slf4j.Logger |
LOG |
private static HBaseTestingUtility |
TEST_UTIL |
org.junit.rules.TestName |
testName |
Constructor and Description |
---|
TestCachedMobFile() |
Modifier and Type | Method and Description |
---|---|
void |
testCompare() |
void |
testOpenClose() |
void |
testReadKeyValue() |
public static final HBaseClassTestRule CLASS_RULE
static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private org.apache.hadoop.conf.Configuration conf
private org.apache.hadoop.hbase.io.hfile.CacheConfig cacheConf
private static final String FAMILY1
private static final String FAMILY2
private static final long EXPECTED_REFERENCE_ZERO
private static final long EXPECTED_REFERENCE_ONE
private static final long EXPECTED_REFERENCE_TWO
public org.junit.rules.TestName testName
public TestCachedMobFile()
public void testOpenClose() throws Exception
Exception
public void testCompare() throws Exception
Exception
public void testReadKeyValue() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.