public class TestServerInternalsTracing extends Object
Modifier and Type | Class and Description |
---|---|
private static class |
TestServerInternalsTracing.Noop |
private static class |
TestServerInternalsTracing.Setup
Wait for the underlying cluster to come up -- defined by meta being available.
|
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
static org.junit.rules.TestRule |
classRule |
private static org.slf4j.Logger |
LOG |
private static String |
NO_PARENT_ID |
private static List<io.opentelemetry.sdk.trace.data.SpanData> |
spans |
Constructor and Description |
---|
TestServerInternalsTracing() |
Modifier and Type | Method and Description |
---|---|
void |
testHMasterBecomeActiveMaster() |
void |
testHMasterConstructor() |
void |
testHMasterExitingMainLoop() |
void |
testHMasterShutdown() |
void |
testHRegionServerConstructor() |
void |
testHRegionServerExitingMainLoop() |
void |
testHRegionServerPreRegistrationInitialization() |
void |
testHRegionServerRegisterWithMaster() |
void |
testHRegionServerStartup() |
void |
testTryRegionServerReport() |
void |
testZKWatcherHMaster() |
void |
testZKWatcherRegionServer() |
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
private static final String NO_PARENT_ID
public static org.junit.rules.TestRule classRule
public TestServerInternalsTracing()
public void testHMasterConstructor()
public void testHMasterBecomeActiveMaster()
public void testZKWatcherHMaster()
public void testHMasterShutdown()
public void testHMasterExitingMainLoop()
public void testTryRegionServerReport()
public void testHRegionServerStartup()
public void testHRegionServerConstructor()
public void testHRegionServerPreRegistrationInitialization()
public void testHRegionServerRegisterWithMaster()
public void testZKWatcherRegionServer()
public void testHRegionServerExitingMainLoop()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.