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

Packages that use CopyListingFileStatus
org.apache.hadoop.tools.mapred   
org.apache.hadoop.tools.util   
 

Uses of CopyListingFileStatus in org.apache.hadoop.tools.mapred
 

Methods in org.apache.hadoop.tools.mapred that return types with arguments of type CopyListingFileStatus
 org.apache.hadoop.mapreduce.RecordReader<org.apache.hadoop.io.Text,CopyListingFileStatus> UniformSizeInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
          Implementation of InputFormat::createRecordReader().
 

Methods in org.apache.hadoop.tools.mapred with parameters of type CopyListingFileStatus
 void CopyMapper.map(org.apache.hadoop.io.Text relPath, CopyListingFileStatus sourceFileStatus, org.apache.hadoop.mapreduce.Mapper.Context context)
          Implementation of the Mapper<>::map().
 

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

Methods in org.apache.hadoop.tools.util that return CopyListingFileStatus
static CopyListingFileStatus DistCpUtils.toCopyListingFileStatus(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.FileStatus fileStatus, boolean preserveAcls, boolean preserveXAttrs, boolean preserveRawXAttrs)
          Converts a FileStatus to a CopyListingFileStatus.
 

Methods in org.apache.hadoop.tools.util with parameters of type CopyListingFileStatus
static void DistCpUtils.preserve(org.apache.hadoop.fs.FileSystem targetFS, org.apache.hadoop.fs.Path path, CopyListingFileStatus srcFileStatus, EnumSet<DistCpOptions.FileAttribute> attributes, boolean preserveRawXattrs)
          Preserve attribute on file matching that of the file status being sent as argument.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.