public class TestDisabledWAL extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private byte[] |
fam |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private org.apache.hadoop.hbase.client.Table |
table |
private org.apache.hadoop.hbase.TableName |
tableName |
(package private) static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestDisabledWAL() |
Modifier and Type | Method and Description |
---|---|
static void |
afterClass() |
static void |
beforeClass() |
void |
cleanup() |
void |
setup() |
void |
testDisabledWAL() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
private static final org.slf4j.Logger LOG
static final HBaseTestingUtility TEST_UTIL
private org.apache.hadoop.hbase.client.Table table
private org.apache.hadoop.hbase.TableName tableName
private byte[] fam
public TestDisabledWAL()
public static void beforeClass() throws Exception
Exception
public static void afterClass() throws Exception
Exception
public void testDisabledWAL() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.