C# Class Apache.Hadoop.Hive.ThriftHive.Client

Inheritance: Apache.Hadoop.Hive.ThriftHiveMetastore.Client, Iface
Datei anzeigen Open project: zbw911/CS4Hadoop Class Usage Examples

Public Methods

Method Description
Client ( TProtocol prot ) : System
Client ( TProtocol iprot, TProtocol oprot ) : System
execute ( string query ) : void
fetchAll ( ) : List
fetchN ( int numRows ) : List
fetchOne ( ) : string
getClusterStatus ( ) : HiveClusterStatus
getQueryPlan ( ) : Apache.Hadoop.Hive.QueryPlan
getSchema ( ) : Apache.Hadoop.Hive.Schema
getThriftSchema ( ) : Apache.Hadoop.Hive.Schema
recv_execute ( ) : void
recv_fetchAll ( ) : List
recv_fetchN ( ) : List
recv_fetchOne ( ) : string
recv_getClusterStatus ( ) : HiveClusterStatus
recv_getQueryPlan ( ) : Apache.Hadoop.Hive.QueryPlan
recv_getSchema ( ) : Apache.Hadoop.Hive.Schema
recv_getThriftSchema ( ) : Apache.Hadoop.Hive.Schema
send_execute ( string query ) : void
send_fetchAll ( ) : void
send_fetchN ( int numRows ) : void
send_fetchOne ( ) : void
send_getClusterStatus ( ) : void
send_getQueryPlan ( ) : void
send_getSchema ( ) : void
send_getThriftSchema ( ) : void

Method Details

Client() public method

public Client ( TProtocol prot ) : System
prot Thrift.Protocol.TProtocol
return System

Client() public method

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
return System

execute() public method

public execute ( string query ) : void
query string
return void

fetchAll() public method

public fetchAll ( ) : List
return List

fetchN() public method

public fetchN ( int numRows ) : List
numRows int
return List

fetchOne() public method

public fetchOne ( ) : string
return string

getClusterStatus() public method

public getClusterStatus ( ) : HiveClusterStatus
return HiveClusterStatus

getQueryPlan() public method

public getQueryPlan ( ) : Apache.Hadoop.Hive.QueryPlan
return Apache.Hadoop.Hive.QueryPlan

getSchema() public method

public getSchema ( ) : Apache.Hadoop.Hive.Schema
return Apache.Hadoop.Hive.Schema

getThriftSchema() public method

public getThriftSchema ( ) : Apache.Hadoop.Hive.Schema
return Apache.Hadoop.Hive.Schema

recv_execute() public method

public recv_execute ( ) : void
return void

recv_fetchAll() public method

public recv_fetchAll ( ) : List
return List

recv_fetchN() public method

public recv_fetchN ( ) : List
return List

recv_fetchOne() public method

public recv_fetchOne ( ) : string
return string

recv_getClusterStatus() public method

public recv_getClusterStatus ( ) : HiveClusterStatus
return HiveClusterStatus

recv_getQueryPlan() public method

public recv_getQueryPlan ( ) : Apache.Hadoop.Hive.QueryPlan
return Apache.Hadoop.Hive.QueryPlan

recv_getSchema() public method

public recv_getSchema ( ) : Apache.Hadoop.Hive.Schema
return Apache.Hadoop.Hive.Schema

recv_getThriftSchema() public method

public recv_getThriftSchema ( ) : Apache.Hadoop.Hive.Schema
return Apache.Hadoop.Hive.Schema

send_execute() public method

public send_execute ( string query ) : void
query string
return void

send_fetchAll() public method

public send_fetchAll ( ) : void
return void

send_fetchN() public method

public send_fetchN ( int numRows ) : void
numRows int
return void

send_fetchOne() public method

public send_fetchOne ( ) : void
return void

send_getClusterStatus() public method

public send_getClusterStatus ( ) : void
return void

send_getQueryPlan() public method

public send_getQueryPlan ( ) : void
return void

send_getSchema() public method

public send_getSchema ( ) : void
return void

send_getThriftSchema() public method

public send_getThriftSchema ( ) : void
return void