public class MapRFSUtil
extends java.lang.Object
| Constructor and Description |
|---|
MapRFSUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
create(java.lang.String path,
boolean isDir) |
static boolean |
delete(java.lang.String path) |
static com.mapr.fs.MapRFileSystem |
getMapRFileSystem() |
static boolean |
isDir(java.lang.String path) |
static boolean |
pathExists(java.lang.String path) |
public static com.mapr.fs.MapRFileSystem getMapRFileSystem()
public static boolean isDir(java.lang.String path)
public static boolean pathExists(java.lang.String path)
public static boolean create(java.lang.String path,
boolean isDir)
public static boolean delete(java.lang.String path)