Class SessionHandleIdPathParameter
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameter<X>
-
- org.apache.flink.runtime.rest.messages.MessagePathParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
-
- org.apache.flink.table.gateway.rest.message.session.SessionHandleIdPathParameter
-
public class SessionHandleIdPathParameter extends org.apache.flink.runtime.rest.messages.MessagePathParameter<org.apache.flink.table.gateway.api.session.SessionHandle>MessagePathParameterthat parse theSessionHandle.
-
-
Constructor Summary
Constructors Constructor Description SessionHandleIdPathParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.flink.table.gateway.api.session.SessionHandleconvertFromString(String sessionHandleId)protected StringconvertToString(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)StringgetDescription()
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
convertFromString
protected org.apache.flink.table.gateway.api.session.SessionHandle convertFromString(String sessionHandleId)
- Specified by:
convertFromStringin classorg.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
-
convertToString
protected String convertToString(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle)
- Specified by:
convertToStringin classorg.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classorg.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
-
-