Uses of Class
org.apache.hadoop.hive.service.HiveServerException

Packages that use HiveServerException
org.apache.hadoop.hive.service   
 

Uses of HiveServerException in org.apache.hadoop.hive.service
 

Methods in org.apache.hadoop.hive.service that return HiveServerException
 HiveServerException HiveServerException.clone()
           
 HiveServerException ThriftHive.execute_result.getEx()
           
 HiveServerException ThriftHive.fetchOne_result.getEx()
           
 HiveServerException ThriftHive.fetchN_result.getEx()
           
 HiveServerException ThriftHive.fetchAll_result.getEx()
           
 HiveServerException ThriftHive.getSchema_result.getEx()
           
 HiveServerException ThriftHive.getThriftSchema_result.getEx()
           
 HiveServerException ThriftHive.getClusterStatus_result.getEx()
           
 

Methods in org.apache.hadoop.hive.service with parameters of type HiveServerException
 boolean HiveServerException.equals(HiveServerException that)
           
 void ThriftHive.execute_result.setEx(HiveServerException ex)
           
 void ThriftHive.fetchOne_result.setEx(HiveServerException ex)
           
 void ThriftHive.fetchN_result.setEx(HiveServerException ex)
           
 void ThriftHive.fetchAll_result.setEx(HiveServerException ex)
           
 void ThriftHive.getSchema_result.setEx(HiveServerException ex)
           
 void ThriftHive.getThriftSchema_result.setEx(HiveServerException ex)
           
 void ThriftHive.getClusterStatus_result.setEx(HiveServerException ex)
           
 

Methods in org.apache.hadoop.hive.service that throw HiveServerException
 void ThriftHive.Iface.execute(String query)
           
 void ThriftHive.Client.execute(String query)
           
 void HiveServer.HiveServerHandler.execute(String cmd)
          Executes a query.
 List<String> ThriftHive.Iface.fetchAll()
           
 List<String> ThriftHive.Client.fetchAll()
           
 List<String> HiveServer.HiveServerHandler.fetchAll()
          Fetches all the rows in a result set.
 List<String> ThriftHive.Iface.fetchN(int numRows)
           
 List<String> ThriftHive.Client.fetchN(int numRows)
           
 List<String> HiveServer.HiveServerHandler.fetchN(int numRows)
          Fetches numRows rows.
 String ThriftHive.Iface.fetchOne()
           
 String ThriftHive.Client.fetchOne()
           
 String HiveServer.HiveServerHandler.fetchOne()
          Fetches the next row in a query result set.
 HiveClusterStatus ThriftHive.Iface.getClusterStatus()
           
 HiveClusterStatus ThriftHive.Client.getClusterStatus()
           
 HiveClusterStatus HiveServer.HiveServerHandler.getClusterStatus()
          Return the status information about the Map-Reduce cluster
 Schema ThriftHive.Iface.getSchema()
           
 Schema ThriftHive.Client.getSchema()
           
 Schema HiveServer.HiveServerHandler.getSchema()
          Return the Hive schema of the query result
 Schema ThriftHive.Iface.getThriftSchema()
           
 Schema ThriftHive.Client.getThriftSchema()
           
 Schema HiveServer.HiveServerHandler.getThriftSchema()
          Return the Thrift schema of the query result
 void ThriftHive.Client.recv_execute()
           
 List<String> ThriftHive.Client.recv_fetchAll()
           
 List<String> ThriftHive.Client.recv_fetchN()
           
 String ThriftHive.Client.recv_fetchOne()
           
 HiveClusterStatus ThriftHive.Client.recv_getClusterStatus()
           
 Schema ThriftHive.Client.recv_getSchema()
           
 Schema ThriftHive.Client.recv_getThriftSchema()
           
 

Constructors in org.apache.hadoop.hive.service with parameters of type HiveServerException
HiveServerException(HiveServerException other)
          Performs a deep copy on other.
ThriftHive.execute_result(HiveServerException ex)
           
ThriftHive.fetchAll_result(List<String> success, HiveServerException ex)
           
ThriftHive.fetchN_result(List<String> success, HiveServerException ex)
           
ThriftHive.fetchOne_result(String success, HiveServerException ex)
           
ThriftHive.getClusterStatus_result(HiveClusterStatus success, HiveServerException ex)
           
ThriftHive.getSchema_result(Schema success, HiveServerException ex)
           
ThriftHive.getThriftSchema_result(Schema success, HiveServerException ex)
           
 



Copyright © 2009 The Apache Software Foundation