30224d34b72f52f896c2d1b94c3f675c3c9eef32
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type env : RegionCoprocessorEnvironment to expectedDisabledTimestamp : long in method private updateDisableTimestamp(conn PhoenixConnection, indexTableName String, disabledTimestamp long, metaTable HTableInterface, expectedDisabledTimestamp long) : boolean in class org.apache.phoenix.coprocessor.MetaDataRegionObserver | From | To | |
Rename Variable | 1 | ||
Rename Variable timeStamp : long to scanBeginTime : long in method public run() : void in class org.apache.phoenix.coprocessor.MetaDataRegionObserver.BuildIndexScheduleTask | From | To | |
Change Return Type | 1 | ||
Change Return Type void to boolean in method private updateDisableTimestamp(conn PhoenixConnection, indexTableName String, disabledTimestamp long, metaTable HTableInterface, expectedDisabledTimestamp long) : boolean in class org.apache.phoenix.coprocessor.MetaDataRegionObserver | From | To | |
Rename Attribute | 1 | ||
Rename Attribute DEFAULT_INDEX_FAILURE_HANDLING_REBUILD_OVERLAP_TIME : long to DEFAULT_INDEX_FAILURE_HANDLING_REBUILD_OVERLAP_FORWARD_TIME : long in class org.apache.phoenix.query.QueryServicesOptions | From | To | |
Change Variable Type | 3 | ||
Change Variable Type indexesToPartiallyRebuild : List<PTable> to indexesToPartiallyRebuild : List<Pair<PTable,Long>> in method public run() : void in class org.apache.phoenix.coprocessor.MetaDataRegionObserver.BuildIndexScheduleTask | From | To | |
Change Variable Type entry : Map.Entry<PTable,List<PTable>> to entry : Map.Entry<PTable,List<Pair<PTable,Long>>> in method public run() : void in class org.apache.phoenix.coprocessor.MetaDataRegionObserver.BuildIndexScheduleTask | From | To | |
Change Variable Type dataTableToIndexesMap : Map<PTable,List<PTable>> to dataTableToIndexesMap : Map<PTable,List<Pair<PTable,Long>>> in method public run() : void in class org.apache.phoenix.coprocessor.MetaDataRegionObserver.BuildIndexScheduleTask | From | To | |
Rename Parameter | 1 | ||
Rename Parameter env : RegionCoprocessorEnvironment to expectedDisabledTimestamp : long in method private updateDisableTimestamp(conn PhoenixConnection, indexTableName String, disabledTimestamp long, metaTable HTableInterface, expectedDisabledTimestamp long) : boolean in class org.apache.phoenix.coprocessor.MetaDataRegionObserver | From | To |