public class TestFSTableDescriptors extends Object
FSTableDescriptors
.Modifier and Type | Class and Description |
---|---|
private static class |
TestFSTableDescriptors.FSTableDescriptorsTest |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private org.apache.hadoop.fs.Path |
testDir |
private static HBaseCommonTestingUtility |
UTIL |
Constructor and Description |
---|
TestFSTableDescriptors() |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.fs.Path |
assertWriteAndReadSequenceId(int i) |
void |
setUp() |
static void |
tearDownAfterClass() |
void |
testCacheConsistency() |
void |
testCreateAndUpdate() |
void |
testCreateTableDescriptorUpdatesIfExistsAlready() |
void |
testFormatTableInfoSequenceId() |
void |
testGetAll() |
void |
testGetAllOrdering() |
void |
testIgnoreBrokenTableDescriptorFiles() |
void |
testNoSuchTable() |
void |
testReadingHTDFromFS() |
void |
testReadingInvalidDirectoryFromFS() |
void |
testRegexAgainstOldStyleTableInfo() |
void |
testRemoves() |
void |
testSequenceIdAdvancesOnTableInfo() |
void |
testTableDescriptors() |
void |
testTableDescriptorsNoCache() |
void |
testTableInfoFileStatusComparator() |
void |
testUpdates() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseCommonTestingUtility UTIL
private static final org.slf4j.Logger LOG
public org.junit.rules.TestName name
private org.apache.hadoop.fs.Path testDir
public TestFSTableDescriptors()
public void setUp()
public static void tearDownAfterClass()
public void testRegexAgainstOldStyleTableInfo()
public void testCreateAndUpdate() throws IOException
IOException
public void testSequenceIdAdvancesOnTableInfo() throws IOException
IOException
public void testFormatTableInfoSequenceId()
private org.apache.hadoop.fs.Path assertWriteAndReadSequenceId(int i)
public void testRemoves() throws IOException
IOException
public void testReadingHTDFromFS() throws IOException
IOException
public void testTableDescriptors() throws IOException, InterruptedException
IOException
InterruptedException
public void testTableDescriptorsNoCache() throws IOException, InterruptedException
IOException
InterruptedException
public void testGetAll() throws IOException, InterruptedException
IOException
InterruptedException
public void testGetAllOrdering() throws Exception
Exception
public void testCacheConsistency() throws IOException, InterruptedException
IOException
InterruptedException
public void testNoSuchTable() throws IOException
IOException
public void testUpdates() throws IOException
IOException
public void testTableInfoFileStatusComparator()
public void testReadingInvalidDirectoryFromFS() throws IOException
IOException
public void testCreateTableDescriptorUpdatesIfExistsAlready() throws IOException
IOException
public void testIgnoreBrokenTableDescriptorFiles() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.