org.apache.hadoop.yarn.util
Class AuxiliaryServiceHelper

java.lang.Object
  extended by org.apache.hadoop.yarn.util.AuxiliaryServiceHelper

public class AuxiliaryServiceHelper
extends Object


Field Summary
static String NM_AUX_SERVICE
           
 
Constructor Summary
AuxiliaryServiceHelper()
           
 
Method Summary
static ByteBuffer getServiceDataFromEnv(String serviceName, Map<String,String> env)
           
static void setServiceDataIntoEnv(String serviceName, ByteBuffer metaData, Map<String,String> env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NM_AUX_SERVICE

public static final String NM_AUX_SERVICE
See Also:
Constant Field Values
Constructor Detail

AuxiliaryServiceHelper

public AuxiliaryServiceHelper()
Method Detail

getServiceDataFromEnv

public static ByteBuffer getServiceDataFromEnv(String serviceName,
                                               Map<String,String> env)

setServiceDataIntoEnv

public static void setServiceDataIntoEnv(String serviceName,
                                         ByteBuffer metaData,
                                         Map<String,String> env)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.