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 static HBaseTestingUtility |
UTIL |
Constructor and Description |
---|
TestFSTableDescriptors() |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.fs.Path |
assertWriteAndReadSequenceId(int i) |
void |
testCacheConsistency() |
void |
testCreateAndUpdate() |
void |
testCreateTableDescriptorUpdatesIfExistsAlready() |
void |
testFormatTableInfoSequenceId() |
void |
testGetAll() |
void |
testGetAllOrdering() |
void |
testNoSuchTable() |
void |
testReadingHTDFromFS() |
void |
testReadingInvalidDirectoryFromFS() |
void |
testReadingOldHTDFromFS() |
void |
testRegexAgainstOldStyleTableInfo() |
void |
testRemoves() |
void |
testSequenceIdAdvancesOnTableInfo() |
void |
testTableDescriptors() |
void |
testTableDescriptorsNoCache() |
void |
testTableInfoFileStatusComparator() |
void |
testUpdates() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static final org.slf4j.Logger LOG
public org.junit.rules.TestName name
public TestFSTableDescriptors()
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 testReadingOldHTDFromFS() throws IOException, org.apache.hadoop.hbase.exceptions.DeserializationException
IOException
org.apache.hadoop.hbase.exceptions.DeserializationException
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
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.