Table of Contents - tros
Classes and Modules
- Tros
- Tros::AvroError
- Tros::AvroTypeError
- Tros::DataFile
- Tros::DataFile::DataFileError
- Tros::DataFile::DeflateCodec
- Tros::DataFile::NullCodec
- Tros::DataFile::Reader
- Tros::DataFile::Writer
- Tros::IO
- Tros::IO::AvroTypeError
- Tros::IO::BinaryDecoder
- Tros::IO::BinaryEncoder
- Tros::IO::DatumReader
- Tros::IO::DatumWriter
- Tros::IO::SchemaMatchException
- Tros::IPC
- Tros::IPC::AvroRemoteError
- Tros::IPC::AvroRemoteException
- Tros::IPC::ConnectionClosedError
- Tros::IPC::ConnectionClosedException
- Tros::IPC::FramedReader
- Tros::IPC::FramedWriter
- Tros::IPC::HTTPTransceiver
- Tros::IPC::Requestor
- Tros::IPC::Responder
- Tros::IPC::SocketTransport
- Tros::Name
- Tros::Protocol
- Tros::Protocol::Message
- Tros::Protocol::ProtocolParseError
- Tros::Schema
- Tros::Schema::ArraySchema
- Tros::Schema::EnumSchema
- Tros::Schema::Field
- Tros::Schema::FixedSchema
- Tros::Schema::MapSchema
- Tros::Schema::NamedSchema
- Tros::Schema::PrimitiveSchema
- Tros::Schema::RecordSchema
- Tros::Schema::UnionSchema
- Tros::SchemaParseError
Methods
- ::add_name — Tros::Name
- ::codecs — Tros::DataFile
- ::extract_namespace — Tros::Name
- ::generate_sync_marker — Tros::DataFile::Writer
- ::get_codec — Tros::DataFile
- ::make_field_objects — Tros::Schema::RecordSchema
- ::make_fullname — Tros::Name
- ::match_schemas — Tros::IO::DatumReader
- ::new — Tros::AvroTypeError
- ::new — Tros::DataFile::Writer
- ::new — Tros::DataFile::Reader
- ::new — Tros::DataFile::DeflateCodec
- ::new — Tros::IO::AvroTypeError
- ::new — Tros::IO::SchemaMatchException
- ::new — Tros::IO::BinaryDecoder
- ::new — Tros::IO::BinaryEncoder
- ::new — Tros::IO::DatumReader
- ::new — Tros::IO::DatumWriter
- ::new — Tros::IPC::Requestor
- ::new — Tros::IPC::Responder
- ::new — Tros::IPC::SocketTransport
- ::new — Tros::IPC::FramedWriter
- ::new — Tros::IPC::FramedReader
- ::new — Tros::IPC::HTTPTransceiver
- ::new — Tros::Protocol
- ::new — Tros::Protocol::Message
- ::new — Tros::Schema
- ::new — Tros::Schema::NamedSchema
- ::new — Tros::Schema::RecordSchema
- ::new — Tros::Schema::ArraySchema
- ::new — Tros::Schema::MapSchema
- ::new — Tros::Schema::UnionSchema
- ::new — Tros::Schema::EnumSchema
- ::new — Tros::Schema::PrimitiveSchema
- ::new — Tros::Schema::FixedSchema
- ::new — Tros::Schema::Field
- ::open — Tros::DataFile
- ::open_reader — Tros::DataFile
- ::open_writer — Tros::DataFile
- ::parse — Tros::Protocol
- ::parse — Tros::Schema
- ::real_parse — Tros::Schema
- ::register_codec — Tros::DataFile
- ::validate — Tros::Schema
- ::validate_strictly — Tros::Schema
- #<< — Tros::DataFile::Writer
- #== — Tros::Protocol
- #== — Tros::Schema
- #byte! — Tros::IO::BinaryDecoder
- #call — Tros::IPC::Responder
- #chunk_error? — Tros::IPC::FramedReader
- #close — Tros::DataFile::Writer
- #close — Tros::DataFile::Reader
- #close — Tros::IPC::SocketTransport
- #codec_name — Tros::DataFile::NullCodec
- #codec_name — Tros::DataFile::DeflateCodec
- #compress — Tros::DataFile::NullCodec
- #compress — Tros::DataFile::DeflateCodec
- #decompress — Tros::DataFile::NullCodec
- #decompress — Tros::DataFile::DeflateCodec
- #each — Tros::DataFile::Reader
- #eof? — Tros::DataFile::Reader
- #fields_hash — Tros::Schema::RecordSchema
- #flush — Tros::DataFile::Writer
- #fullname — Tros::Schema::NamedSchema
- #hash — Tros::Schema
- #is_connected? — Tros::IPC::SocketTransport
- #parse_errors — Tros::Protocol::Message
- #parse_messages — Tros::Protocol
- #parse_request — Tros::Protocol::Message
- #parse_response — Tros::Protocol::Message
- #parse_types — Tros::Protocol
- #process_handshake — Tros::IPC::Responder
- #read — Tros::IO::BinaryDecoder
- #read — Tros::IO::DatumReader
- #read_array — Tros::IO::DatumReader
- #read_block_header — Tros::DataFile::Reader
- #read_boolean — Tros::IO::BinaryDecoder
- #read_buffer_length — Tros::IPC::SocketTransport
- #read_buffer_size — Tros::IPC::FramedReader
- #read_bytes — Tros::IO::BinaryDecoder
- #read_call_response — Tros::IPC::Requestor
- #read_data — Tros::IO::DatumReader
- #read_default_value — Tros::IO::DatumReader
- #read_double — Tros::IO::BinaryDecoder
- #read_enum — Tros::IO::DatumReader
- #read_error — Tros::IPC::Requestor
- #read_fixed — Tros::IO::DatumReader
- #read_float — Tros::IO::BinaryDecoder
- #read_framed_message — Tros::IPC::SocketTransport
- #read_framed_message — Tros::IPC::FramedReader
- #read_handshake_response — Tros::IPC::Requestor
- #read_header — Tros::DataFile::Reader
- #read_int — Tros::IO::BinaryDecoder
- #read_long — Tros::IO::BinaryDecoder
- #read_map — Tros::IO::DatumReader
- #read_null — Tros::IO::BinaryDecoder
- #read_record — Tros::IO::DatumReader
- #read_request — Tros::IPC::Responder
- #read_response — Tros::IPC::Requestor
- #read_string — Tros::IO::BinaryDecoder
- #read_union — Tros::IO::DatumReader
- #remote_hash= — Tros::IPC::Requestor
- #remote_protocol= — Tros::IPC::Requestor
- #request — Tros::IPC::Requestor
- #respond — Tros::IPC::Responder
- #skip — Tros::IO::BinaryDecoder
- #skip_array — Tros::IO::DatumReader
- #skip_blocks — Tros::IO::DatumReader
- #skip_boolean — Tros::IO::BinaryDecoder
- #skip_bytes — Tros::IO::BinaryDecoder
- #skip_data — Tros::IO::DatumReader
- #skip_double — Tros::IO::BinaryDecoder
- #skip_enum — Tros::IO::DatumReader
- #skip_fixed — Tros::IO::DatumReader
- #skip_float — Tros::IO::BinaryDecoder
- #skip_int — Tros::IO::BinaryDecoder
- #skip_long — Tros::IO::BinaryDecoder
- #skip_map — Tros::IO::DatumReader
- #skip_null — Tros::IO::BinaryDecoder
- #skip_record — Tros::IO::DatumReader
- #skip_string — Tros::IO::BinaryDecoder
- #skip_sync — Tros::DataFile::Reader
- #skip_union — Tros::IO::DatumReader
- #subparse — Tros::Schema
- #sync — Tros::DataFile::Writer
- #to_avro — Tros::Protocol
- #to_avro — Tros::Protocol::Message
- #to_avro — Tros::Schema
- #to_avro — Tros::Schema::NamedSchema
- #to_avro — Tros::Schema::RecordSchema
- #to_avro — Tros::Schema::ArraySchema
- #to_avro — Tros::Schema::MapSchema
- #to_avro — Tros::Schema::UnionSchema
- #to_avro — Tros::Schema::EnumSchema
- #to_avro — Tros::Schema::PrimitiveSchema
- #to_avro — Tros::Schema::FixedSchema
- #to_avro — Tros::Schema::Field
- #to_s — Tros::IPC::FramedWriter
- #to_s — Tros::Protocol
- #to_s — Tros::Protocol::Message
- #to_s — Tros::Schema
- #transceive — Tros::IPC::SocketTransport
- #transceive — Tros::IPC::HTTPTransceiver
- #type — Tros::Schema
- #write — Tros::IO::BinaryEncoder
- #write — Tros::IO::DatumWriter
- #write_array — Tros::IO::DatumWriter
- #write_block — Tros::DataFile::Writer
- #write_boolean — Tros::IO::BinaryEncoder
- #write_buffer — Tros::IPC::SocketTransport
- #write_buffer — Tros::IPC::FramedWriter
- #write_buffer_length — Tros::IPC::SocketTransport
- #write_buffer_size — Tros::IPC::FramedWriter
- #write_bytes — Tros::IO::BinaryEncoder
- #write_call_request — Tros::IPC::Requestor
- #write_data — Tros::IO::DatumWriter
- #write_double — Tros::IO::BinaryEncoder
- #write_enum — Tros::IO::DatumWriter
- #write_error — Tros::IPC::Responder
- #write_fixed — Tros::IO::DatumWriter
- #write_float — Tros::IO::BinaryEncoder
- #write_framed_message — Tros::IPC::SocketTransport
- #write_framed_message — Tros::IPC::FramedWriter
- #write_handshake_request — Tros::IPC::Requestor
- #write_header — Tros::DataFile::Writer
- #write_int — Tros::IO::BinaryEncoder
- #write_long — Tros::IO::BinaryEncoder
- #write_map — Tros::IO::DatumWriter
- #write_null — Tros::IO::BinaryEncoder
- #write_record — Tros::IO::DatumWriter
- #write_request — Tros::IPC::Requestor
- #write_response — Tros::IPC::Responder
- #write_string — Tros::IO::BinaryEncoder
- #write_union — Tros::IO::DatumWriter