Class AsynchronousOperationTriggerMessageHeaders<R extends RequestBody,M extends MessageParameters>
java.lang.Object
org.apache.flink.runtime.rest.handler.async.AsynchronousOperationTriggerMessageHeaders<R,M>
- Type Parameters:
R- type of the requestM- type of the message parameters
- All Implemented Interfaces:
RestHandlerSpecification,MessageHeaders<R,,TriggerResponse, M> RuntimeMessageHeaders<R,,TriggerResponse, M> UntypedResponseMessageHeaders<R,M>
- Direct Known Subclasses:
CheckpointTriggerHeaders,ClusterDataSetDeleteTriggerHeaders,RescalingTriggerHeaders,SavepointDisposalTriggerHeaders,SavepointTriggerHeaders,StopWithSavepointTriggerHeaders
public abstract class AsynchronousOperationTriggerMessageHeaders<R extends RequestBody,M extends MessageParameters>
extends Object
implements RuntimeMessageHeaders<R,TriggerResponse,M>
Message headers for the triggering of an asynchronous operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract StringReturns the description for this async operation header.Returns the description for this header.Returns the class of the response message.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.runtime.rest.messages.MessageHeaders
getCustomHeaders, getResponseStatusCode, getResponseTypeParameters, operationIdMethods inherited from interface org.apache.flink.runtime.rest.handler.RestHandlerSpecification
getHttpMethod, getTargetRestEndpointURLMethods inherited from interface org.apache.flink.runtime.rest.messages.RuntimeMessageHeaders
getSupportedAPIVersionsMethods inherited from interface org.apache.flink.runtime.rest.messages.UntypedResponseMessageHeaders
acceptsFileUploads, getRequestClass, getUnresolvedMessageParameters
-
Constructor Details
-
AsynchronousOperationTriggerMessageHeaders
public AsynchronousOperationTriggerMessageHeaders()
-
-
Method Details
-
getResponseClass
Description copied from interface:MessageHeadersReturns the class of the response message.- Specified by:
getResponseClassin interfaceMessageHeaders<R extends RequestBody,TriggerResponse, M extends MessageParameters> - Returns:
- class of the response message
-
getDescription
Description copied from interface:MessageHeadersReturns the description for this header.- Specified by:
getDescriptionin interfaceMessageHeaders<R extends RequestBody,TriggerResponse, M extends MessageParameters> - Returns:
- description for the header
-
getAsyncOperationDescription
Returns the description for this async operation header.- Returns:
- the description for this async operation header.
-