All Classes and Interfaces

Class
Description
Converts an input file from Avro binary into JSON.
Tool to extract samples from an Avro data file.
Tool to concatenate avro files with the same schema and non-reserved metatdata.
Creates a file filled with randomly-generated instances of a schema.
Reads a data file to get its metadata.
Reads a data file to get its schema.
Reads a data file and dumps to JSON
Recovers data from a corrupt Avro Data file
Reads new-line delimited JSON records and writers an Avro data file.
Reads a text file into an Avro data file.
Tool implementation for generating Avro JSON schemata from idl format files.
Extract the Avro JSON schemata of the types of a protocol defined through an idl format file.
Utility to induce a schema from a class or a protocol from an interface.
Tool to convert JSON data into the binary form.
Command-line driver.
Tool to alter the codec of an Avro data file.
Counts the records in avro files or folders
Tool to grab the protocol from a remote running service.
Receives one RPC call and responds.
Sends a single RPC message.
Utility to generate fingerprint(s) from a schema.
Utility to convert an Avro @{Schema} to its canonical form.
A Tool for compiling avro protocols or schemas to Java classes using the Avro SpecificCompiler.
 
Command-line "avro-tools" utilities should implement this interface for delegation by Main.
Reads an avro data file into a plain text file.
Reads an Avro data file and writes a Trevni file.
Tool to create randomly populated Trevni file based on an Avro schema
Tool to print Trevni file metadata as JSON.
Tool to read Trevni files and print them as JSON.