C# 클래스 Apache.Hadoop.Hbase.Hbase.Client

상속: Iface
파일 보기 프로젝트 열기: zbw911/CS4Hadoop

보호된 프로퍼티들

프로퍼티 타입 설명
iprot_ Thrift.Protocol.TProtocol
oprot_ Thrift.Protocol.TProtocol
seqid_ int

공개 메소드들

메소드 설명
Client ( TProtocol prot ) : System
Client ( TProtocol iprot, TProtocol oprot ) : System
atomicIncrement ( byte tableName, byte row, byte column, long value ) : long
compact ( byte tableNameOrRegionName ) : void
createTable ( byte tableName, List columnFamilies ) : void
deleteAll ( byte tableName, byte row, byte column ) : void
deleteAllRow ( byte tableName, byte row ) : void
deleteAllRowTs ( byte tableName, byte row, long timestamp ) : void
deleteAllTs ( byte tableName, byte row, byte column, long timestamp ) : void
deleteTable ( byte tableName ) : void
disableTable ( byte tableName ) : void
enableTable ( byte tableName ) : void
get ( byte tableName, byte row, byte column ) : List
getColumnDescriptors ( byte tableName ) : ColumnDescriptor>.Dictionary
getRow ( byte tableName, byte row ) : List
getRowTs ( byte tableName, byte row, long timestamp ) : List
getRowWithColumns ( byte tableName, byte row, List columns ) : List
getRowWithColumnsTs ( byte tableName, byte row, List columns, long timestamp ) : List
getRows ( byte tableName, List rows ) : List
getRowsTs ( byte tableName, List rows, long timestamp ) : List
getRowsWithColumns ( byte tableName, List rows, List columns ) : List
getRowsWithColumnsTs ( byte tableName, List rows, List columns, long timestamp ) : List
getTableNames ( ) : List
getTableRegions ( byte tableName ) : List
getVer ( byte tableName, byte row, byte column, int numVersions ) : List
getVerTs ( byte tableName, byte row, byte column, long timestamp, int numVersions ) : List
isTableEnabled ( byte tableName ) : bool
majorCompact ( byte tableNameOrRegionName ) : void
mutateRow ( byte tableName, byte row, List mutations ) : void
mutateRowTs ( byte tableName, byte row, List mutations, long timestamp ) : void
mutateRows ( byte tableName, List rowBatches ) : void
mutateRowsTs ( byte tableName, List rowBatches, long timestamp ) : void
recv_atomicIncrement ( ) : long
recv_compact ( ) : void
recv_createTable ( ) : void
recv_deleteAll ( ) : void
recv_deleteAllRow ( ) : void
recv_deleteAllRowTs ( ) : void
recv_deleteAllTs ( ) : void
recv_deleteTable ( ) : void
recv_disableTable ( ) : void
recv_enableTable ( ) : void
recv_get ( ) : List
recv_getColumnDescriptors ( ) : ColumnDescriptor>.Dictionary
recv_getRow ( ) : List
recv_getRowTs ( ) : List
recv_getRowWithColumns ( ) : List
recv_getRowWithColumnsTs ( ) : List
recv_getRows ( ) : List
recv_getRowsTs ( ) : List
recv_getRowsWithColumns ( ) : List
recv_getRowsWithColumnsTs ( ) : List
recv_getTableNames ( ) : List
recv_getTableRegions ( ) : List
recv_getVer ( ) : List
recv_getVerTs ( ) : List
recv_isTableEnabled ( ) : bool
recv_majorCompact ( ) : void
recv_mutateRow ( ) : void
recv_mutateRowTs ( ) : void
recv_mutateRows ( ) : void
recv_mutateRowsTs ( ) : void
recv_scannerClose ( ) : void
recv_scannerGet ( ) : List
recv_scannerGetList ( ) : List
recv_scannerOpen ( ) : int
recv_scannerOpenTs ( ) : int
recv_scannerOpenWithPrefix ( ) : int
recv_scannerOpenWithStop ( ) : int
recv_scannerOpenWithStopTs ( ) : int
scannerClose ( int id ) : void
scannerGet ( int id ) : List
scannerGetList ( int id, int nbRows ) : List
scannerOpen ( byte tableName, byte startRow, List columns ) : int
scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : int
scannerOpenWithPrefix ( byte tableName, byte startAndPrefix, List columns ) : int
scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : int
scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : int
send_atomicIncrement ( byte tableName, byte row, byte column, long value ) : void
send_compact ( byte tableNameOrRegionName ) : void
send_createTable ( byte tableName, List columnFamilies ) : void
send_deleteAll ( byte tableName, byte row, byte column ) : void
send_deleteAllRow ( byte tableName, byte row ) : void
send_deleteAllRowTs ( byte tableName, byte row, long timestamp ) : void
send_deleteAllTs ( byte tableName, byte row, byte column, long timestamp ) : void
send_deleteTable ( byte tableName ) : void
send_disableTable ( byte tableName ) : void
send_enableTable ( byte tableName ) : void
send_get ( byte tableName, byte row, byte column ) : void
send_getColumnDescriptors ( byte tableName ) : void
send_getRow ( byte tableName, byte row ) : void
send_getRowTs ( byte tableName, byte row, long timestamp ) : void
send_getRowWithColumns ( byte tableName, byte row, List columns ) : void
send_getRowWithColumnsTs ( byte tableName, byte row, List columns, long timestamp ) : void
send_getRows ( byte tableName, List rows ) : void
send_getRowsTs ( byte tableName, List rows, long timestamp ) : void
send_getRowsWithColumns ( byte tableName, List rows, List columns ) : void
send_getRowsWithColumnsTs ( byte tableName, List rows, List columns, long timestamp ) : void
send_getTableNames ( ) : void
send_getTableRegions ( byte tableName ) : void
send_getVer ( byte tableName, byte row, byte column, int numVersions ) : void
send_getVerTs ( byte tableName, byte row, byte column, long timestamp, int numVersions ) : void
send_isTableEnabled ( byte tableName ) : void
send_majorCompact ( byte tableNameOrRegionName ) : void
send_mutateRow ( byte tableName, byte row, List mutations ) : void
send_mutateRowTs ( byte tableName, byte row, List mutations, long timestamp ) : void
send_mutateRows ( byte tableName, List rowBatches ) : void
send_mutateRowsTs ( byte tableName, List rowBatches, long timestamp ) : void
send_scannerClose ( int id ) : void
send_scannerGet ( int id ) : void
send_scannerGetList ( int id, int nbRows ) : void
send_scannerOpen ( byte tableName, byte startRow, List columns ) : void
send_scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : void
send_scannerOpenWithPrefix ( byte tableName, byte startAndPrefix, List columns ) : void
send_scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : void
send_scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : 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

atomicIncrement() 공개 메소드

public atomicIncrement ( byte tableName, byte row, byte column, long value ) : long
tableName byte
row byte
column byte
value long
리턴 long

compact() 공개 메소드

public compact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
리턴 void

createTable() 공개 메소드

public createTable ( byte tableName, List columnFamilies ) : void
tableName byte
columnFamilies List
리턴 void

deleteAll() 공개 메소드

public deleteAll ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
리턴 void

deleteAllRow() 공개 메소드

public deleteAllRow ( byte tableName, byte row ) : void
tableName byte
row byte
리턴 void

deleteAllRowTs() 공개 메소드

public deleteAllRowTs ( byte tableName, byte row, long timestamp ) : void
tableName byte
row byte
timestamp long
리턴 void

deleteAllTs() 공개 메소드

public deleteAllTs ( byte tableName, byte row, byte column, long timestamp ) : void
tableName byte
row byte
column byte
timestamp long
리턴 void

deleteTable() 공개 메소드

public deleteTable ( byte tableName ) : void
tableName byte
리턴 void

disableTable() 공개 메소드

public disableTable ( byte tableName ) : void
tableName byte
리턴 void

enableTable() 공개 메소드

public enableTable ( byte tableName ) : void
tableName byte
리턴 void

get() 공개 메소드

public get ( byte tableName, byte row, byte column ) : List
tableName byte
row byte
column byte
리턴 List

getColumnDescriptors() 공개 메소드

public getColumnDescriptors ( byte tableName ) : ColumnDescriptor>.Dictionary
tableName byte
리턴 ColumnDescriptor>.Dictionary

getRow() 공개 메소드

public getRow ( byte tableName, byte row ) : List
tableName byte
row byte
리턴 List

getRowTs() 공개 메소드

public getRowTs ( byte tableName, byte row, long timestamp ) : List
tableName byte
row byte
timestamp long
리턴 List

getRowWithColumns() 공개 메소드

public getRowWithColumns ( byte tableName, byte row, List columns ) : List
tableName byte
row byte
columns List
리턴 List

getRowWithColumnsTs() 공개 메소드

public getRowWithColumnsTs ( byte tableName, byte row, List columns, long timestamp ) : List
tableName byte
row byte
columns List
timestamp long
리턴 List

getRows() 공개 메소드

public getRows ( byte tableName, List rows ) : List
tableName byte
rows List
리턴 List

getRowsTs() 공개 메소드

public getRowsTs ( byte tableName, List rows, long timestamp ) : List
tableName byte
rows List
timestamp long
리턴 List

getRowsWithColumns() 공개 메소드

public getRowsWithColumns ( byte tableName, List rows, List columns ) : List
tableName byte
rows List
columns List
리턴 List

getRowsWithColumnsTs() 공개 메소드

public getRowsWithColumnsTs ( byte tableName, List rows, List columns, long timestamp ) : List
tableName byte
rows List
columns List
timestamp long
리턴 List

getTableNames() 공개 메소드

public getTableNames ( ) : List
리턴 List

getTableRegions() 공개 메소드

public getTableRegions ( byte tableName ) : List
tableName byte
리턴 List

getVer() 공개 메소드

public getVer ( byte tableName, byte row, byte column, int numVersions ) : List
tableName byte
row byte
column byte
numVersions int
리턴 List

getVerTs() 공개 메소드

public getVerTs ( byte tableName, byte row, byte column, long timestamp, int numVersions ) : List
tableName byte
row byte
column byte
timestamp long
numVersions int
리턴 List

isTableEnabled() 공개 메소드

public isTableEnabled ( byte tableName ) : bool
tableName byte
리턴 bool

majorCompact() 공개 메소드

public majorCompact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
리턴 void

mutateRow() 공개 메소드

public mutateRow ( byte tableName, byte row, List mutations ) : void
tableName byte
row byte
mutations List
리턴 void

mutateRowTs() 공개 메소드

public mutateRowTs ( byte tableName, byte row, List mutations, long timestamp ) : void
tableName byte
row byte
mutations List
timestamp long
리턴 void

mutateRows() 공개 메소드

public mutateRows ( byte tableName, List rowBatches ) : void
tableName byte
rowBatches List
리턴 void

mutateRowsTs() 공개 메소드

public mutateRowsTs ( byte tableName, List rowBatches, long timestamp ) : void
tableName byte
rowBatches List
timestamp long
리턴 void

recv_atomicIncrement() 공개 메소드

public recv_atomicIncrement ( ) : long
리턴 long

recv_compact() 공개 메소드

public recv_compact ( ) : void
리턴 void

recv_createTable() 공개 메소드

public recv_createTable ( ) : void
리턴 void

recv_deleteAll() 공개 메소드

public recv_deleteAll ( ) : void
리턴 void

recv_deleteAllRow() 공개 메소드

public recv_deleteAllRow ( ) : void
리턴 void

recv_deleteAllRowTs() 공개 메소드

public recv_deleteAllRowTs ( ) : void
리턴 void

recv_deleteAllTs() 공개 메소드

public recv_deleteAllTs ( ) : void
리턴 void

recv_deleteTable() 공개 메소드

public recv_deleteTable ( ) : void
리턴 void

recv_disableTable() 공개 메소드

public recv_disableTable ( ) : void
리턴 void

recv_enableTable() 공개 메소드

public recv_enableTable ( ) : void
리턴 void

recv_get() 공개 메소드

public recv_get ( ) : List
리턴 List

recv_getColumnDescriptors() 공개 메소드

public recv_getColumnDescriptors ( ) : ColumnDescriptor>.Dictionary
리턴 ColumnDescriptor>.Dictionary

recv_getRow() 공개 메소드

public recv_getRow ( ) : List
리턴 List

recv_getRowTs() 공개 메소드

public recv_getRowTs ( ) : List
리턴 List

recv_getRowWithColumns() 공개 메소드

public recv_getRowWithColumns ( ) : List
리턴 List

recv_getRowWithColumnsTs() 공개 메소드

public recv_getRowWithColumnsTs ( ) : List
리턴 List

recv_getRows() 공개 메소드

public recv_getRows ( ) : List
리턴 List

recv_getRowsTs() 공개 메소드

public recv_getRowsTs ( ) : List
리턴 List

recv_getRowsWithColumns() 공개 메소드

public recv_getRowsWithColumns ( ) : List
리턴 List

recv_getRowsWithColumnsTs() 공개 메소드

public recv_getRowsWithColumnsTs ( ) : List
리턴 List

recv_getTableNames() 공개 메소드

public recv_getTableNames ( ) : List
리턴 List

recv_getTableRegions() 공개 메소드

public recv_getTableRegions ( ) : List
리턴 List

recv_getVer() 공개 메소드

public recv_getVer ( ) : List
리턴 List

recv_getVerTs() 공개 메소드

public recv_getVerTs ( ) : List
리턴 List

recv_isTableEnabled() 공개 메소드

public recv_isTableEnabled ( ) : bool
리턴 bool

recv_majorCompact() 공개 메소드

public recv_majorCompact ( ) : void
리턴 void

recv_mutateRow() 공개 메소드

public recv_mutateRow ( ) : void
리턴 void

recv_mutateRowTs() 공개 메소드

public recv_mutateRowTs ( ) : void
리턴 void

recv_mutateRows() 공개 메소드

public recv_mutateRows ( ) : void
리턴 void

recv_mutateRowsTs() 공개 메소드

public recv_mutateRowsTs ( ) : void
리턴 void

recv_scannerClose() 공개 메소드

public recv_scannerClose ( ) : void
리턴 void

recv_scannerGet() 공개 메소드

public recv_scannerGet ( ) : List
리턴 List

recv_scannerGetList() 공개 메소드

public recv_scannerGetList ( ) : List
리턴 List

recv_scannerOpen() 공개 메소드

public recv_scannerOpen ( ) : int
리턴 int

recv_scannerOpenTs() 공개 메소드

public recv_scannerOpenTs ( ) : int
리턴 int

recv_scannerOpenWithPrefix() 공개 메소드

public recv_scannerOpenWithPrefix ( ) : int
리턴 int

recv_scannerOpenWithStop() 공개 메소드

public recv_scannerOpenWithStop ( ) : int
리턴 int

recv_scannerOpenWithStopTs() 공개 메소드

public recv_scannerOpenWithStopTs ( ) : int
리턴 int

scannerClose() 공개 메소드

public scannerClose ( int id ) : void
id int
리턴 void

scannerGet() 공개 메소드

public scannerGet ( int id ) : List
id int
리턴 List

scannerGetList() 공개 메소드

public scannerGetList ( int id, int nbRows ) : List
id int
nbRows int
리턴 List

scannerOpen() 공개 메소드

public scannerOpen ( byte tableName, byte startRow, List columns ) : int
tableName byte
startRow byte
columns List
리턴 int

scannerOpenTs() 공개 메소드

public scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : int
tableName byte
startRow byte
columns List
timestamp long
리턴 int

scannerOpenWithPrefix() 공개 메소드

public scannerOpenWithPrefix ( byte tableName, byte startAndPrefix, List columns ) : int
tableName byte
startAndPrefix byte
columns List
리턴 int

scannerOpenWithStop() 공개 메소드

public scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : int
tableName byte
startRow byte
stopRow byte
columns List
리턴 int

scannerOpenWithStopTs() 공개 메소드

public scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : int
tableName byte
startRow byte
stopRow byte
columns List
timestamp long
리턴 int

send_atomicIncrement() 공개 메소드

public send_atomicIncrement ( byte tableName, byte row, byte column, long value ) : void
tableName byte
row byte
column byte
value long
리턴 void

send_compact() 공개 메소드

public send_compact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
리턴 void

send_createTable() 공개 메소드

public send_createTable ( byte tableName, List columnFamilies ) : void
tableName byte
columnFamilies List
리턴 void

send_deleteAll() 공개 메소드

public send_deleteAll ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
리턴 void

send_deleteAllRow() 공개 메소드

public send_deleteAllRow ( byte tableName, byte row ) : void
tableName byte
row byte
리턴 void

send_deleteAllRowTs() 공개 메소드

public send_deleteAllRowTs ( byte tableName, byte row, long timestamp ) : void
tableName byte
row byte
timestamp long
리턴 void

send_deleteAllTs() 공개 메소드

public send_deleteAllTs ( byte tableName, byte row, byte column, long timestamp ) : void
tableName byte
row byte
column byte
timestamp long
리턴 void

send_deleteTable() 공개 메소드

public send_deleteTable ( byte tableName ) : void
tableName byte
리턴 void

send_disableTable() 공개 메소드

public send_disableTable ( byte tableName ) : void
tableName byte
리턴 void

send_enableTable() 공개 메소드

public send_enableTable ( byte tableName ) : void
tableName byte
리턴 void

send_get() 공개 메소드

public send_get ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
리턴 void

send_getColumnDescriptors() 공개 메소드

public send_getColumnDescriptors ( byte tableName ) : void
tableName byte
리턴 void

send_getRow() 공개 메소드

public send_getRow ( byte tableName, byte row ) : void
tableName byte
row byte
리턴 void

send_getRowTs() 공개 메소드

public send_getRowTs ( byte tableName, byte row, long timestamp ) : void
tableName byte
row byte
timestamp long
리턴 void

send_getRowWithColumns() 공개 메소드

public send_getRowWithColumns ( byte tableName, byte row, List columns ) : void
tableName byte
row byte
columns List
리턴 void

send_getRowWithColumnsTs() 공개 메소드

public send_getRowWithColumnsTs ( byte tableName, byte row, List columns, long timestamp ) : void
tableName byte
row byte
columns List
timestamp long
리턴 void

send_getRows() 공개 메소드

public send_getRows ( byte tableName, List rows ) : void
tableName byte
rows List
리턴 void

send_getRowsTs() 공개 메소드

public send_getRowsTs ( byte tableName, List rows, long timestamp ) : void
tableName byte
rows List
timestamp long
리턴 void

send_getRowsWithColumns() 공개 메소드

public send_getRowsWithColumns ( byte tableName, List rows, List columns ) : void
tableName byte
rows List
columns List
리턴 void

send_getRowsWithColumnsTs() 공개 메소드

public send_getRowsWithColumnsTs ( byte tableName, List rows, List columns, long timestamp ) : void
tableName byte
rows List
columns List
timestamp long
리턴 void

send_getTableNames() 공개 메소드

public send_getTableNames ( ) : void
리턴 void

send_getTableRegions() 공개 메소드

public send_getTableRegions ( byte tableName ) : void
tableName byte
리턴 void

send_getVer() 공개 메소드

public send_getVer ( byte tableName, byte row, byte column, int numVersions ) : void
tableName byte
row byte
column byte
numVersions int
리턴 void

send_getVerTs() 공개 메소드

public send_getVerTs ( byte tableName, byte row, byte column, long timestamp, int numVersions ) : void
tableName byte
row byte
column byte
timestamp long
numVersions int
리턴 void

send_isTableEnabled() 공개 메소드

public send_isTableEnabled ( byte tableName ) : void
tableName byte
리턴 void

send_majorCompact() 공개 메소드

public send_majorCompact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
리턴 void

send_mutateRow() 공개 메소드

public send_mutateRow ( byte tableName, byte row, List mutations ) : void
tableName byte
row byte
mutations List
리턴 void

send_mutateRowTs() 공개 메소드

public send_mutateRowTs ( byte tableName, byte row, List mutations, long timestamp ) : void
tableName byte
row byte
mutations List
timestamp long
리턴 void

send_mutateRows() 공개 메소드

public send_mutateRows ( byte tableName, List rowBatches ) : void
tableName byte
rowBatches List
리턴 void

send_mutateRowsTs() 공개 메소드

public send_mutateRowsTs ( byte tableName, List rowBatches, long timestamp ) : void
tableName byte
rowBatches List
timestamp long
리턴 void

send_scannerClose() 공개 메소드

public send_scannerClose ( int id ) : void
id int
리턴 void

send_scannerGet() 공개 메소드

public send_scannerGet ( int id ) : void
id int
리턴 void

send_scannerGetList() 공개 메소드

public send_scannerGetList ( int id, int nbRows ) : void
id int
nbRows int
리턴 void

send_scannerOpen() 공개 메소드

public send_scannerOpen ( byte tableName, byte startRow, List columns ) : void
tableName byte
startRow byte
columns List
리턴 void

send_scannerOpenTs() 공개 메소드

public send_scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : void
tableName byte
startRow byte
columns List
timestamp long
리턴 void

send_scannerOpenWithPrefix() 공개 메소드

public send_scannerOpenWithPrefix ( byte tableName, byte startAndPrefix, List columns ) : void
tableName byte
startAndPrefix byte
columns List
리턴 void

send_scannerOpenWithStop() 공개 메소드

public send_scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : void
tableName byte
startRow byte
stopRow byte
columns List
리턴 void

send_scannerOpenWithStopTs() 공개 메소드

public send_scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : void
tableName byte
startRow byte
stopRow byte
columns List
timestamp long
리턴 void

프로퍼티 상세

iprot_ 보호되어 있는 프로퍼티

protected TProtocol,Thrift.Protocol iprot_
리턴 Thrift.Protocol.TProtocol

oprot_ 보호되어 있는 프로퍼티

protected TProtocol,Thrift.Protocol oprot_
리턴 Thrift.Protocol.TProtocol

seqid_ 보호되어 있는 프로퍼티

protected int seqid_
리턴 int