44a7064bb22c4a9c3047340174f5ed646c4bf126
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type ImmutableBytesWritable to ImmutableBytesPtr in method public getQualifierWritable() : ImmutableBytesPtr in class org.apache.phoenix.hbase.index.covered.update.ColumnReference | From | To | |
Change Return Type ImmutableBytesWritable to ImmutableBytesPtr in method public getFamilyWritable() : ImmutableBytesPtr in class org.apache.phoenix.hbase.index.covered.update.ColumnReference | From | To | |
Change Variable Type | 1 | ||
Change Variable Type valueMap : Map<ReferencingColumn,ImmutableBytesPtr> to valueMap : Map<ColumnReference,ImmutableBytesPtr> in method public createGetterFromKeyValues(rowKey byte[], pendingUpdates Collection<? extends Cell>) : ValueGetter in class org.apache.phoenix.index.IndexMaintainer | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type qualifierPtr : ImmutableBytesWritable to qualifierPtr : ImmutableBytesPtr in class org.apache.phoenix.hbase.index.covered.update.ColumnReference | From | To | |
Change Attribute Type familyPtr : ImmutableBytesWritable to familyPtr : ImmutableBytesPtr in class org.apache.phoenix.hbase.index.covered.update.ColumnReference | From | To |