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()
           
 HiveServerException ThriftHive.getQueryPlan_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)
           
 void ThriftHive.getQueryPlan_result.setEx(HiveServerException ex)
           
 

Methods in org.apache.hadoop.hive.service that throw HiveServerException
 void HiveServer.HiveServerHandler.execute(String cmd)
          Executes a query.
 void ThriftHive.Iface.execute(String query)
           
 void ThriftHive.Client.execute(String query)
           
 List<String> HiveServer.HiveServerHandler.fetchAll()
          Fetches all the rows in a result set.
 List<String> ThriftHive.Iface.fetchAll()
           
 List<String> ThriftHive.Client.fetchAll()
           
 List<String> HiveServer.HiveServerHandler.fetchN(int numRows)
          Fetches numRows rows.
 List<String> ThriftHive.Iface.fetchN(int numRows)
           
 List<String> ThriftHive.Client.fetchN(int numRows)
           
 String HiveServer.HiveServerHandler.fetchOne()
          Fetches the next row in a query result set.
 String ThriftHive.Iface.fetchOne()
           
 String ThriftHive.Client.fetchOne()
           
 HiveClusterStatus HiveServer.HiveServerHandler.getClusterStatus()
          Return the status information about the Map-Reduce cluster.
 HiveClusterStatus ThriftHive.Iface.getClusterStatus()
           
 HiveClusterStatus ThriftHive.Client.getClusterStatus()
           
 org.apache.hadoop.hive.ql.plan.api.QueryPlan HiveServer.HiveServerHandler.getQueryPlan()
           
 org.apache.hadoop.hive.ql.plan.api.QueryPlan ThriftHive.Iface.getQueryPlan()
           
 org.apache.hadoop.hive.ql.plan.api.QueryPlan ThriftHive.Client.getQueryPlan()
           
 Schema HiveServer.HiveServerHandler.getSchema()
          Return the Hive schema of the query result.
 Schema ThriftHive.Iface.getSchema()
           
 Schema ThriftHive.Client.getSchema()
           
 Schema HiveServer.HiveServerHandler.getThriftSchema()
          Return the Thrift schema of the query result.
 Schema ThriftHive.Iface.getThriftSchema()
           
 Schema ThriftHive.Client.getThriftSchema()
           
 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()
           
 org.apache.hadoop.hive.ql.plan.api.QueryPlan ThriftHive.Client.recv_getQueryPlan()
           
 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.getQueryPlan_result(org.apache.hadoop.hive.ql.plan.api.QueryPlan success, HiveServerException ex)
           
ThriftHive.getSchema_result(Schema success, HiveServerException ex)
           
ThriftHive.getThriftSchema_result(Schema success, HiveServerException ex)
           
 



Copyright © 2010 The Apache Software Foundation