com.cloudera.api.model
Class ApiImpalaCancelResponse

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

public class ApiImpalaCancelResponse
extends Object

The response from an Impala cancel query response.


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

Constructor Detail

ApiImpalaCancelResponse

public ApiImpalaCancelResponse()

ApiImpalaCancelResponse

public ApiImpalaCancelResponse(String warning)
Method Detail

getWarning

public String getWarning()
The warning response. If there was no warning this will be null.


setWarning

public void setWarning(String warning)


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