8f6d02f79871eb8a2458ca7aecfb10b3ebf34e7b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type mutations : List<Mutation> to mutations : MutationList in method private readyToCommit(mutations MutationList, maxBatchSize int, maxBatchSizeBytes long) : boolean in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Rename Variable | 2 | ||
Rename Variable batchSize : int to maxBatchSize : int in method protected doPostScannerOpen(c ObserverContext<RegionCoprocessorEnvironment>, scan Scan, s RegionScanner) : RegionScanner in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Rename Variable batchSizeBytes : long to maxBatchSizeBytes : long in method protected doPostScannerOpen(c ObserverContext<RegionCoprocessorEnvironment>, scan Scan, s RegionScanner) : RegionScanner in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Extract Method | 1 | ||
Extract Method private getMutationPlanForBuildingIndex(index PTable, dataTableRef TableRef) : MutationPlan extracted from private buildIndex(index PTable, dataTableRef TableRef) : MutationState in class org.apache.phoenix.schema.MetaDataClient | From | To | |
Rename Parameter | 1 | ||
Rename Parameter batchSize : int to maxBatchSize : int in method private readyToCommit(mutations MutationList, maxBatchSize int, maxBatchSizeBytes long) : boolean in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To |