org.apache.hadoop.yarn.api.protocolrecords
Class ReservationUpdateResponse
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReservationUpdateResponse
public ReservationUpdateResponse()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.