Class YarnCancelJobTerminationHeaders

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

@Deprecated public class YarnCancelJobTerminationHeaders 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.