com.cloudera.api.model
Class ApiYarnKillResponse

java.lang.Object
  extended by com.cloudera.api.model.ApiYarnKillResponse

public class ApiYarnKillResponse
extends Object

The response from an Yarn kill application response.


Constructor Summary
ApiYarnKillResponse()
           
ApiYarnKillResponse(String warning)
           
 
Method Summary
 String getWarning()
          The warning, if any, from the call.
 void setWarning(String warning)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiYarnKillResponse

public ApiYarnKillResponse()

ApiYarnKillResponse

public ApiYarnKillResponse(String warning)
Method Detail

getWarning

public String getWarning()
The warning, if any, from the call. We will return a warning if the caller attempts to cancel an application that has already completed.


setWarning

public void setWarning(String warning)


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.