public class TestFileLink
extends java.lang.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 |
testLinkReadWithMissingFile() |
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 java.lang.Exception
java.lang.Exceptionpublic void testLinkReadWithMissingFile()
throws java.lang.Exception
java.lang.Exceptionpublic void testLocalLinkReadDuringRename()
throws java.io.IOException
java.io.IOExceptionpublic void testHDFSLinkReadDuringDelete()
throws java.lang.Exception
java.lang.Exception