Class ShellSession

java.lang.Object
com.mapr.db.shell.ShellSession

public class ShellSession extends Object
  • Method Details

    • getHomeDir

      public org.apache.hadoop.fs.Path getHomeDir()
    • getFS

      public com.mapr.fs.MapRFileSystem getFS()
    • getSession

      public static ShellSession getSession()
    • getDebugOptions

      public org.ojai.Document getDebugOptions()
    • isDebug

      public boolean isDebug()
    • setDebug

      public ShellSession setDebug(boolean isDebug)
    • isRawStreamScan

      public boolean isRawStreamScan()
    • setRawStreamScan

      public ShellSession setRawStreamScan(boolean value)
    • setMode

      public ShellSession setMode(String mode)
    • setMode

      public ShellSession setMode(SessionMode mode)
    • getMode

      public SessionMode 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

      public TableOptions getTableOptions()
    • getCurrentUser

      public String getCurrentUser()
    • println

      public void println(Object value)
    • printf

      public void printf(String format, Object... args)
    • err_println

      public void err_println(Object value)
    • err_printf

      public void err_printf(String format, Object... args)
    • getOutStream

      public PrintStream getOutStream()
    • getErrorStream

      public PrintStream getErrorStream()