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

Datei anzeigen Open project: charliem/OCM

Public Properties

Property Type Description
__isset Isset
row byte[]
tableName byte[]
timestamp long

Public Methods

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

deleteAllRowTs_args() public method

public deleteAllRowTs_args ( ) : System
return System

Property Details

__isset public_oe property

public Isset __isset
return Isset

row public_oe property

public byte[] row
return byte[]

tableName public_oe property

public byte[] tableName
return byte[]

timestamp public_oe property

public long timestamp
return long