public class TestDeadServer extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) org.apache.hadoop.hbase.ServerName |
hostname123 |
(package private) org.apache.hadoop.hbase.ServerName |
hostname123_2 |
(package private) org.apache.hadoop.hbase.ServerName |
hostname1234 |
(package private) org.apache.hadoop.hbase.ServerName |
hostname12345 |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestDeadServer() |
Modifier and Type | Method and Description |
---|---|
static void |
setupBeforeClass() |
static void |
tearDownAfterClass() |
void |
testClean() |
void |
testClearDeadServer() |
void |
testCrashProcedureReplay() |
void |
testIsDead() |
void |
testSortExtract() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
final org.apache.hadoop.hbase.ServerName hostname123
final org.apache.hadoop.hbase.ServerName hostname123_2
final org.apache.hadoop.hbase.ServerName hostname1234
final org.apache.hadoop.hbase.ServerName hostname12345
public TestDeadServer()
public static void setupBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testIsDead()
public void testCrashProcedureReplay()
public void testSortExtract()
public void testClean()
public void testClearDeadServer()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.