e9522abbbd9b78471e4561f90724036e07f3435a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Class | 1 | ||
| Rename Class alluxio.worker.block.UfsInputStreamManager.UnderFileInputStreamResources renamed to alluxio.worker.block.UfsInputStreamManager.UfsInputStreamResourceMetadata | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type resources : UnderFileInputStreamResources to resources : UfsInputStreamResourceMetadata in method public checkIn(inputStream InputStream) : void in class alluxio.worker.block.UfsInputStreamManager | From | To | |
| Change Variable Type resources : UnderFileInputStreamResources to resources : UfsInputStreamResourceMetadata in method public checkOut(ufs UnderFileSystem, path String, offset long) : InputStream in class alluxio.worker.block.UfsInputStreamManager | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mResources : HashMap<String,UnderFileInputStreamResources> to mResources : HashMap<String,UfsInputStreamResourceMetadata> in class alluxio.worker.block.UfsInputStreamManager | From | To |