62027bff132dda23e6f7ae30334f191e68072ba2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.apache.hbase:hbase-annotations 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From org.apache.hbase:hbase-client 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From org.apache.hbase:hbase-protocol 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From com.google.protobuf:protobuf-java 3.1.0 To 2.5.0 | |
From org.apache.hbase:hbase-hadoop-compat 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From org.apache.hbase:hbase-hadoop2-compat 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From com.google.protobuf:protobuf-java 2.5.0 To 3.1.0 | |
From org.apache.hbase:hbase-server 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From org.apache.hbase:hbase-it 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From org.apache.hbase:hbase-testing-util 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 | |
From org.apache.hbase:hbase-common 2.0.0-alpha4-SNAPSHOT To 2.0.0-alpha4 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type targetHTable : HTable to targetHTable : Table in method private areMutationsInSameTable(targetHTable Table, region Region) : boolean in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Change Parameter Type targetHTable : HTable to targetHTable : Table in method private separateLocalAndRemoteMutations(targetHTable Table, region Region, mutations List<Mutation>, localRegionMutations List<Mutation>, remoteRegionMutations List<Mutation>, isPKChanging boolean) : void in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Change Parameter Type table : HTable to table : Table in method private commitBatchWithHTable(table Table, mutations List<Mutation>) : void in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Change Parameter Type targetHTable : HTable to targetHTable : Table in method private commit(region Region, mutations List<Mutation>, indexUUID byte[], blockingMemStoreSize long, indexMaintainersPtr byte[], txState byte[], targetHTable Table, useIndexProto boolean, isPKChanging boolean) : void in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Move Method | 1 | ||
Move Method private acquireLock(region Region, key byte[], locks List<RowLock>) : RowLock from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public acquireLock(region Region, key byte[], locks List<RowLock>) : RowLock from class org.apache.phoenix.util.ServerUtil | From | To | |
Change Variable Type | 6 | ||
Change Variable Type s : Store to s : HStore in method protected getSplitPoint() : byte[] in class org.apache.phoenix.hbase.index.IndexRegionSplitPolicy | From | To | |
Change Variable Type stores : List<Store> to stores : List<HStore> in method protected getSplitPoint() : byte[] in class org.apache.phoenix.hbase.index.IndexRegionSplitPolicy | From | To | |
Change Variable Type splitPoint : byte[] to splitPoint : Optional<byte[]> in method protected getSplitPoint() : byte[] in class org.apache.phoenix.hbase.index.IndexRegionSplitPolicy | From | To | |
Change Variable Type targetHTable : HTable to targetHTable : Table in method protected doPostScannerOpen(c ObserverContext<RegionCoprocessorEnvironment>, scan Scan, s RegionScanner) : RegionScanner in class org.apache.phoenix.coprocessor.UngroupedAggregateRegionObserver | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public releaseRowLocks(rowLocks List<RowLock>) : void extracted from private doGetFunctions(keys List<byte[]>, clientTimeStamp long) : List<PFunction> in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl & moved to class org.apache.phoenix.util.ServerUtil | From | To |