|
Class Summary |
| CopyListing |
The CopyListing abstraction is responsible for how the list of
sources and targets is constructed, for DistCp's copy function. |
| CopyListingFileStatus |
CopyListingFileStatus is a specialized subclass of FileStatus for
attaching additional data members useful to distcp. |
| DistCp |
DistCp is the main driver-class for DistCpV2. |
| DistCpConstants |
Utility class to hold commonly used constants. |
| DistCpOptions |
The Options class encapsulates all DistCp options. |
| 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. |
| GlobbedCopyListing |
GlobbedCopyListing implements the CopyListing interface, to create the copy
listing-file by "globbing" all specified source paths (wild-cards and all.) |
| OptionsParser |
The OptionsParser parses out the command-line options passed to DistCp,
and interprets those specific to DistCp, to create an Options object. |
| SimpleCopyListing |
The SimpleCopyListing is responsible for making the exhaustive list of
all files/directories under its specified list of input-paths. |