Uses of Interface
org.apache.avro.tool.Tool

Packages that use Tool
org.apache.avro.tool Avro command-line tool. 
 

Uses of Tool in org.apache.avro.tool
 

Classes in org.apache.avro.tool that implement Tool
 class BinaryFragmentToJsonTool
          Converts an input file from Avro binary into JSON.
 class DataFileGetSchemaTool
          Reads a data file to get its schema.
 class DataFileReadTool
          Reads a data file and dumps to JSON
 class DataFileWriteTool
          Reads new-line delimited JSON records and writers an Avro data file.
 class FromTextTool
          Reads a text file into an Avro data file.
 class IdlTool
          Tool implementation for generating Avro JSON schemata from idl format files.
 class InduceSchemaTool
          Utility to induce a schema from a class or a protocol from an interface.
 class JsonToBinaryFragmentTool
          Tool to convert JSON data into the binary form.
 class RecodecTool
          Tool to alter the codec of an Avro data file.
 class RpcReceiveTool
          Receives one RPC call and responds.
 class RpcSendTool
          Sends a single RPC message.
 class SpecificCompilerTool
          A Tool for compiling avro protocols or schemas to Java classes using the Avro SpecificCompiler.
 class TetherTool
           
 class ToTextTool
          Reads an avro data file into a plain text file.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.