C# Class RiakClient.Commands.TS.ResponseDecoder

Mostra file Open project: basho/riak-dotnet-client Class Usage Examples

Public Methods

Method Description
Decode ( ) : DecodedResponse
ResponseDecoder ( TsGetResp response ) : System
ResponseDecoder ( TsQueryResp response ) : System
ResponseDecoder ( TsTtbResp response ) : System

Private Methods

Method 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 method

public Decode ( ) : DecodedResponse
return DecodedResponse

ResponseDecoder() public method

public ResponseDecoder ( TsGetResp response ) : System
response TsGetResp
return System

ResponseDecoder() public method

public ResponseDecoder ( TsQueryResp response ) : System
response TsQueryResp
return System

ResponseDecoder() public method

public ResponseDecoder ( TsTtbResp response ) : System
response TsTtbResp
return System