public class TestIllegalTableDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOGGER |
org.junit.rules.TestName |
name |
protected static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestIllegalTableDescriptor() |
Modifier and Type | Method and Description |
---|---|
private void |
checkTableIsIllegal(org.apache.hadoop.hbase.HTableDescriptor htd) |
private void |
checkTableIsLegal(org.apache.hadoop.hbase.HTableDescriptor htd) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testIllegalTableDescriptor() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOGGER
protected static final HBaseTestingUtility TEST_UTIL
private static byte[] FAMILY
public org.junit.rules.TestName name
public TestIllegalTableDescriptor()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testIllegalTableDescriptor() throws Exception
Exception
private void checkTableIsLegal(org.apache.hadoop.hbase.HTableDescriptor htd) throws IOException
IOException
private void checkTableIsIllegal(org.apache.hadoop.hbase.HTableDescriptor htd) throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.