C# Class RiakClient.Commands.TS.ResponseDecoder

Afficher le fichier Open project: basho/riak-dotnet-client Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( ) : DecodedResponse
ResponseDecoder ( TsGetResp response ) : System
ResponseDecoder ( TsQueryResp response ) : System
ResponseDecoder ( TsTtbResp response ) : System

Private Methods

Méthode Description
OnBadTag ( byte tag, Column cgot ) : Exception
ParseAtomResult ( string atom ) : DecodedResponse
ParseCell ( OtpInputStream s, int i, Column cols ) : Cell
ParseColumns ( OtpInputStream s ) : Column[]
ParseRow ( OtpInputStream s, Column cols ) : Row
ParseRows ( OtpInputStream s, Column cols ) : Row[]
ParseTupleResult ( OtpInputStream s ) : DecodedResponse
ResponseDecoder ( IEnumerable tscols, IEnumerable tsrows ) : System

Method Details

Decode() public méthode

public Decode ( ) : DecodedResponse
Résultat DecodedResponse

ResponseDecoder() public méthode

public ResponseDecoder ( TsGetResp response ) : System
response TsGetResp
Résultat System

ResponseDecoder() public méthode

public ResponseDecoder ( TsQueryResp response ) : System
response TsQueryResp
Résultat System

ResponseDecoder() public méthode

public ResponseDecoder ( TsTtbResp response ) : System
response TsTtbResp
Résultat System