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
Exceptionpublic void testLoadClassFromAnotherPath() throws Exception
Exceptionpublic void testLoadClassFromLocalPathWithDynamicDirOff() throws Exception
Exceptionprivate void deleteClass(String className) throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.