diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-12-17 01:25:02 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-12-17 01:25:02 -0800 |
| commit | d11cfdb356d93e1d0dfba739dee9458a43b67e19 (patch) | |
| tree | d68a38828199649a4c7508cde604614c19e639fd /other/java/hdfs/src | |
| parent | 52712782a215d2e4eebcc8de07dde2b08f7c61c1 (diff) | |
| download | seaweedfs-d11cfdb356d93e1d0dfba739dee9458a43b67e19.tar.xz seaweedfs-d11cfdb356d93e1d0dfba739dee9458a43b67e19.zip | |
paginate through large folders
Diffstat (limited to 'other/java/hdfs/src')
| -rw-r--r-- | other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java b/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java index 7d992a7a1..2a0ef78af 100644 --- a/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java +++ b/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java @@ -310,9 +310,6 @@ public class SeaweedFileSystem extends org.apache.hadoop.fs.FileSystem { getClass().getSimpleName() + " FileSystem implementation"); } - /** - * See {@link FileContext#createSymlink(Path, Path, boolean)}. - */ @Override public void createSymlink(final Path target, final Path link, final boolean createParent) throws AccessControlException, @@ -324,10 +321,6 @@ public class SeaweedFileSystem extends org.apache.hadoop.fs.FileSystem { "Filesystem does not support symlinks!"); } - /** - * See {@link AbstractFileSystem#supportsSymlinks()}. - */ - @Override public boolean supportsSymlinks() { return false; } |
