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

Datei anzeigen Open project: charliem/OCM

Public Properties

Property Type Description
__isset Isset
columns List
startRow byte[]
stopRow byte[]
tableName byte[]

Public Methods

Method Description
Read ( TProtocol iprot ) : void
ToString ( ) : string
Write ( TProtocol oprot ) : void
scannerOpenWithStop_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

scannerOpenWithStop_args() public method

public scannerOpenWithStop_args ( ) : System
return System

Property Details

__isset public_oe property

public Isset __isset
return Isset

columns public_oe property

public List columns
return List

startRow public_oe property

public byte[] startRow
return byte[]

stopRow public_oe property

public byte[] stopRow
return byte[]

tableName public_oe property

public byte[] tableName
return byte[]