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) |
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 matchingFileSystem(org.apache.hadoop.fs.Path source,
String[] options,
org.apache.hadoop.conf.Configuration conf)
throws IOException
IOExceptionCopyright © 2015 Apache Accumulo Project. All rights reserved.