public class ConfigureSessionRequestBody extends Object implements org.apache.flink.runtime.rest.messages.RequestBody
RequestBody for configuring a session.| Constructor and Description |
|---|
ConfigureSessionRequestBody(String statement) |
ConfigureSessionRequestBody(String statement,
Long timeout) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatement() |
Long |
getTimeout() |
public ConfigureSessionRequestBody(String statement)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.