org.apache.hadoop.yarn.server.resourcemanager
Class ApplicationMasterService.AllocateResponseLock

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.ApplicationMasterService.AllocateResponseLock
Enclosing class:
ApplicationMasterService

public static class ApplicationMasterService.AllocateResponseLock
extends Object


Constructor Summary
ApplicationMasterService.AllocateResponseLock(org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse response)
           
 
Method Summary
 org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse getAllocateResponse()
           
 void setAllocateResponse(org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationMasterService.AllocateResponseLock

public ApplicationMasterService.AllocateResponseLock(org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse response)
Method Detail

getAllocateResponse

public org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse getAllocateResponse()

setAllocateResponse

public void setAllocateResponse(org.apache.hadoop.yarn.api.protocolrecords.AllocateResponse response)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.