| 类 | 说明 |
|---|---|
| CopyListing |
The CopyListing abstraction is responsible for how the list of
sources and targets is constructed, for DistCp's copy function.
|
| 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.
|
| 枚举 | 说明 |
|---|---|
| DistCpOptions.FileAttribute | |
| DistCpOptionSwitch |
Enumeration mapping configuration keys to distcp command line
options.
|
Copyright © 2009 The Apache Software Foundation