org.apache.hadoop.yarn.api.protocolrecords
Class ReservationUpdateResponse

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

@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract class ReservationUpdateResponse
extends Object

ReservationUpdateResponse contains the answer of the admission control system in the ResourceManager to a reservation update operation. Currently response is empty if the operation was successful, if not an exception reporting reason for a failure.

See Also:
ReservationDefinition

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

Constructor Detail

ReservationUpdateResponse

public ReservationUpdateResponse()
Method Detail

newInstance

@InterfaceAudience.Private
@InterfaceStability.Unstable
public static ReservationUpdateResponse newInstance()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.