f34cd78e3c112c2e2506c38efd752abb97b2034e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getInputStream(tempUfsFileId long) : InputStream renamed to public getInputStreamAtPosition(tempUfsFileId long, position long) : InputStream in class alluxio.worker.file.UnderFileSystemManager | From | To | |
| Rename Method public getUfsInputStream(tempUfsFileId long) : InputStream renamed to public getUfsOutputStream(tempUfsFileId long) : OutputStream in class alluxio.worker.file.FileSystemWorker | From | To | |
| Change Return Type | 1 | ||
| Change Return Type InputStream to OutputStream in method public getUfsOutputStream(tempUfsFileId long) : OutputStream in class alluxio.worker.file.FileSystemWorker | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mInputStreams : ConcurrentMap<Long,InputStream> to mInputStreams : ConcurrentMap<Long,UnderFileSystemInputStream> in class alluxio.worker.file.UnderFileSystemManager | From | To |