org.apache.accumulo.server.fs
public class ViewFSUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
VIEWFS_CLASSNAME |
| Constructor and Description |
|---|
ViewFSUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isViewFS(org.apache.hadoop.fs.FileSystem fs) |
static boolean |
isViewFS(org.apache.hadoop.fs.Path source,
org.apache.hadoop.conf.Configuration conf) |
static boolean |
isViewFSSupported() |
static org.apache.hadoop.fs.Path |
matchingFileSystem(org.apache.hadoop.fs.Path source,
String[] options,
org.apache.hadoop.conf.Configuration conf) |
static org.apache.hadoop.fs.Path |
resolvePath(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path) |
public static final String VIEWFS_CLASSNAME
public static boolean isViewFSSupported()
public static boolean isViewFS(org.apache.hadoop.fs.Path source,
org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionpublic static boolean isViewFS(org.apache.hadoop.fs.FileSystem fs)
public static org.apache.hadoop.fs.Path resolvePath(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path path)
throws IOException
IOExceptionpublic static org.apache.hadoop.fs.Path matchingFileSystem(org.apache.hadoop.fs.Path source,
String[] options,
org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.