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