16d495a689bab8a0c3bb2b0f06d29e9a4736f4d1
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getCoverededColumns() : Set<ColumnReference> renamed to public getCoveredColumns() : Set<ColumnReference> in class org.apache.phoenix.index.IndexMaintainer | From | To | |
Rename Variable | 2 | ||
Rename Variable columnReference : ColumnReference to localIndexColFamily : ImmutableBytesWritable in method public buildUpdateMutation(kvBuilder KeyValueBuilder, valueGetter ValueGetter, dataRowKeyPtr ImmutableBytesWritable, ts long, regionStartKey byte[], regionEndKey byte[]) : Put in class org.apache.phoenix.index.IndexMaintainer | From | To | |
Rename Variable columnReference : ColumnReference to family : byte[] in method public buildDeleteMutation(kvBuilder KeyValueBuilder, oldState ValueGetter, dataRowKeyPtr ImmutableBytesWritable, pendingUpdates Collection<KeyValue>, ts long, regionStartKey byte[], regionEndKey byte[]) : Delete in class org.apache.phoenix.index.IndexMaintainer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute coveredColumnsMap : Map<ColumnReference,ColumnReference> to dataTableLocalIndexFamilyMap : Map<ImmutableBytesPtr,ImmutableBytesWritable> in class org.apache.phoenix.index.IndexMaintainer | From | To | |
Change Variable Type | 2 | ||
Change Variable Type columnReference : ColumnReference to localIndexColFamily : ImmutableBytesWritable in method public buildUpdateMutation(kvBuilder KeyValueBuilder, valueGetter ValueGetter, dataRowKeyPtr ImmutableBytesWritable, ts long, regionStartKey byte[], regionEndKey byte[]) : Put in class org.apache.phoenix.index.IndexMaintainer | From | To | |
Change Variable Type columnReference : ColumnReference to family : byte[] in method public buildDeleteMutation(kvBuilder KeyValueBuilder, oldState ValueGetter, dataRowKeyPtr ImmutableBytesWritable, pendingUpdates Collection<KeyValue>, ts long, regionStartKey byte[], regionEndKey byte[]) : Delete in class org.apache.phoenix.index.IndexMaintainer | From | To | |
Extract Variable | 1 | ||
Extract Variable dataTableFamily : PName in method private IndexMaintainer(dataTable PTable, index PTable, connection PhoenixConnection) from class org.apache.phoenix.index.IndexMaintainer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type coveredColumnsMap : Map<ColumnReference,ColumnReference> to dataTableLocalIndexFamilyMap : Map<ImmutableBytesPtr,ImmutableBytesWritable> in class org.apache.phoenix.index.IndexMaintainer | From | To |