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

Datei anzeigen Open project: charliem/OCM Class Usage Examples

Public Properties

Property Type Description
__isset Isset
endKey byte[]
id long
name byte[]
startKey byte[]
version byte

Public Methods

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

Method Details

Read() public method

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

TRegionInfo() public method

public TRegionInfo ( ) : System
return System

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

endKey public_oe property

public byte[] endKey
return byte[]

id public_oe property

public long id
return long

name public_oe property

public byte[] name
return byte[]

startKey public_oe property

public byte[] startKey
return byte[]

version public_oe property

public byte version
return byte