c25f88791c86cd65ea21810406eec199403d78aa
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 2 | ||
Rename Attribute statsTable : StatisticsWriter to statsWriter : StatisticsWriter in class org.apache.phoenix.schema.stats.DefaultStatisticsCollector | From | To | |
Rename Attribute EMPTY_GUIDEPOST : GuidePostsInfo to NO_GUIDEPOST : GuidePostsInfo in class org.apache.phoenix.schema.stats.GuidePostsInfo | From | To | |
Extract Variable | 1 | ||
Extract Variable guidePostLength : int in method public getRowKey(table byte[], fam ImmutableBytesPtr, guidePostStartKey ImmutableBytesWritable) : byte[] from class org.apache.phoenix.schema.stats.StatisticsUtil | From | To | |
Extract Method | 2 | ||
Extract Method private addGuidepost(cfKey ImmutableBytesPtr, mutations List<Mutation>, ptr ImmutableBytesWritable, byteCount long, rowCount long, timeStamp long) : void extracted from public addStats(tracker StatisticsCollector, cfKey ImmutableBytesPtr, mutations List<Mutation>) : void in class org.apache.phoenix.schema.stats.StatisticsWriter | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type estimatedSize : long to estimatedSize : Long in class org.apache.phoenix.iterate.BaseResultIterators | From | To | |
Change Attribute Type estimatedRows : long to estimatedRows : Long in class org.apache.phoenix.iterate.BaseResultIterators | From | To |