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

Inheritance: Iface
Datei anzeigen Open project: charliem/OCM

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
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 ) : TCell
getColumnDescriptors ( byte tableName ) : ColumnDescriptor>.Dictionary
getRow ( byte tableName, byte row ) : TRowResult
getRowTs ( byte tableName, byte row, long timestamp ) : TRowResult
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
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_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 ( ) : TCell
recv_getColumnDescriptors ( ) : ColumnDescriptor>.Dictionary
recv_getRow ( ) : TRowResult
recv_getRowTs ( ) : TRowResult
recv_getTableNames ( ) : List
recv_getTableRegions ( ) : List
recv_getVer ( ) : List
recv_getVerTs ( ) : List
recv_isTableEnabled ( ) : bool
recv_mutateRow ( ) : void
recv_mutateRowTs ( ) : void
recv_mutateRows ( ) : void
recv_mutateRowsTs ( ) : void
recv_scannerClose ( ) : void
recv_scannerGet ( ) : TRowResult
recv_scannerOpen ( ) : int
recv_scannerOpenTs ( ) : int
recv_scannerOpenWithStop ( ) : int
recv_scannerOpenWithStopTs ( ) : int
scannerClose ( int id ) : void
scannerGet ( int id ) : TRowResult
scannerOpen ( byte tableName, byte startRow, List columns ) : int
scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : int
scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : int
scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : int
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_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_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_scannerOpen ( byte tableName, byte startRow, List columns ) : void
send_scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : 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

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 ) : TCell
tableName byte
row byte
column byte
return TCell

getColumnDescriptors() public method

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

getRow() public method

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

getRowTs() public method

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

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

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_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 ( ) : TCell
return TCell

recv_getColumnDescriptors() public method

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

recv_getRow() public method

public recv_getRow ( ) : TRowResult
return TRowResult

recv_getRowTs() public method

public recv_getRowTs ( ) : TRowResult
return TRowResult

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_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 ( ) : TRowResult
return TRowResult

recv_scannerOpen() public method

public recv_scannerOpen ( ) : int
return int

recv_scannerOpenTs() public method

public recv_scannerOpenTs ( ) : 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 ) : TRowResult
id int
return TRowResult

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

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_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_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_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_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_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_oe property

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

oprot_ protected_oe property

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

seqid_ protected_oe property

protected int seqid_
return int