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

Datei anzeigen Open project: charliem/OCM

Public Properties

Property Type Description
__isset Isset
column byte[]
numVersions int
row byte[]
tableName byte[]

Public Methods

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

Method Details

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

getVer_args() public method

public getVer_args ( ) : System
return System

Property Details

__isset public_oe property

public Isset __isset
return Isset

column public_oe property

public byte[] column
return byte[]

numVersions public_oe property

public int numVersions
return int

row public_oe property

public byte[] row
return byte[]

tableName public_oe property

public byte[] tableName
return byte[]