Class YarnStopJobTerminationHeaders

java.lang.Object
org.apache.flink.runtime.rest.messages.YarnStopJobTerminationHeaders
All Implemented Interfaces:
RestHandlerSpecification

@Deprecated public class YarnStopJobTerminationHeaders extends Object implements RestHandlerSpecification
Deprecated.
This should be removed once we can send arbitrary REST calls via the Yarn proxy.
RestHandlerSpecification for the JobCancellationHandler which is registered for compatibility with the Yarn proxy as a GET call.

For more information @see YARN-2031.