4b290a776aa8e8e4f81273125bb2f0f479370842
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 4
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type maxBufferedBytes : long to memoryManager : SharedBufferMemoryManager in method public PartitionBuffer(partition int, memoryManager SharedBufferMemoryManager) in class com.facebook.presto.execution.PartitionBuffer | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private maxBufferedBytes : long from class com.facebook.presto.execution.PartitionBuffer to private maxBufferedBytes : long from class com.facebook.presto.execution.SharedBufferMemoryManager | From | To | |
| Move Attribute private maxBufferedBytes : long from class com.facebook.presto.execution.SharedBuffer to private maxBufferedBytes : long from class com.facebook.presto.execution.SharedBufferMemoryManager | From | To | |
| Extract Class | 2 | ||
| Extract Class com.facebook.presto.execution.SharedBufferMemoryManager from class com.facebook.presto.execution.SharedBuffer | From | To | |
| Extract Class com.facebook.presto.execution.SharedBufferMemoryManager from class com.facebook.presto.execution.PartitionBuffer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute maxBufferedBytes : long to memoryManager : SharedBufferMemoryManager in class com.facebook.presto.execution.PartitionBuffer | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type maxBufferedBytes : long to memoryManager : SharedBufferMemoryManager in class com.facebook.presto.execution.PartitionBuffer | From | To | |
| Extract Method | 2 | ||
| Extract Method private updateMemoryUsage(bytesAdded long) : void extracted from public advanceSequenceId(newSequenceId long) : void in class com.facebook.presto.execution.PartitionBuffer | From | To | |
| Extract Method private updateMemoryUsage(bytesAdded long) : void extracted from private addToMasterBuffer(page Page) : void in class com.facebook.presto.execution.PartitionBuffer | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter maxBufferedBytes : long to memoryManager : SharedBufferMemoryManager in method public PartitionBuffer(partition int, memoryManager SharedBufferMemoryManager) in class com.facebook.presto.execution.PartitionBuffer | From | To |