@InterfaceAudience.Private public static class AMRMProxyService.RequestInterceptorChainWrapper extends Object
| Constructor and Description | 
|---|
| RequestInterceptorChainWrapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.ApplicationAttemptId | getApplicationAttemptId()Gets the application attempt identifier. | 
| org.apache.hadoop.yarn.api.records.ApplicationId | getApplicationId()Gets the application identifier. | 
| RequestInterceptor | getRootInterceptor()Gets the root request intercepter. | 
| void | init(RequestInterceptor rootInterceptor,
    org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)Initializes the wrapper with the specified parameters. | 
public void init(RequestInterceptor rootInterceptor, org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId)
rootInterceptor - the root request intercepterapplicationAttemptId - attempt idpublic RequestInterceptor getRootInterceptor()
public org.apache.hadoop.yarn.api.records.ApplicationAttemptId getApplicationAttemptId()
public org.apache.hadoop.yarn.api.records.ApplicationId getApplicationId()
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.