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

Afficher le fichier Open project: charliem/OCM Class Usage Examples

Méthodes publiques

Свойство Type Description
__isset Isset
timestamp long
value byte[]

Méthodes publiques

Méthode Description
Read ( TProtocol iprot ) : void
TCell ( ) : System
ToString ( ) : string
Write ( TProtocol oprot ) : void

Method Details

Read() public méthode

public Read ( TProtocol iprot ) : void
iprot Thrift.Protocol.TProtocol
Résultat void

TCell() public méthode

public TCell ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( TProtocol oprot ) : void
oprot Thrift.Protocol.TProtocol
Résultat void

Property Details

__isset public_oe property

public Isset __isset
Résultat Isset

timestamp public_oe property

public long timestamp
Résultat long

value public_oe property

public byte[] value
Résultat byte[]