public class TestDynamicClassLoader extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.conf.Configuration |
conf |
private static org.slf4j.Logger |
LOG |
private static HBaseCommonTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestDynamicClassLoader() |
Modifier and Type | Method and Description |
---|---|
private void |
deleteClass(String className) |
void |
initializeConfiguration() |
void |
testLoadClassFromAnotherPath() |
void |
testLoadClassFromLocalPath() |
void |
testLoadClassFromLocalPathWithDynamicDirOff() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseCommonTestingUtility TEST_UTIL
private org.apache.hadoop.conf.Configuration conf
public TestDynamicClassLoader()
public void initializeConfiguration()
public void testLoadClassFromLocalPath() throws Exception
Exception
public void testLoadClassFromAnotherPath() throws Exception
Exception
public void testLoadClassFromLocalPathWithDynamicDirOff() throws Exception
Exception
private void deleteClass(String className) throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.