org.apache.hadoop.yarn.server.api.protocolrecords
Class UpdateNodeResourceResponse

java.lang.Object
  extended by org.apache.hadoop.yarn.server.api.protocolrecords.UpdateNodeResourceResponse

@InterfaceAudience.Private
@InterfaceStability.Evolving
public abstract class UpdateNodeResourceResponse
extends Object

The response sent by the ResourceManager to Admin client on node resource change.

Currently, this is empty.

See Also:
ResourceManagerAdministrationProtocol.updateNodeResource( UpdateNodeResourceRequest)

Constructor Summary
UpdateNodeResourceResponse()
           
 
Method Summary
static UpdateNodeResourceResponse newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateNodeResourceResponse

public UpdateNodeResourceResponse()
Method Detail

newInstance

public static UpdateNodeResourceResponse newInstance()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.