Class ExecuteStatementRequestBody

java.lang.Object
org.apache.flink.table.gateway.rest.message.statement.ExecuteStatementRequestBody
All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.RequestBody

public class ExecuteStatementRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
RequestBody for executing a statement.
  • Constructor Details

    • ExecuteStatementRequestBody

      public ExecuteStatementRequestBody(String statement)
    • ExecuteStatementRequestBody

      public ExecuteStatementRequestBody(String statement, @Nullable Long timeout, @Nullable Map<String,String> executionConfig)
  • Method Details

    • getStatement

      public String getStatement()
    • getTimeout

      @Nullable public Long getTimeout()
    • getExecutionConfig

      @Nullable public Map<String,String> getExecutionConfig()