6b34c6b01b180645f8acc6f484c6450f146a14e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getOutStream(path TachyonURI, options OutStreamOptions) : FileOutStream renamed to public createFile(path TachyonURI, options CreateFileOptions) : FileOutStream in class tachyon.client.lineage.LineageFileSystem | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type options : OutStreamOptions to options : CreateFileOptions in method private reinitializeFile(path TachyonURI, options CreateFileOptions) : long in class tachyon.client.lineage.LineageFileSystem | From | To | |
Change Parameter Type options : OutStreamOptions to options : CreateFileOptions in method public createByteFile(tfs FileSystem, fileName String, len int, options CreateFileOptions) : void in class tachyon.client.TachyonFSTestUtils | From | To | |
Change Parameter Type fileId : long to uri : TachyonURI in method public HdfsFileInputStream(uri TachyonURI, hdfsPath Path, conf Configuration, bufferSize int, stats FileSystem.Statistics) in class tachyon.hadoop.HdfsFileInputStream | From | To | |
Change Parameter Type options : OutStreamOptions to options : CreateFileOptions in method public createByteFile(tfs FileSystem, fileURI TachyonURI, options CreateFileOptions, len int) : void in class tachyon.client.TachyonFSTestUtils | From | To | |
Change Parameter Type options : OutStreamOptions to options : CreateFileOptions in method public createFile(path TachyonURI, options CreateFileOptions) : FileOutStream in class tachyon.client.lineage.LineageFileSystem | From | To | |
Rename Variable | 1 | ||
Rename Variable info : FileInfo to status : URIStatus in method public listFiles(tfs FileSystem, path String) : List<String> in class tachyon.client.TachyonFSTestUtils | From | To | |
Change Return Type | 3 | ||
Change Return Type TachyonFile to void in method public createByteFile(tfs FileSystem, fileName String, writeType WriteType, len int) : void in class tachyon.client.TachyonFSTestUtils | From | To | |
Change Return Type TachyonFile to void in method public createByteFile(tfs FileSystem, fileURI TachyonURI, options CreateFileOptions, len int) : void in class tachyon.client.TachyonFSTestUtils | From | To | |
Change Return Type TachyonFile to void in method public createByteFile(tfs FileSystem, fileName String, len int, options CreateFileOptions) : void in class tachyon.client.TachyonFSTestUtils | From | To | |
Merge Parameter | 1 | ||
Merge Parameter [tachyonStorageType : TachyonStorageType, underStorageType : UnderStorageType] to writeType : WriteType in method public createByteFile(tfs FileSystem, fileName String, writeType WriteType, len int) : void in class tachyon.client.TachyonFSTestUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type info : FileInfo to status : URIStatus in method public listFiles(tfs FileSystem, path String) : List<String> in class tachyon.client.TachyonFSTestUtils | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mFileInfo : FileInfo to mFileInfo : URIStatus in class tachyon.hadoop.HdfsFileInputStream | From | To | |
Rename Parameter | 2 | ||
Rename Parameter fileId : long to uri : TachyonURI in method public HdfsFileInputStream(uri TachyonURI, hdfsPath Path, conf Configuration, bufferSize int, stats FileSystem.Statistics) in class tachyon.hadoop.HdfsFileInputStream | From | To | |
Rename Parameter tfs : FileSystem to fs : FileSystem in method public persistFile(fs FileSystem, uri TachyonURI, fileInfo FileInfo, tachyonConf TachyonConf) : long in class tachyon.client.file.TachyonFileSystemUtils | From | To |