c1e3cd55bd9df9cef549b63a9e8f6bb4e2586fc6
Files Diff
- Added: 8
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getSpillerSpillPath() : Path renamed to public getSpillerSpillPaths() : List<Path> in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Change Return Type | 1 | ||
Change Return Type Path to List<Path> in method public getSpillerSpillPaths() : List<Path> in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Move Attribute | 4 | ||
Move Attribute private localSpillContext : SpillContext from class com.facebook.presto.spiller.BinaryFileSpiller to private localSpillContext : SpillContext from class com.facebook.presto.spiller.FileSingleStreamSpiller | From | To | |
Move Attribute private spillerStats : SpillerStats from class com.facebook.presto.spiller.BinaryFileSpiller to private spillerStats : SpillerStats from class com.facebook.presto.spiller.FileSingleStreamSpiller | From | To | |
Move Attribute private executor : ListeningExecutorService from class com.facebook.presto.spiller.BinaryFileSpiller to private executor : ListeningExecutorService from class com.facebook.presto.spiller.FileSingleStreamSpiller | From | To | |
Move Attribute private serde : PagesSerde from class com.facebook.presto.spiller.BinaryFileSpiller to private serde : PagesSerde from class com.facebook.presto.spiller.FileSingleStreamSpiller | From | To | |
Extract Class | 1 | ||
Extract Class com.facebook.presto.spiller.FileSingleStreamSpiller from class com.facebook.presto.spiller.BinaryFileSpiller | From | To | |
Rename Class | 1 | ||
Rename Class com.facebook.presto.spiller.BinaryFileSpiller renamed to com.facebook.presto.spiller.GenericSpiller | From | To | |
Extract Method | 2 | ||
Extract Method private checkNoSpillInProgress() : void extracted from public getSpills() : List<Iterator<Page>> in class com.facebook.presto.spiller.GenericSpiller | From | To | |
Extract Method private checkNoSpillInProgress() : void extracted from public spill(pageIterator Iterator<Page>) : ListenableFuture<?> in class com.facebook.presto.spiller.GenericSpiller | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type factory : BinarySpillerFactory to factory : SpillerFactory in class com.facebook.presto.spiller.TestBinaryFileSpiller | From | To | |
Change Attribute Type spillerFactory : BinarySpillerFactory to spillerFactory : SpillerFactory in class com.facebook.presto.operator.spiller.BenchmarkBinaryFileSpiller.BenchmarkData | From | To |