Class DeleteEmbeddedSchedulerWorkflowHeaders
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.header.materializedtable.scheduler.AbstractEmbeddedSchedulerWorkflowHeaders
-
- org.apache.flink.table.gateway.rest.header.materializedtable.scheduler.DeleteEmbeddedSchedulerWorkflowHeaders
-
- All Implemented Interfaces:
RestHandlerSpecification
,MessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyResponseBody,EmptyMessageParameters>
,UntypedResponseMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyMessageParameters>
,SqlGatewayMessageHeaders<EmbeddedSchedulerWorkflowRequestBody,EmptyResponseBody,EmptyMessageParameters>
public class DeleteEmbeddedSchedulerWorkflowHeaders extends AbstractEmbeddedSchedulerWorkflowHeaders
Message headers for delete workflow in embedded scheduler.
-
-
Constructor Summary
Constructors Constructor Description DeleteEmbeddedSchedulerWorkflowHeaders()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Returns the description for this header.HttpMethodWrapper
getHttpMethod()
Returns theHttpMethodWrapper
to be used for the request.static DeleteEmbeddedSchedulerWorkflowHeaders
getInstance()
String
getTargetRestEndpointURL()
Returns the generalized endpoint url that this request should be sent to, for example/job/:jobid
.String
operationId()
Returns a short description for this header suitable for method code generation.-
Methods inherited from class org.apache.flink.table.gateway.rest.header.materializedtable.scheduler.AbstractEmbeddedSchedulerWorkflowHeaders
getRequestClass, getResponseClass, getResponseStatusCode, getSupportedAPIVersions, getUnresolvedMessageParameters
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.MessageHeaders
getCustomHeaders, getResponseTypeParameters
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads
-
-
-
-
Field Detail
-
URL
public static final String URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHttpMethod
public HttpMethodWrapper getHttpMethod()
Description copied from interface:RestHandlerSpecification
Returns theHttpMethodWrapper
to be used for the request.- Returns:
- http method to be used for the request
-
getTargetRestEndpointURL
public String getTargetRestEndpointURL()
Description copied from interface:RestHandlerSpecification
Returns the generalized endpoint url that this request should be sent to, for example/job/:jobid
.- Returns:
- endpoint url that this request should be sent to
-
getDescription
public String getDescription()
Description copied from interface:MessageHeaders
Returns the description for this header.- Returns:
- description for the header
-
getInstance
public static DeleteEmbeddedSchedulerWorkflowHeaders getInstance()
-
operationId
public String operationId()
Description copied from interface:MessageHeaders
Returns a short description for this header suitable for method code generation.- Returns:
- short description
-
-