Class PrestoCliProcess

  • All Implemented Interfaces:
    io.prestosql.tempto.process.CliProcess, java.io.Closeable, java.lang.AutoCloseable

    public final class PrestoCliProcess
    extends io.prestosql.tempto.process.LocalCliProcess
    • Constructor Summary

      Constructors 
      Constructor Description
      PrestoCliProcess​(java.lang.Process process)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> readLinesUntilPrompt()  
      void waitForPrompt()  
      • Methods inherited from class io.prestosql.tempto.process.LocalCliProcess

        close, waitForWithTimeoutAndKill
      • Methods inherited from class io.prestosql.tempto.internal.process.CliProcessBase

        getProcessInput, hasNextError, hasNextErrorLine, hasNextErrorToken, hasNextOutput, hasNextOutputLine, hasNextOutputToken, nextErrorLine, nextErrorToken, nextOutputLine, nextOutputToken, readRemainingErrorLines, readRemainingOutputLines, waitForWithTimeoutAndKill
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrestoCliProcess

        public PrestoCliProcess​(java.lang.Process process)
    • Method Detail

      • readLinesUntilPrompt

        public java.util.List<java.lang.String> readLinesUntilPrompt()
      • waitForPrompt

        public void waitForPrompt()