public class ShellSession extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
getCWD() |
org.ojai.Document |
getDebugOptions() |
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() |
boolean |
isRawStreamScan() |
ShellSession |
setDebug(boolean isDebug) |
ShellSession |
setMode(SessionMode mode) |
ShellSession |
setMode(String mode) |
ShellSession |
setRawStreamScan(boolean value) |
public org.apache.hadoop.fs.Path getHomeDir()
public com.mapr.fs.MapRFileSystem getFS()
public static ShellSession getSession()
public org.ojai.Document getDebugOptions()
public boolean isDebug()
public ShellSession setDebug(boolean isDebug)
public boolean isRawStreamScan()
public ShellSession setRawStreamScan(boolean value)
public ShellSession setMode(String mode)
public ShellSession 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 © 2018 Mapr Technologies, Inc.. All rights reserved.