org.apache.hadoop.hbase.util
Class FSUtils
java.lang.Object
org.apache.hadoop.hbase.util.FSUtils
public class FSUtils
- extends Object
Utility methods for interacting with the underlying file system.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isFileSystemAvailable
public static boolean isFileSystemAvailable(FileSystem fs)
- Checks to see if the specified file system is available
- Parameters:
fs
-
- Returns:
- true if the specified file system is available.
Copyright © 2006 The Apache Software Foundation