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

Datei anzeigen Open project: charliem/OCM Class Usage Examples

Public Properties

Property Type Description
__isset Isset
column byte[]
isDelete bool
value byte[]

Public Methods

Method Description
Mutation ( ) : System
Read ( TProtocol iprot ) : void
ToString ( ) : string
Write ( TProtocol oprot ) : void

Method Details

Mutation() public method

public Mutation ( ) : System
return System

Read() public method

public Read ( TProtocol iprot ) : void
iprot Thrift.Protocol.TProtocol
return void

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( TProtocol oprot ) : void
oprot Thrift.Protocol.TProtocol
return void

Property Details

__isset public_oe property

public Isset __isset
return Isset

column public_oe property

public byte[] column
return byte[]

isDelete public_oe property

public bool isDelete
return bool

value public_oe property

public byte[] value
return byte[]