public class TestFileLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestFileLink() |
| Modifier and Type | Method and Description |
|---|---|
void |
testEquals() |
void |
testHashCode() |
void |
testHDFSLinkReadDuringDelete()
Test that link is still readable even when the current file gets deleted.
|
void |
testHDFSLinkReadDuringRename()
Test, on HDFS, that the FileLink is still readable
even when the current file gets renamed.
|
void |
testLinkReadWithMissingFile() |
void |
testLocalLinkReadDuringRename()
Test, on a local filesystem, that the FileLink is still readable
even when the current file gets renamed.
|
public static final HBaseClassTestRule CLASS_RULE
public TestFileLink()
public void testEquals()
public void testHashCode()
public void testHDFSLinkReadDuringRename() throws Exception
Exceptionpublic void testLinkReadWithMissingFile() throws Exception
Exceptionpublic void testLocalLinkReadDuringRename() throws IOException
IOExceptionpublic void testHDFSLinkReadDuringDelete() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.