66aad7128bda85a212d38cba86f49049a6e425d1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getEstimatedRowSize(tableRef TableRef, mutations Map<ImmutableBytesPtr,RowMutationState>) : long renamed to public getEstimatedRowMutationSize(tableMutationMap Map<TableRef,Map<ImmutableBytesPtr,RowMutationState>>) : long in class org.apache.phoenix.util.PhoenixKeyValueUtil | From | To | |
Move Method | 1 | ||
Move Method public testMaxMutationSize() : void from class org.apache.phoenix.end2end.QueryMoreIT to public testMaxMutationSize() : void from class org.apache.phoenix.end2end.MutationStateIT | From | To | |
Rename Variable | 1 | ||
Rename Variable colValueMap : Map<PColumn,byte[]> to colValuesLength : long in method private calculateRowMutationSize(rowEntry Entry<ImmutableBytesPtr,RowMutationState>) : long in class org.apache.phoenix.util.PhoenixKeyValueUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type colValueMap : Map<PColumn,byte[]> to colValuesLength : long in method private calculateRowMutationSize(rowEntry Entry<ImmutableBytesPtr,RowMutationState>) : long in class org.apache.phoenix.util.PhoenixKeyValueUtil | From | To | |
Extract Method | 1 | ||
Extract Method private calculateRowMutationSize(rowEntry Entry<ImmutableBytesPtr,RowMutationState>) : long extracted from public getEstimatedRowSize(tableRef TableRef, mutations Map<ImmutableBytesPtr,RowMutationState>) : long in class org.apache.phoenix.util.PhoenixKeyValueUtil | From | To |