Class OperationHandleIdPathParameter
- java.lang.Object
-
- org.apache.flink.runtime.rest.messages.MessageParameter<X>
-
- org.apache.flink.runtime.rest.messages.MessagePathParameter<org.apache.flink.table.gateway.api.operation.OperationHandle>
-
- org.apache.flink.table.gateway.rest.message.operation.OperationHandleIdPathParameter
-
public class OperationHandleIdPathParameter extends org.apache.flink.runtime.rest.messages.MessagePathParameter<org.apache.flink.table.gateway.api.operation.OperationHandle>MessagePathParameterthat parses theOperationHandle.
-
-
Constructor Summary
Constructors Constructor Description OperationHandleIdPathParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.flink.table.gateway.api.operation.OperationHandleconvertFromString(String operationHandleId)protected StringconvertToString(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle)StringgetDescription()
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
convertFromString
protected org.apache.flink.table.gateway.api.operation.OperationHandle convertFromString(String operationHandleId)
- Specified by:
convertFromStringin classorg.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.operation.OperationHandle>
-
convertToString
protected String convertToString(org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle)
- Specified by:
convertToStringin classorg.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.operation.OperationHandle>
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin classorg.apache.flink.runtime.rest.messages.MessageParameter<org.apache.flink.table.gateway.api.operation.OperationHandle>
-
-