@InterfaceAudience.Public @InterfaceStability.Unstable public class AccessRequest extends Object
コンストラクタと説明 |
---|
AccessRequest(org.apache.hadoop.yarn.security.PrivilegedEntity entity,
org.apache.hadoop.security.UserGroupInformation user,
org.apache.hadoop.yarn.security.AccessType accessType,
String appId,
String appName,
String remoteAddress,
List<String> forwardedAddresses) |
修飾子とタイプ | メソッドと説明 |
---|---|
org.apache.hadoop.yarn.security.AccessType |
getAccessType() |
String |
getAppId() |
String |
getAppName() |
org.apache.hadoop.yarn.security.PrivilegedEntity |
getEntity() |
List<String> |
getForwardedAddresses() |
String |
getRemoteAddress() |
org.apache.hadoop.security.UserGroupInformation |
getUser() |
public org.apache.hadoop.security.UserGroupInformation getUser()
public org.apache.hadoop.yarn.security.AccessType getAccessType()
public String getAppName()
public org.apache.hadoop.yarn.security.PrivilegedEntity getEntity()
public List<String> getForwardedAddresses()
public String getRemoteAddress()
Copyright © 2016 Apache Software Foundation. All rights reserved.