public class TestCompoundConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.conf.Configuration |
baseConf |
private int |
baseConfSize |
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestCompoundConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
private org.apache.hadoop.hbase.util.Bytes |
strToIb(String s) |
void |
testBasicFunctionality() |
void |
testLaterConfigsOverrideEarlier() |
void |
testPut() |
void |
testWithConfig() |
void |
testWithIbwMap() |
void |
testWithStringMap() |
public static final HBaseClassTestRule CLASS_RULE
private org.apache.hadoop.conf.Configuration baseConf
private int baseConfSize
public TestCompoundConfiguration()
public void testBasicFunctionality() throws ClassNotFoundException
ClassNotFoundException
public void testPut()
public void testWithConfig()
public void testWithIbwMap()
public void testWithStringMap()
public void testLaterConfigsOverrideEarlier()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.