C# 클래스 Apache.Hadoop.Hive.ThriftHive.Client

상속: Apache.Hadoop.Hive.ThriftHiveMetastore.Client, Iface
파일 보기 프로젝트 열기: zbw911/CS4Hadoop 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Client() 공개 메소드

public Client ( TProtocol prot ) : System
prot Thrift.Protocol.TProtocol
리턴 System

Client() 공개 메소드

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

execute() 공개 메소드

public execute ( string query ) : void
query string
리턴 void

fetchAll() 공개 메소드

public fetchAll ( ) : List
리턴 List

fetchN() 공개 메소드

public fetchN ( int numRows ) : List
numRows int
리턴 List

fetchOne() 공개 메소드

public fetchOne ( ) : string
리턴 string

getClusterStatus() 공개 메소드

public getClusterStatus ( ) : HiveClusterStatus
리턴 HiveClusterStatus

getQueryPlan() 공개 메소드

public getQueryPlan ( ) : Apache.Hadoop.Hive.QueryPlan
리턴 Apache.Hadoop.Hive.QueryPlan

getSchema() 공개 메소드

public getSchema ( ) : Apache.Hadoop.Hive.Schema
리턴 Apache.Hadoop.Hive.Schema

getThriftSchema() 공개 메소드

public getThriftSchema ( ) : Apache.Hadoop.Hive.Schema
리턴 Apache.Hadoop.Hive.Schema

recv_execute() 공개 메소드

public recv_execute ( ) : void
리턴 void

recv_fetchAll() 공개 메소드

public recv_fetchAll ( ) : List
리턴 List

recv_fetchN() 공개 메소드

public recv_fetchN ( ) : List
리턴 List

recv_fetchOne() 공개 메소드

public recv_fetchOne ( ) : string
리턴 string

recv_getClusterStatus() 공개 메소드

public recv_getClusterStatus ( ) : HiveClusterStatus
리턴 HiveClusterStatus

recv_getQueryPlan() 공개 메소드

public recv_getQueryPlan ( ) : Apache.Hadoop.Hive.QueryPlan
리턴 Apache.Hadoop.Hive.QueryPlan

recv_getSchema() 공개 메소드

public recv_getSchema ( ) : Apache.Hadoop.Hive.Schema
리턴 Apache.Hadoop.Hive.Schema

recv_getThriftSchema() 공개 메소드

public recv_getThriftSchema ( ) : Apache.Hadoop.Hive.Schema
리턴 Apache.Hadoop.Hive.Schema

send_execute() 공개 메소드

public send_execute ( string query ) : void
query string
리턴 void

send_fetchAll() 공개 메소드

public send_fetchAll ( ) : void
리턴 void

send_fetchN() 공개 메소드

public send_fetchN ( int numRows ) : void
numRows int
리턴 void

send_fetchOne() 공개 메소드

public send_fetchOne ( ) : void
리턴 void

send_getClusterStatus() 공개 메소드

public send_getClusterStatus ( ) : void
리턴 void

send_getQueryPlan() 공개 메소드

public send_getQueryPlan ( ) : void
리턴 void

send_getSchema() 공개 메소드

public send_getSchema ( ) : void
리턴 void

send_getThriftSchema() 공개 메소드

public send_getThriftSchema ( ) : void
리턴 void