public interface ClientRequestInterceptor
extends org.apache.hadoop.yarn.api.ApplicationClientProtocol, org.apache.hadoop.conf.Configurable
| Modifier and Type | Method and Description | 
|---|---|
| ClientRequestInterceptor | getNextInterceptor()Returns the next intercepter in the chain. | 
| void | init(String user)This method is called for initializing the intercepter. | 
| void | setNextInterceptor(ClientRequestInterceptor nextInterceptor)Sets the next intercepter in the pipeline. | 
| void | shutdown()This method is called to release the resources held by the intercepter. | 
deleteReservation, failApplicationAttempt, forceKillApplication, getAttributesToNodes, getClusterMetrics, getClusterNodeAttributes, getClusterNodeLabels, getClusterNodes, getLabelsToNodes, getNewApplication, getNewReservation, getNodesToAttributes, getNodeToLabels, getQueueInfo, getQueueUserAcls, getResourceProfile, getResourceProfiles, getResourceTypeInfo, listReservations, moveApplicationAcrossQueues, signalToContainer, submitApplication, submitReservation, updateApplicationPriority, updateApplicationTimeouts, updateReservationvoid init(String user)
user - the name of the clientvoid shutdown()
void setNextInterceptor(ClientRequestInterceptor nextInterceptor)
nextInterceptor - the ClientRequestInterceptor to set in the pipelineClientRequestInterceptor getNextInterceptor()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.