Package io.trino.tempto.process
Class LocalCliProcess
java.lang.Object
io.trino.tempto.internal.process.CliProcessBase
io.trino.tempto.process.LocalCliProcess
- All Implemented Interfaces:
CliProcess,Closeable,AutoCloseable
Wrapping class for
Process that helps interacting with CLI processes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Terminates process and closes all related streamsvoidwaitForWithTimeoutAndKill(Duration timeout) Methods inherited from class io.trino.tempto.internal.process.CliProcessBase
getProcessInput, hasNextError, hasNextErrorLine, hasNextErrorToken, hasNextOutput, hasNextOutputLine, hasNextOutputToken, nextErrorLine, nextErrorToken, nextOutputLine, nextOutputToken, readRemainingErrorLines, readRemainingOutputLines, waitForWithTimeoutAndKill
-
Constructor Details
-
LocalCliProcess
-
-
Method Details
-
waitForWithTimeoutAndKill
- Throws:
InterruptedException
-
close
public void close()Terminates process and closes all related streams- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classCliProcessBase
-