Uses of Interface
org.apache.hadoop.util.Tool

Packages that use Tool
org.apache.hadoop.fs.s3 A distributed, block-based implementation of FileSystem that uses Amazon S3 as a backing store. 
org.apache.hadoop.util Common utilities. 
 

Uses of Tool in org.apache.hadoop.fs.s3
 

Classes in org.apache.hadoop.fs.s3 that implement Tool
 class MigrationTool
           This class is a tool for migrating data from an older to a newer version of an S3 filesystem.
 

Uses of Tool in org.apache.hadoop.util
 

Methods in org.apache.hadoop.util with parameters of type Tool
static int ToolRunner.run(Configuration conf, Tool tool, String[] args)
          Runs the given Tool by run(String[]), after parsing with the given generic arguments.
static int ToolRunner.run(Tool tool, String[] args)
          Runs the Tool with its Configuration.
 



Copyright © 2009 The Apache Software Foundation