C# Class Apache.Hadoop.Hbase.Hbase.Client

Inheritance: Iface
Show file Open project: zbw911/CS4Hadoop

Protected Properties

Property Type Description
iprot_ Thrift.Protocol.TProtocol
oprot_ Thrift.Protocol.TProtocol
seqid_ int

Public Methods

Method Description
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

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

atomicIncrement() public method

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

compact() public method

public compact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
return void

createTable() public method

public createTable ( byte tableName, List columnFamilies ) : void
tableName byte
columnFamilies List
return void

deleteAll() public method

public deleteAll ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
return void

deleteAllRow() public method

public deleteAllRow ( byte tableName, byte row ) : void
tableName byte
row byte
return void

deleteAllRowTs() public method

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

deleteAllTs() public method

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

deleteTable() public method

public deleteTable ( byte tableName ) : void
tableName byte
return void

disableTable() public method

public disableTable ( byte tableName ) : void
tableName byte
return void

enableTable() public method

public enableTable ( byte tableName ) : void
tableName byte
return void

get() public method

public get ( byte tableName, byte row, byte column ) : List
tableName byte
row byte
column byte
return List

getColumnDescriptors() public method

public getColumnDescriptors ( byte tableName ) : ColumnDescriptor>.Dictionary
tableName byte
return ColumnDescriptor>.Dictionary

getRow() public method

public getRow ( byte tableName, byte row ) : List
tableName byte
row byte
return List

getRowTs() public method

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

getRowWithColumns() public method

public getRowWithColumns ( byte tableName, byte row, List columns ) : List
tableName byte
row byte
columns List
return List

getRowWithColumnsTs() public method

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

getRows() public method

public getRows ( byte tableName, List rows ) : List
tableName byte
rows List
return List

getRowsTs() public method

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

getRowsWithColumns() public method

public getRowsWithColumns ( byte tableName, List rows, List columns ) : List
tableName byte
rows List
columns List
return List

getRowsWithColumnsTs() public method

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

getTableNames() public method

public getTableNames ( ) : List
return List

getTableRegions() public method

public getTableRegions ( byte tableName ) : List
tableName byte
return List

getVer() public method

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

getVerTs() public method

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

isTableEnabled() public method

public isTableEnabled ( byte tableName ) : bool
tableName byte
return bool

majorCompact() public method

public majorCompact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
return void

mutateRow() public method

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

mutateRowTs() public method

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

mutateRows() public method

public mutateRows ( byte tableName, List rowBatches ) : void
tableName byte
rowBatches List
return void

mutateRowsTs() public method

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

recv_atomicIncrement() public method

public recv_atomicIncrement ( ) : long
return long

recv_compact() public method

public recv_compact ( ) : void
return void

recv_createTable() public method

public recv_createTable ( ) : void
return void

recv_deleteAll() public method

public recv_deleteAll ( ) : void
return void

recv_deleteAllRow() public method

public recv_deleteAllRow ( ) : void
return void

recv_deleteAllRowTs() public method

public recv_deleteAllRowTs ( ) : void
return void

recv_deleteAllTs() public method

public recv_deleteAllTs ( ) : void
return void

recv_deleteTable() public method

public recv_deleteTable ( ) : void
return void

recv_disableTable() public method

public recv_disableTable ( ) : void
return void

recv_enableTable() public method

public recv_enableTable ( ) : void
return void

recv_get() public method

public recv_get ( ) : List
return List

recv_getColumnDescriptors() public method

public recv_getColumnDescriptors ( ) : ColumnDescriptor>.Dictionary
return ColumnDescriptor>.Dictionary

recv_getRow() public method

public recv_getRow ( ) : List
return List

recv_getRowTs() public method

public recv_getRowTs ( ) : List
return List

recv_getRowWithColumns() public method

public recv_getRowWithColumns ( ) : List
return List

recv_getRowWithColumnsTs() public method

public recv_getRowWithColumnsTs ( ) : List
return List

recv_getRows() public method

public recv_getRows ( ) : List
return List

recv_getRowsTs() public method

public recv_getRowsTs ( ) : List
return List

recv_getRowsWithColumns() public method

public recv_getRowsWithColumns ( ) : List
return List

recv_getRowsWithColumnsTs() public method

public recv_getRowsWithColumnsTs ( ) : List
return List

recv_getTableNames() public method

public recv_getTableNames ( ) : List
return List

recv_getTableRegions() public method

public recv_getTableRegions ( ) : List
return List

recv_getVer() public method

public recv_getVer ( ) : List
return List

recv_getVerTs() public method

public recv_getVerTs ( ) : List
return List

recv_isTableEnabled() public method

public recv_isTableEnabled ( ) : bool
return bool

recv_majorCompact() public method

public recv_majorCompact ( ) : void
return void

recv_mutateRow() public method

public recv_mutateRow ( ) : void
return void

recv_mutateRowTs() public method

public recv_mutateRowTs ( ) : void
return void

recv_mutateRows() public method

public recv_mutateRows ( ) : void
return void

recv_mutateRowsTs() public method

public recv_mutateRowsTs ( ) : void
return void

recv_scannerClose() public method

public recv_scannerClose ( ) : void
return void

recv_scannerGet() public method

public recv_scannerGet ( ) : List
return List

recv_scannerGetList() public method

public recv_scannerGetList ( ) : List
return List

recv_scannerOpen() public method

public recv_scannerOpen ( ) : int
return int

recv_scannerOpenTs() public method

public recv_scannerOpenTs ( ) : int
return int

recv_scannerOpenWithPrefix() public method

public recv_scannerOpenWithPrefix ( ) : int
return int

recv_scannerOpenWithStop() public method

public recv_scannerOpenWithStop ( ) : int
return int

recv_scannerOpenWithStopTs() public method

public recv_scannerOpenWithStopTs ( ) : int
return int

scannerClose() public method

public scannerClose ( int id ) : void
id int
return void

scannerGet() public method

public scannerGet ( int id ) : List
id int
return List

scannerGetList() public method

public scannerGetList ( int id, int nbRows ) : List
id int
nbRows int
return List

scannerOpen() public method

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

scannerOpenTs() public method

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

scannerOpenWithPrefix() public method

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

scannerOpenWithStop() public method

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

scannerOpenWithStopTs() public method

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

send_atomicIncrement() public method

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

send_compact() public method

public send_compact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
return void

send_createTable() public method

public send_createTable ( byte tableName, List columnFamilies ) : void
tableName byte
columnFamilies List
return void

send_deleteAll() public method

public send_deleteAll ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
return void

send_deleteAllRow() public method

public send_deleteAllRow ( byte tableName, byte row ) : void
tableName byte
row byte
return void

send_deleteAllRowTs() public method

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

send_deleteAllTs() public method

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

send_deleteTable() public method

public send_deleteTable ( byte tableName ) : void
tableName byte
return void

send_disableTable() public method

public send_disableTable ( byte tableName ) : void
tableName byte
return void

send_enableTable() public method

public send_enableTable ( byte tableName ) : void
tableName byte
return void

send_get() public method

public send_get ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
return void

send_getColumnDescriptors() public method

public send_getColumnDescriptors ( byte tableName ) : void
tableName byte
return void

send_getRow() public method

public send_getRow ( byte tableName, byte row ) : void
tableName byte
row byte
return void

send_getRowTs() public method

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

send_getRowWithColumns() public method

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

send_getRowWithColumnsTs() public method

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

send_getRows() public method

public send_getRows ( byte tableName, List rows ) : void
tableName byte
rows List
return void

send_getRowsTs() public method

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

send_getRowsWithColumns() public method

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

send_getRowsWithColumnsTs() public method

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

send_getTableNames() public method

public send_getTableNames ( ) : void
return void

send_getTableRegions() public method

public send_getTableRegions ( byte tableName ) : void
tableName byte
return void

send_getVer() public method

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

send_getVerTs() public method

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

send_isTableEnabled() public method

public send_isTableEnabled ( byte tableName ) : void
tableName byte
return void

send_majorCompact() public method

public send_majorCompact ( byte tableNameOrRegionName ) : void
tableNameOrRegionName byte
return void

send_mutateRow() public method

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

send_mutateRowTs() public method

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

send_mutateRows() public method

public send_mutateRows ( byte tableName, List rowBatches ) : void
tableName byte
rowBatches List
return void

send_mutateRowsTs() public method

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

send_scannerClose() public method

public send_scannerClose ( int id ) : void
id int
return void

send_scannerGet() public method

public send_scannerGet ( int id ) : void
id int
return void

send_scannerGetList() public method

public send_scannerGetList ( int id, int nbRows ) : void
id int
nbRows int
return void

send_scannerOpen() public method

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

send_scannerOpenTs() public method

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

send_scannerOpenWithPrefix() public method

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

send_scannerOpenWithStop() public method

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

send_scannerOpenWithStopTs() public method

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

Property Details

iprot_ protected property

protected TProtocol,Thrift.Protocol iprot_
return Thrift.Protocol.TProtocol

oprot_ protected property

protected TProtocol,Thrift.Protocol oprot_
return Thrift.Protocol.TProtocol

seqid_ protected property

protected int seqid_
return int