org.apache.hadoop.yarn.api.protocolrecords
Interface KillApplicationRequest


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface KillApplicationRequest

The request sent by the client to the ResourceManager to abort a submitted application.

The request includes the ApplicationId of the application to be aborted.

See Also:
ClientRMProtocol.forceKillApplication(KillApplicationRequest)

Method Summary
 ApplicationId getApplicationId()
          Get the ApplicationId of the application to be aborted.
 

Method Detail

getApplicationId

@InterfaceAudience.Public
@InterfaceStability.Stable
ApplicationId getApplicationId()
Get the ApplicationId of the application to be aborted.

Returns:
ApplicationId of the application to be aborted


Copyright © 2013 Apache Software Foundation. All Rights Reserved.