Learn R Programming

⚠️There's a newer version (1.1.7) of this package.Take me there.

thriftr (version 1.0.3)

Apache Thrift Client Server

Description

Pure R implementation of Apache Thrift. This library doesn't require any code generation. To learn more about Thrift go to .

Copy Link

Version

Install

install.packages('thriftr')

Monthly Downloads

140

Version

1.0.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Marek Jagielski

Last Published

September 24th, 2018

Functions in thriftr (1.0.3)

to_proper_struct

to_proper_struct
binary_read_val

Binary protocol: read value from binary buffer
parse

Parse a single thrift file to R6 class instance
make_server

Create server side thrift API
TServerSocket

TServerSocket
t_load

Load thrift file as a R6 instance.
parse_spec

parse_spec
binary_write_val

Binary protocol: write value to binary buffer
hexlify

hexlify
make_client

Create client side thrift API
TPayload

TPayload
TBufferedTransport

TBufferedTransport
TSocket

TSocket
TClient

TClient
TBinaryProtocolFactory

TBinaryProtocolFactory
TBinaryProtocol

TBinaryProtocol
TMemoryBuffer

TMemoryBuffer
TBufferedTransportFactory

TBufferedTransportFactory
TType

TType