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

Inheritance: Iface
Afficher le fichier Open project: charliem/OCM

Protected Properties

Свойство Type Description
iprot_ Thrift.Protocol.TProtocol
oprot_ Thrift.Protocol.TProtocol
seqid_ int

Méthodes publiques

Méthode 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 méthode

public Client ( TProtocol prot ) : System
prot Thrift.Protocol.TProtocol
Résultat System

Client() public méthode

public Client ( TProtocol iprot, TProtocol oprot ) : System
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat System

createTable() public méthode

public createTable ( byte tableName, List columnFamilies ) : void
tableName byte
columnFamilies List
Résultat void

deleteAll() public méthode

public deleteAll ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
Résultat void

deleteAllRow() public méthode

public deleteAllRow ( byte tableName, byte row ) : void
tableName byte
row byte
Résultat void

deleteAllRowTs() public méthode

public deleteAllRowTs ( byte tableName, byte row, long timestamp ) : void
tableName byte
row byte
timestamp long
Résultat void

deleteAllTs() public méthode

public deleteAllTs ( byte tableName, byte row, byte column, long timestamp ) : void
tableName byte
row byte
column byte
timestamp long
Résultat void

deleteTable() public méthode

public deleteTable ( byte tableName ) : void
tableName byte
Résultat void

disableTable() public méthode

public disableTable ( byte tableName ) : void
tableName byte
Résultat void

enableTable() public méthode

public enableTable ( byte tableName ) : void
tableName byte
Résultat void

get() public méthode

public get ( byte tableName, byte row, byte column ) : TCell
tableName byte
row byte
column byte
Résultat TCell

getColumnDescriptors() public méthode

public getColumnDescriptors ( byte tableName ) : ColumnDescriptor>.Dictionary
tableName byte
Résultat ColumnDescriptor>.Dictionary

getRow() public méthode

public getRow ( byte tableName, byte row ) : TRowResult
tableName byte
row byte
Résultat TRowResult

getRowTs() public méthode

public getRowTs ( byte tableName, byte row, long timestamp ) : TRowResult
tableName byte
row byte
timestamp long
Résultat TRowResult

getTableNames() public méthode

public getTableNames ( ) : List
Résultat List

getTableRegions() public méthode

public getTableRegions ( byte tableName ) : List
tableName byte
Résultat List

getVer() public méthode

public getVer ( byte tableName, byte row, byte column, int numVersions ) : List
tableName byte
row byte
column byte
numVersions int
Résultat List

getVerTs() public méthode

public getVerTs ( byte tableName, byte row, byte column, long timestamp, int numVersions ) : List
tableName byte
row byte
column byte
timestamp long
numVersions int
Résultat List

isTableEnabled() public méthode

public isTableEnabled ( byte tableName ) : bool
tableName byte
Résultat bool

mutateRow() public méthode

public mutateRow ( byte tableName, byte row, List mutations ) : void
tableName byte
row byte
mutations List
Résultat void

mutateRowTs() public méthode

public mutateRowTs ( byte tableName, byte row, List mutations, long timestamp ) : void
tableName byte
row byte
mutations List
timestamp long
Résultat void

mutateRows() public méthode

public mutateRows ( byte tableName, List rowBatches ) : void
tableName byte
rowBatches List
Résultat void

mutateRowsTs() public méthode

public mutateRowsTs ( byte tableName, List rowBatches, long timestamp ) : void
tableName byte
rowBatches List
timestamp long
Résultat void

recv_createTable() public méthode

public recv_createTable ( ) : void
Résultat void

recv_deleteAll() public méthode

public recv_deleteAll ( ) : void
Résultat void

recv_deleteAllRow() public méthode

public recv_deleteAllRow ( ) : void
Résultat void

recv_deleteAllRowTs() public méthode

public recv_deleteAllRowTs ( ) : void
Résultat void

recv_deleteAllTs() public méthode

public recv_deleteAllTs ( ) : void
Résultat void

recv_deleteTable() public méthode

public recv_deleteTable ( ) : void
Résultat void

recv_disableTable() public méthode

public recv_disableTable ( ) : void
Résultat void

recv_enableTable() public méthode

public recv_enableTable ( ) : void
Résultat void

recv_get() public méthode

public recv_get ( ) : TCell
Résultat TCell

recv_getColumnDescriptors() public méthode

public recv_getColumnDescriptors ( ) : ColumnDescriptor>.Dictionary
Résultat ColumnDescriptor>.Dictionary

recv_getRow() public méthode

public recv_getRow ( ) : TRowResult
Résultat TRowResult

recv_getRowTs() public méthode

public recv_getRowTs ( ) : TRowResult
Résultat TRowResult

recv_getTableNames() public méthode

public recv_getTableNames ( ) : List
Résultat List

recv_getTableRegions() public méthode

public recv_getTableRegions ( ) : List
Résultat List

recv_getVer() public méthode

public recv_getVer ( ) : List
Résultat List

recv_getVerTs() public méthode

public recv_getVerTs ( ) : List
Résultat List

recv_isTableEnabled() public méthode

public recv_isTableEnabled ( ) : bool
Résultat bool

recv_mutateRow() public méthode

public recv_mutateRow ( ) : void
Résultat void

recv_mutateRowTs() public méthode

public recv_mutateRowTs ( ) : void
Résultat void

recv_mutateRows() public méthode

public recv_mutateRows ( ) : void
Résultat void

recv_mutateRowsTs() public méthode

public recv_mutateRowsTs ( ) : void
Résultat void

recv_scannerClose() public méthode

public recv_scannerClose ( ) : void
Résultat void

recv_scannerGet() public méthode

public recv_scannerGet ( ) : TRowResult
Résultat TRowResult

recv_scannerOpen() public méthode

public recv_scannerOpen ( ) : int
Résultat int

recv_scannerOpenTs() public méthode

public recv_scannerOpenTs ( ) : int
Résultat int

recv_scannerOpenWithStop() public méthode

public recv_scannerOpenWithStop ( ) : int
Résultat int

recv_scannerOpenWithStopTs() public méthode

public recv_scannerOpenWithStopTs ( ) : int
Résultat int

scannerClose() public méthode

public scannerClose ( int id ) : void
id int
Résultat void

scannerGet() public méthode

public scannerGet ( int id ) : TRowResult
id int
Résultat TRowResult

scannerOpen() public méthode

public scannerOpen ( byte tableName, byte startRow, List columns ) : int
tableName byte
startRow byte
columns List
Résultat int

scannerOpenTs() public méthode

public scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : int
tableName byte
startRow byte
columns List
timestamp long
Résultat int

scannerOpenWithStop() public méthode

public scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : int
tableName byte
startRow byte
stopRow byte
columns List
Résultat int

scannerOpenWithStopTs() public méthode

public scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : int
tableName byte
startRow byte
stopRow byte
columns List
timestamp long
Résultat int

send_createTable() public méthode

public send_createTable ( byte tableName, List columnFamilies ) : void
tableName byte
columnFamilies List
Résultat void

send_deleteAll() public méthode

public send_deleteAll ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
Résultat void

send_deleteAllRow() public méthode

public send_deleteAllRow ( byte tableName, byte row ) : void
tableName byte
row byte
Résultat void

send_deleteAllRowTs() public méthode

public send_deleteAllRowTs ( byte tableName, byte row, long timestamp ) : void
tableName byte
row byte
timestamp long
Résultat void

send_deleteAllTs() public méthode

public send_deleteAllTs ( byte tableName, byte row, byte column, long timestamp ) : void
tableName byte
row byte
column byte
timestamp long
Résultat void

send_deleteTable() public méthode

public send_deleteTable ( byte tableName ) : void
tableName byte
Résultat void

send_disableTable() public méthode

public send_disableTable ( byte tableName ) : void
tableName byte
Résultat void

send_enableTable() public méthode

public send_enableTable ( byte tableName ) : void
tableName byte
Résultat void

send_get() public méthode

public send_get ( byte tableName, byte row, byte column ) : void
tableName byte
row byte
column byte
Résultat void

send_getColumnDescriptors() public méthode

public send_getColumnDescriptors ( byte tableName ) : void
tableName byte
Résultat void

send_getRow() public méthode

public send_getRow ( byte tableName, byte row ) : void
tableName byte
row byte
Résultat void

send_getRowTs() public méthode

public send_getRowTs ( byte tableName, byte row, long timestamp ) : void
tableName byte
row byte
timestamp long
Résultat void

send_getTableNames() public méthode

public send_getTableNames ( ) : void
Résultat void

send_getTableRegions() public méthode

public send_getTableRegions ( byte tableName ) : void
tableName byte
Résultat void

send_getVer() public méthode

public send_getVer ( byte tableName, byte row, byte column, int numVersions ) : void
tableName byte
row byte
column byte
numVersions int
Résultat void

send_getVerTs() public méthode

public send_getVerTs ( byte tableName, byte row, byte column, long timestamp, int numVersions ) : void
tableName byte
row byte
column byte
timestamp long
numVersions int
Résultat void

send_isTableEnabled() public méthode

public send_isTableEnabled ( byte tableName ) : void
tableName byte
Résultat void

send_mutateRow() public méthode

public send_mutateRow ( byte tableName, byte row, List mutations ) : void
tableName byte
row byte
mutations List
Résultat void

send_mutateRowTs() public méthode

public send_mutateRowTs ( byte tableName, byte row, List mutations, long timestamp ) : void
tableName byte
row byte
mutations List
timestamp long
Résultat void

send_mutateRows() public méthode

public send_mutateRows ( byte tableName, List rowBatches ) : void
tableName byte
rowBatches List
Résultat void

send_mutateRowsTs() public méthode

public send_mutateRowsTs ( byte tableName, List rowBatches, long timestamp ) : void
tableName byte
rowBatches List
timestamp long
Résultat void

send_scannerClose() public méthode

public send_scannerClose ( int id ) : void
id int
Résultat void

send_scannerGet() public méthode

public send_scannerGet ( int id ) : void
id int
Résultat void

send_scannerOpen() public méthode

public send_scannerOpen ( byte tableName, byte startRow, List columns ) : void
tableName byte
startRow byte
columns List
Résultat void

send_scannerOpenTs() public méthode

public send_scannerOpenTs ( byte tableName, byte startRow, List columns, long timestamp ) : void
tableName byte
startRow byte
columns List
timestamp long
Résultat void

send_scannerOpenWithStop() public méthode

public send_scannerOpenWithStop ( byte tableName, byte startRow, byte stopRow, List columns ) : void
tableName byte
startRow byte
stopRow byte
columns List
Résultat void

send_scannerOpenWithStopTs() public méthode

public send_scannerOpenWithStopTs ( byte tableName, byte startRow, byte stopRow, List columns, long timestamp ) : void
tableName byte
startRow byte
stopRow byte
columns List
timestamp long
Résultat void

Property Details

iprot_ protected_oe property

protected TProtocol,Thrift.Protocol iprot_
Résultat Thrift.Protocol.TProtocol

oprot_ protected_oe property

protected TProtocol,Thrift.Protocol oprot_
Résultat Thrift.Protocol.TProtocol

seqid_ protected_oe property

protected int seqid_
Résultat int