org.apache.hadoop.hbase.util
Class FSUtils

java.lang.Object
  extended by org.apache.hadoop.hbase.util.FSUtils

public class FSUtils
extends Object

Utility methods for interacting with the underlying file system.


Method Summary
static boolean isFileSystemAvailable(FileSystem fs)
          Checks to see if the specified file system is available
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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