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

Packages that use CopyListing
org.apache.hadoop.tools   
 

Uses of CopyListing in org.apache.hadoop.tools
 

Subclasses of CopyListing in org.apache.hadoop.tools
 class FileBasedCopyListing
          FileBasedCopyListing implements the CopyListing interface, to create the copy-listing for DistCp, by iterating over all source paths mentioned in a specified input-file.
 class GlobbedCopyListing
          GlobbedCopyListing implements the CopyListing interface, to create the copy listing-file by "globbing" all specified source paths (wild-cards and all.)
 class SimpleCopyListing
          The SimpleCopyListing is responsible for making the exhaustive list of all files/directories under its specified list of input-paths.
 

Methods in org.apache.hadoop.tools that return CopyListing
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.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.