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 ThriftHive.execute_result.getEx()
           
 HiveServerException ThriftHive.fetchOne_result.getEx()
           
 HiveServerException ThriftHive.fetchN_result.getEx()
           
 HiveServerException ThriftHive.fetchAll_result.getEx()
           
 HiveServerException ThriftHive.getSchema_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)
           
 

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 query)
          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.
 String ThriftHive.Iface.getSchema()
           
 String ThriftHive.Client.getSchema()
           
 String HiveServer.HiveServerHandler.getSchema()
          Return the 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()
           
 String ThriftHive.Client.recv_getSchema()
           
 

Constructors in org.apache.hadoop.hive.service with parameters of type HiveServerException
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.getSchema_result(String success, HiveServerException ex)
           
 



Copyright © 2009 The Apache Software Foundation