public class TestClassLoading extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestClassLoading.TestMasterCoprocessor |
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestClassLoading() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testClassLoadingFromHDFS() |
void |
testClassLoadingFromLibDirInJar() |
void |
testClassLoadingFromLocalFS() |
void |
testClassLoadingFromRelativeLibDirInJar() |
void |
testHBase3810() |
void |
testMasterCoprocessorsReported() |
void |
testPrivateClassLoader() |
void |
testRegionServerCoprocessorsReported() |
public static final HBaseClassTestRule CLASS_RULE
public TestClassLoading()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testClassLoadingFromHDFS() throws Exception
Exceptionpublic void testClassLoadingFromLocalFS() throws Exception
Exceptionpublic void testPrivateClassLoader() throws Exception
Exceptionpublic void testHBase3810() throws Exception
Exceptionpublic void testClassLoadingFromLibDirInJar() throws Exception
Exceptionpublic void testClassLoadingFromRelativeLibDirInJar() throws Exception
Exceptionpublic void testRegionServerCoprocessorsReported() throws Exception
Exceptionpublic void testMasterCoprocessorsReported()
Copyright © 2007–2019 Cloudera. All rights reserved.