Class ClusterDataSetDeleteStatusHeaders
- java.lang.Object
-
- org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders<AsynchronousOperationInfo,ClusterDataSetDeleteStatusMessageParameters>
-
- org.apache.flink.runtime.rest.messages.dataset.ClusterDataSetDeleteStatusHeaders
-
- All Implemented Interfaces:
RestHandlerSpecification,MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<AsynchronousOperationInfo>,ClusterDataSetDeleteStatusMessageParameters>,RuntimeMessageHeaders<EmptyRequestBody,AsynchronousOperationResult<AsynchronousOperationInfo>,ClusterDataSetDeleteStatusMessageParameters>,UntypedResponseMessageHeaders<EmptyRequestBody,ClusterDataSetDeleteStatusMessageParameters>
public class ClusterDataSetDeleteStatusHeaders extends AsynchronousOperationStatusMessageHeaders<AsynchronousOperationInfo,ClusterDataSetDeleteStatusMessageParameters>
Specification for retrieving the status for the delete operation of a cluster data set.- See Also:
ClusterDataSetDeleteStatusHeaders
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterDataSetDeleteStatusHeadersINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Returns the description for this header.HttpMethodWrappergetHttpMethod()Returns theHttpMethodWrapperto be used for the request.Class<EmptyRequestBody>getRequestClass()Returns the class of the request message.org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatusgetResponseStatusCode()Returns the http status code for the response.StringgetTargetRestEndpointURL()Returns the generalized endpoint url that this request should be sent to, for example/job/:jobid.ClusterDataSetDeleteStatusMessageParametersgetUnresolvedMessageParameters()Returns a newMessageParametersobject.Class<AsynchronousOperationInfo>getValueClass()Returns the class of the value wrapped in theAsynchronousOperationResult.-
Methods inherited from class org.apache.flink.runtime.rest.handler.async.AsynchronousOperationStatusMessageHeaders
getResponseClass, getResponseTypeParameters
-
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, operationId
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders
getSupportedAPIVersions
-
Methods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads
-
-
-
-
Field Detail
-
INSTANCE
public static final ClusterDataSetDeleteStatusHeaders INSTANCE
-
-
Method Detail
-
getResponseStatusCode
public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponseStatus getResponseStatusCode()
Description copied from interface:MessageHeadersReturns the http status code for the response.- Returns:
- http status code of the response
-
getDescription
public String getDescription()
Description copied from interface:MessageHeadersReturns the description for this header.- Returns:
- description for the header
-
getValueClass
public Class<AsynchronousOperationInfo> getValueClass()
Description copied from class:AsynchronousOperationStatusMessageHeadersReturns the class of the value wrapped in theAsynchronousOperationResult.- Specified by:
getValueClassin classAsynchronousOperationStatusMessageHeaders<AsynchronousOperationInfo,ClusterDataSetDeleteStatusMessageParameters>- Returns:
- value class
-
getRequestClass
public Class<EmptyRequestBody> getRequestClass()
Description copied from interface:UntypedResponseMessageHeadersReturns the class of the request message.- Returns:
- class of the request message
-
getUnresolvedMessageParameters
public ClusterDataSetDeleteStatusMessageParameters getUnresolvedMessageParameters()
Description copied from interface:UntypedResponseMessageHeadersReturns a newMessageParametersobject.- Returns:
- new message parameters object
-
getHttpMethod
public HttpMethodWrapper getHttpMethod()
Description copied from interface:RestHandlerSpecificationReturns theHttpMethodWrapperto be used for the request.- Returns:
- http method to be used for the request
-
getTargetRestEndpointURL
public String getTargetRestEndpointURL()
Description copied from interface:RestHandlerSpecificationReturns 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
-
-