Class ConfigureSessionRequestBody
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.message.session.ConfigureSessionRequestBody
-
- All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.RequestBody
public class ConfigureSessionRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
RequestBodyfor configuring a session.
-
-
Constructor Summary
Constructors Constructor Description ConfigureSessionRequestBody(String statement)ConfigureSessionRequestBody(String statement, Long timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStatement()LonggetTimeout()
-