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

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

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

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

See Also:
ReservationDefinition

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

Constructor Detail

ReservationDeleteResponse

public ReservationDeleteResponse()
Method Detail

newInstance

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


Copyright © 2014 Apache Software Foundation. All Rights Reserved.