e3cb3c3fb927eb2e9d7cc175be7f37af245e2e32
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.BaseUnderFileSystem to public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.local.LocalUnderFileSystem | From | To | |
Push Down Method public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.BaseUnderFileSystem to public create(path String, options CreateOptions) : OutputStream from class alluxio.underfs.hdfs.HdfsUnderFileSystem | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type ufs : UnderFileSystem to ufs : AtomicFileOutputStreamCallback in method public AtomicFileOutputStream(path String, options CreateOptions, ufs AtomicFileOutputStreamCallback) in class alluxio.underfs.AtomicFileOutputStream | From | To | |
Inline Method | 1 | ||
Inline Method public createDirect(path String, options CreateOptions) : OutputStream inlined to public create(path String, options CreateOptions) : OutputStream in class alluxio.underfs.ObjectUnderFileSystem | From | To | |
Extract Interface | 1 | ||
Extract Interface alluxio.underfs.AtomicFileOutputStreamCallback from classes [alluxio.underfs.hdfs.HdfsUnderFileSystem, alluxio.underfs.local.LocalUnderFileSystem] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mUfs : UnderFileSystem to mUfs : AtomicFileOutputStreamCallback in class alluxio.underfs.AtomicFileOutputStream | From | To |