public class TestFileLink extends Object
| 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 |
testLocalLinkReadDuringRename()
Test, on a local filesystem, that the FileLink is still readable
even when the current file gets renamed.
|
public void testEquals()
public void testHashCode()
public void testHDFSLinkReadDuringRename()
throws Exception
Exceptionpublic void testLocalLinkReadDuringRename()
throws IOException
IOExceptionpublic void testHDFSLinkReadDuringDelete()
throws Exception
Exception