|
Move And Rename Method public getTargetPathExists() : boolean from class org.apache.hadoop.tools.DistCpOptions to public isTargetPathExists() : boolean from class org.apache.hadoop.tools.DistCpContext |
From |
To |
|
Move And Rename Method public setMaxMaps(maxMaps int) : void from class org.apache.hadoop.tools.DistCpOptions to public maxMaps(newMaxMaps int) : Builder from class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Move And Rename Method public setNumListstatusThreads(numThreads int) : void from class org.apache.hadoop.tools.DistCpOptions to public withNumListstatusThreads(newNumListstatusThreads int) : Builder from class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Move And Rename Method public setUseRdiff(fromSS String, toSS String) : void from class org.apache.hadoop.tools.DistCpOptions to public withUseRdiff(newFromSnapshot String, newToSnapshot String) : Builder from class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Move And Rename Method public setUseDiff(fromSS String, toSS String) : void from class org.apache.hadoop.tools.DistCpOptions to public withUseDiff(newFromSnapshot String, newToSnapshot String) : Builder from class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method public getCopyListing(configuration Configuration, credentials Credentials, context DistCpContext) : CopyListing in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to distCpContext : DistCpContext in method protected abstract doBuildListing(pathToListFile Path, distCpContext DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method private traverseDirectory(fileListWriter SequenceFile.Writer, sourceFS FileSystem, sourceDirs ArrayList<FileStatus>, sourcePathRoot Path, context DistCpContext, excludeList HashSet<String>, fileStatuses List<FileStatusInfo>) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method protected doBuildListingWithSnapshotDiff(fileListWriter SequenceFile.Writer, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method public doBuildListing(pathToListFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.FileBasedCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method private validateFinalListing(pathToListFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method protected doBuildListing(fileListWriter SequenceFile.Writer, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to distCpContext : DistCpContext in method protected abstract validatePaths(distCpContext DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method private writeToFileListingRoot(fileListWriter SequenceFile.Writer, fileStatus LinkedList<CopyListingFileStatus>, sourcePathRoot Path, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method package DistCpSync(context DistCpContext, conf Configuration) in class org.apache.hadoop.tools.DistCpSync |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method protected validatePaths(context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method public doBuildListing(pathToListingFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.GlobbedCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method public getStrategy(conf Configuration, context DistCpContext) : Class<? extends InputFormat> in class org.apache.hadoop.tools.util.DistCpUtils |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method private addToFileListing(fileListWriter SequenceFile.Writer, sourceRoot Path, path Path, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method protected doBuildListing(pathToListingFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to context : DistCpContext in method private computeSourceRootPath(sourceStatus FileStatus, context DistCpContext) : Path in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Change Parameter Type options : DistCpOptions to distCpContext : DistCpContext in method public buildListing(pathToListFile Path, distCpContext DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Change Variable Type options : DistCpOptions to context : DistCpContext in method public testGetSplits() : void in class org.apache.hadoop.tools.mapred.lib.TestDynamicInputFormat |
From |
To |
|
Change Variable Type options : DistCpOptions to context : DistCpContext in method public testDuplicates() : void in class org.apache.hadoop.tools.TestCopyListing |
From |
To |
|
Change Variable Type options : DistCpOptions to distCpContext : DistCpContext in method private deleteMissing(conf Configuration) : void in class org.apache.hadoop.tools.mapred.CopyCommitter |
From |
To |
|
Change Variable Type options : DistCpOptions to context : DistCpContext in method public testRun() : void in class org.apache.hadoop.tools.TestGlobbedCopyListing |
From |
To |
|
Change Variable Type options : DistCpOptions to context : DistCpContext in method public testGetSplits(nMaps int) : void in class org.apache.hadoop.tools.mapred.TestUniformSizeInputFormat |
From |
To |
|
Change Variable Type option : DistCpOptions to builder : DistCpOptions.Builder in method public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Change Variable Type options : DistCpOptions to context : DistCpContext in method private runTest(listFile Path, target Path, targetExists boolean, sync boolean) : void in class org.apache.hadoop.tools.TestFileBasedCopyListing |
From |
To |
|
Rename Variable options : DistCpOptions to context : DistCpContext in method private runTest(listFile Path, target Path, targetExists boolean, sync boolean) : void in class org.apache.hadoop.tools.TestFileBasedCopyListing |
From |
To |
|
Rename Variable options : DistCpOptions to context : DistCpContext in method public testGetSplits() : void in class org.apache.hadoop.tools.mapred.lib.TestDynamicInputFormat |
From |
To |
|
Rename Variable context : Mapper<Text,CopyListingFileStatus,Text,Text> to mapContext : Mapper<Text,CopyListingFileStatus,Text,Text> in method private testAndVerify(numCreatedModified int) : void in class org.apache.hadoop.tools.TestDistCpSync |
From |
To |
|
Rename Variable options : DistCpOptions to context : DistCpContext in method public testDuplicates() : void in class org.apache.hadoop.tools.TestCopyListing |
From |
To |
|
Rename Variable options : DistCpOptions to distCpContext : DistCpContext in method private deleteMissing(conf Configuration) : void in class org.apache.hadoop.tools.mapred.CopyCommitter |
From |
To |
|
Rename Variable options : DistCpOptions to context : DistCpContext in method public testRun() : void in class org.apache.hadoop.tools.TestGlobbedCopyListing |
From |
To |
|
Rename Variable chunkSizeString : String to chunkSizeStr : String in method public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Rename Variable options : DistCpOptions to context : DistCpContext in method public testGetSplits(nMaps int) : void in class org.apache.hadoop.tools.mapred.TestUniformSizeInputFormat |
From |
To |
|
Rename Variable context : Mapper<Text,CopyListingFileStatus,Text,Text> to mapContext : Mapper<Text,CopyListingFileStatus,Text,Text> in method public testSync() : void in class org.apache.hadoop.tools.TestDistCpSync |
From |
To |
|
Rename Variable option : DistCpOptions to builder : DistCpOptions.Builder in method public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Inline Method private parseMaxMaps(command CommandLine, option DistCpOptions) : void inlined to public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Inline Method private parseFileLimit(command CommandLine) : void inlined to public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Inline Method private parsePreserveStatus(command CommandLine, option DistCpOptions) : void inlined to public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Inline Method private parseSizeLimit(command CommandLine) : void inlined to public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Inline Method private parseBlocksPerChunk(command CommandLine, option DistCpOptions) : void inlined to public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Inline Method private parseBandwidth(command CommandLine, option DistCpOptions) : void inlined to public parse(args String[]) : DistCpOptions in class org.apache.hadoop.tools.OptionsParser |
From |
To |
|
Rename Parameter options : DistCpOptions to distCpContext : DistCpContext in method protected abstract doBuildListing(pathToListFile Path, distCpContext DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method protected doBuildListingWithSnapshotDiff(fileListWriter SequenceFile.Writer, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method public getStrategy(conf Configuration, context DistCpContext) : Class<? extends InputFormat> in class org.apache.hadoop.tools.util.DistCpUtils |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method protected doBuildListing(fileListWriter SequenceFile.Writer, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to distCpContext : DistCpContext in method protected abstract validatePaths(distCpContext DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method package DistCpSync(context DistCpContext, conf Configuration) in class org.apache.hadoop.tools.DistCpSync |
From |
To |
|
Rename Parameter toSS : String to newToSnapshot : String in method public withUseRdiff(newFromSnapshot String, newToSnapshot String) : Builder in class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Rename Parameter toSS : String to newToSnapshot : String in method public withUseDiff(newFromSnapshot String, newToSnapshot String) : Builder in class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method private traverseDirectory(fileListWriter SequenceFile.Writer, sourceFS FileSystem, sourceDirs ArrayList<FileStatus>, sourcePathRoot Path, context DistCpContext, excludeList HashSet<String>, fileStatuses List<FileStatusInfo>) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method public doBuildListing(pathToListingFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.GlobbedCopyListing |
From |
To |
|
Rename Parameter numThreads : int to newNumListstatusThreads : int in method public withNumListstatusThreads(newNumListstatusThreads int) : Builder in class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Rename Parameter fromSS : String to newFromSnapshot : String in method public withUseDiff(newFromSnapshot String, newToSnapshot String) : Builder in class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Rename Parameter maxMaps : int to newMaxMaps : int in method public maxMaps(newMaxMaps int) : Builder in class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method protected doBuildListing(pathToListingFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method private addToFileListing(fileListWriter SequenceFile.Writer, sourceRoot Path, path Path, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method public doBuildListing(pathToListFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.FileBasedCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method private validateFinalListing(pathToListFile Path, context DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method private computeSourceRootPath(sourceStatus FileStatus, context DistCpContext) : Path in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter fromSS : String to newFromSnapshot : String in method public withUseRdiff(newFromSnapshot String, newToSnapshot String) : Builder in class org.apache.hadoop.tools.DistCpOptions.Builder |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method private writeToFileListingRoot(fileListWriter SequenceFile.Writer, fileStatus LinkedList<CopyListingFileStatus>, sourcePathRoot Path, context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to distCpContext : DistCpContext in method public buildListing(pathToListFile Path, distCpContext DistCpContext) : void in class org.apache.hadoop.tools.CopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method protected validatePaths(context DistCpContext) : void in class org.apache.hadoop.tools.SimpleCopyListing |
From |
To |
|
Rename Parameter options : DistCpOptions to context : DistCpContext in method public getCopyListing(configuration Configuration, credentials Credentials, context DistCpContext) : CopyListing in class org.apache.hadoop.tools.CopyListing |
From |
To |