Package com.mapr.db.shell
Class ShellSession
java.lang.Object
com.mapr.db.shell.ShellSession
-
Method Summary
Modifier and TypeMethodDescriptionvoiderr_printf(String format, Object... args) voiderr_println(Object value) org.apache.hadoop.fs.PathgetCWD()org.ojai.Documentcom.mapr.fs.MapRFileSystemgetFS()org.apache.hadoop.fs.Pathorg.ojai.json.JsonOptionsgetMode()static ShellSessionbooleanbooleanbooleanisDebug()booleanvoidvoidsetDebug(boolean isDebug) setMode(SessionMode mode) setRawStreamScan(boolean value)
-
Method Details
-
getHomeDir
public org.apache.hadoop.fs.Path getHomeDir() -
getFS
public com.mapr.fs.MapRFileSystem getFS() -
getSession
-
getDebugOptions
public org.ojai.Document getDebugOptions() -
isDebug
public boolean isDebug() -
setDebug
-
isRawStreamScan
public boolean isRawStreamScan() -
setRawStreamScan
-
setMode
-
setMode
-
getMode
-
inGlobalMode
public boolean inGlobalMode() -
inTableMode
public boolean inTableMode() -
getCWD
public org.apache.hadoop.fs.Path getCWD() -
getJsonOptions
public org.ojai.json.JsonOptions getJsonOptions() -
getTableOptions
-
getCurrentUser
-
println
-
printf
-
err_println
-
err_printf
-
getOutStream
-
getErrorStream
-