C# Class Apache.Hadoop.Hbase.Thrift2.THBaseService.Processor

Inheritance: TProcessor
Afficher le fichier Open project: zbw911/CS4Hadoop

Protected Properties

Свойство Type Description
processMap_ ProcessFunction>.Dictionary

Méthodes publiques

Méthode Description
Process ( TProtocol iprot, TProtocol oprot ) : bool
Processor ( Iface iface ) : System
checkAndDelete_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
checkAndPut_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
closeScanner_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
deleteMultiple_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
deleteSingle_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
exists_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
getMultiple_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
getScannerRows_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
get_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
increment_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
openScanner_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
putMultiple_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
put_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void

Method Details

Process() public méthode

public Process ( TProtocol iprot, TProtocol oprot ) : bool
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat bool

Processor() public méthode

public Processor ( Iface iface ) : System
iface Iface
Résultat System

checkAndDelete_Process() public méthode

public checkAndDelete_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

checkAndPut_Process() public méthode

public checkAndPut_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

closeScanner_Process() public méthode

public closeScanner_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

deleteMultiple_Process() public méthode

public deleteMultiple_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

deleteSingle_Process() public méthode

public deleteSingle_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

exists_Process() public méthode

public exists_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

getMultiple_Process() public méthode

public getMultiple_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

getScannerRows_Process() public méthode

public getScannerRows_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

get_Process() public méthode

public get_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

increment_Process() public méthode

public increment_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

openScanner_Process() public méthode

public openScanner_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

putMultiple_Process() public méthode

public putMultiple_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

put_Process() public méthode

public put_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

Property Details

processMap_ protected_oe property

protected Dictionary processMap_
Résultat ProcessFunction>.Dictionary