Uses of Class
org.apache.hadoop.tools.DistCpOptions

Packages that use DistCpOptions
com.inmobi.conduit.distcp   
org.apache.hadoop.tools   
org.apache.hadoop.tools.util   
 

Uses of DistCpOptions in com.inmobi.conduit.distcp
 

Constructors in com.inmobi.conduit.distcp with parameters of type DistCpOptions
ConduitDistCp(org.apache.hadoop.conf.Configuration configuration, DistCpOptions inputOptions, Map<String,org.apache.hadoop.fs.FileStatus> fileListingMap)
           
 

Uses of DistCpOptions in org.apache.hadoop.tools
 

Fields in org.apache.hadoop.tools declared as DistCpOptions
protected  DistCpOptions DistCp.inputOptions
           
 

Methods in org.apache.hadoop.tools that return DistCpOptions
protected  DistCpOptions DistCpOptions.clone()
           
static DistCpOptions OptionsParser.parse(String[] args)
          The parse method parses the command-line options, and creates a corresponding Options object.
 

Methods in org.apache.hadoop.tools with parameters of type DistCpOptions
 void CopyListing.buildListing(org.apache.hadoop.fs.Path pathToListFile, DistCpOptions options)
          Build listing function creates the input listing that distcp uses to perform the copy.
 void GlobbedCopyListing.doBuildListing(org.apache.hadoop.fs.Path pathToListingFile, DistCpOptions options)
          Implementation of CopyListing::buildListing().
 void SimpleFileBasedCopyListing.doBuildListing(org.apache.hadoop.fs.Path pathToListFile, DistCpOptions options)
          Implementation of CopyListing::buildListing().
protected abstract  void CopyListing.doBuildListing(org.apache.hadoop.fs.Path pathToListFile, DistCpOptions options)
          The interface to be implemented by sub-classes, to create the source/target file listing.
 void SimpleCopyListing.doBuildListing(org.apache.hadoop.fs.Path pathToListingFile, DistCpOptions options)
          The interface to be implemented by sub-classes, to create the source/target file listing.
 void FileBasedCopyListing.doBuildListing(org.apache.hadoop.fs.Path pathToListFile, DistCpOptions options)
          Implementation of CopyListing::buildListing().
static CopyListing CopyListing.getCopyListing(org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.security.Credentials credentials, DistCpOptions options)
          Public Factory method with which the appropriate CopyListing implementation may be retrieved.
protected  boolean SimpleCopyListing.shouldCopy(org.apache.hadoop.fs.Path path, DistCpOptions options)
           
protected  void GlobbedCopyListing.validatePaths(DistCpOptions options)
          Validate input and output paths
protected  void SimpleFileBasedCopyListing.validatePaths(DistCpOptions options)
          Validate input and output paths
protected abstract  void CopyListing.validatePaths(DistCpOptions options)
          Validate input and output paths
protected  void SimpleCopyListing.validatePaths(DistCpOptions options)
           
protected  void FileBasedCopyListing.validatePaths(DistCpOptions options)
          Validate input and output paths
 

Constructors in org.apache.hadoop.tools with parameters of type DistCpOptions
DistCp(org.apache.hadoop.conf.Configuration configuration, DistCpOptions inputOptions)
          Public Constructor.
 

Uses of DistCpOptions in org.apache.hadoop.tools.util
 

Methods in org.apache.hadoop.tools.util with parameters of type DistCpOptions
static Class<? extends org.apache.hadoop.mapreduce.InputFormat> DistCpUtils.getStrategy(org.apache.hadoop.conf.Configuration conf, DistCpOptions options)
          Returns the class that implements a copy strategy.
 



Copyright © 2014 InMobi. All rights reserved.