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>
MessagePathParameter that parse the SessionHandle.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
org.apache.flink.runtime.rest.messages.MessageParameter.MessageParameterRequisiteness -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.flink.table.gateway.api.session.SessionHandleconvertFromString(String sessionHandleId) protected StringconvertToString(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle) Methods inherited from class org.apache.flink.runtime.rest.messages.MessageParameter
getKey, getValue, isMandatory, isResolved, resolve, resolveFromString
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
SessionHandleIdPathParameter
public SessionHandleIdPathParameter()
-
-
Method Details
-
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
- Specified by:
getDescriptionin classorg.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.session.SessionHandle>
-