public class ShellSession extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getCWD() |
com.mapr.fs.MapRFileSystem |
getFS() |
org.apache.hadoop.fs.Path |
getHomeDir() |
org.ojai.json.JsonOptions |
getJsonOptions() |
SessionMode |
getMode() |
static ShellSession |
getSession() |
TableOptions |
getTableOptions() |
boolean |
inGlobalMode() |
boolean |
inTableMode() |
boolean |
isDebug() |
void |
setDebug(boolean isDebug) |
void |
setMode(SessionMode mode) |
void |
setMode(String mode) |
public org.apache.hadoop.fs.Path getHomeDir()
public com.mapr.fs.MapRFileSystem getFS()
public static ShellSession getSession()
public boolean isDebug()
public void setDebug(boolean isDebug)
public void setMode(String mode)
public void setMode(SessionMode mode)
public SessionMode getMode()
public boolean inGlobalMode()
public boolean inTableMode()
public org.apache.hadoop.fs.Path getCWD()
public org.ojai.json.JsonOptions getJsonOptions()
public TableOptions getTableOptions()
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.