org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer
Class LocalizerContext

java.lang.Object
  extended by org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer.LocalizerContext

public class LocalizerContext
extends Object


Constructor Summary
LocalizerContext(String user, org.apache.hadoop.yarn.api.records.ContainerId containerId, org.apache.hadoop.security.Credentials credentials)
           
 
Method Summary
 org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
           
 org.apache.hadoop.security.Credentials getCredentials()
           
 String getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizerContext

public LocalizerContext(String user,
                        org.apache.hadoop.yarn.api.records.ContainerId containerId,
                        org.apache.hadoop.security.Credentials credentials)
Method Detail

getUser

public String getUser()

getContainerId

public org.apache.hadoop.yarn.api.records.ContainerId getContainerId()

getCredentials

public org.apache.hadoop.security.Credentials getCredentials()


Copyright © 2012 Apache Software Foundation. All Rights Reserved.