Learn R Programming

thriftr (version 1.1.7)

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

174

Version

1.1.7

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 10th, 2022

Functions in thriftr (1.1.7)

binary_read_val

Binary protocol: read value from binary buffer
to_proper_struct

to_proper_struct
make_client

Create client side thrift API
hexlify

hexlify
binary_write_val

Binary protocol: write value to binary buffer
make_server

Create server side thrift API
TMemoryBuffer

TMemoryBuffer
parse

Parse a single thrift file to R6 class instance
t_load

Load thrift file as a R6 instance.
parse_spec

parse_spec
TBinaryProtocolFactory

TBinaryProtocolFactory
TType

TType
TServerSocket

TServerSocket
TClient

TClient
TBinaryProtocol

TBinaryProtocol
TPayload

TPayload
TSocket

TSocket
TBufferedTransport

TBufferedTransport
TBufferedTransportFactory

TBufferedTransportFactory