public class SessionHandleIdPathParameter
extends org.apache.flink.runtime.rest.messages.MessagePathParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
MessagePathParameter that parse the SessionHandle.| Constructor and Description |
|---|
SessionHandleIdPathParameter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.table.gateway.api.session.SessionHandle |
convertFromString(String sessionHandleId) |
protected String |
convertToString(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle) |
String |
getDescription() |
public static final String KEY
protected org.apache.flink.table.gateway.api.session.SessionHandle convertFromString(String sessionHandleId)
convertFromString in class org.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>protected String convertToString(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)
convertToString in class org.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>public String getDescription()
getDescription in class org.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.