|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tool | |
---|---|
org.apache.avro.mapred.tether | Run Hadoop MapReduce jobs over Avro data, with map and reduce functions run in a sub-process. |
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.mapred.tether |
---|
Classes in org.apache.avro.mapred.tether that implement Tool | |
---|---|
class |
TetherJob
Constructs and submits tether jobs. |
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 |
FromTextTool
Reads a text file into an Avro data file. |
class |
IdlTool
Tool implementation for generating Avro JSON schemata from idl 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. |
class |
ToTextTool
Reads an avro data file into a plain text file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |