Class 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 Detail

      • ExecuteStatementRequestBody

        public ExecuteStatementRequestBody​(String statement)
      • ExecuteStatementRequestBody

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

      • getStatement

        public String getStatement()
      • getTimeout

        @Nullable
        public Long getTimeout()
      • getExecutionConfig

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