Class CompleteStatementRequestBody

  • All Implemented Interfaces:
    org.apache.flink.runtime.rest.messages.RequestBody

    public class CompleteStatementRequestBody
    extends Object
    implements org.apache.flink.runtime.rest.messages.RequestBody
    RequestBody for completing a statement.
    • Constructor Detail

      • CompleteStatementRequestBody

        public CompleteStatementRequestBody​(String statement,
                                            int position)
    • Method Detail

      • getStatement

        public String getStatement()
      • getPosition

        public int getPosition()