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

Packages that use Tool
org.apache.avro.reflect Use Java reflection to generate schemas and protocols for existing classes. 
org.apache.avro.specific Generate specific Java classes for schemas and protocols. 
org.apache.avro.tool Avro command-line tool. 
 

Uses of Tool in org.apache.avro.reflect
 

Classes in org.apache.avro.reflect that implement Tool
 class InduceSchemaTool
          Utility to induce a schema from a class or a protocol from an interface.
 

Uses of Tool in org.apache.avro.specific
 

Classes in org.apache.avro.specific that implement Tool
static class SpecificCompiler.SpecificCompilerTool
          Implementation of Tool for inclusion by the "avro-tools" runner.
 

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 GenAvroTool
          Tool implementation for generating Avro JSON schemata from genavro format files.
 class JsonToBinaryFragmentTool
          Tool to convert JSON data into the binary form.
 class RpcReceiveTool
          Receives one RPC call and responds.
 class RpcSendTool
          Sends a single RPC message.
 



Copyright © 2010 The Apache Software Foundation