8b7a836a5e5502c1c217c6e3b6ab7298b980cb81
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private removeIndexUpdates(c ObserverContext<RegionCoprocessorEnvironment>) : void renamed to private removeBatchMutateContext(c ObserverContext<RegionCoprocessorEnvironment>) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Rename Method private setIndexUpdates(c ObserverContext<RegionCoprocessorEnvironment>, indexUpdates Collection<Pair<Mutation,byte[]>>) : void renamed to private setBatchMutateContext(c ObserverContext<RegionCoprocessorEnvironment>, context BatchMutateContext) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Rename Method private getIndexUpdates(c ObserverContext<RegionCoprocessorEnvironment>) : Collection<Pair<Mutation,byte[]>> renamed to private getBatchMutateContext(c ObserverContext<RegionCoprocessorEnvironment>) : BatchMutateContext in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type indexUpdates : Collection<Pair<Mutation,byte[]>> to context : BatchMutateContext in method private setBatchMutateContext(c ObserverContext<RegionCoprocessorEnvironment>, context BatchMutateContext) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Change Parameter Type m : Mutation to context : BatchMutateContext in method private doPost(c ObserverContext<RegionCoprocessorEnvironment>, context BatchMutateContext) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Change Parameter Type m : Mutation to context : BatchMutateContext in method private doPostWithExceptions(c ObserverContext<RegionCoprocessorEnvironment>, context BatchMutateContext) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Rename Variable | 1 | ||
Rename Variable mutation : Mutation to context : BatchMutateContext in method public postBatchMutateIndispensably(c ObserverContext<RegionCoprocessorEnvironment>, miniBatchOp MiniBatchOperationInProgress<Mutation>, success boolean) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Change Return Type | 1 | ||
Change Return Type Collection<Pair<Mutation,byte[]>> to BatchMutateContext in method private getBatchMutateContext(c ObserverContext<RegionCoprocessorEnvironment>) : BatchMutateContext in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Change Variable Type | 1 | ||
Change Variable Type mutation : Mutation to context : BatchMutateContext in method public postBatchMutateIndispensably(c ObserverContext<RegionCoprocessorEnvironment>, miniBatchOp MiniBatchOperationInProgress<Mutation>, success boolean) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Rename Parameter | 3 | ||
Rename Parameter m : Mutation to context : BatchMutateContext in method private doPostWithExceptions(c ObserverContext<RegionCoprocessorEnvironment>, context BatchMutateContext) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Rename Parameter indexUpdates : Collection<Pair<Mutation,byte[]>> to context : BatchMutateContext in method private setBatchMutateContext(c ObserverContext<RegionCoprocessorEnvironment>, context BatchMutateContext) : void in class org.apache.phoenix.hbase.index.Indexer | From | To | |
Rename Parameter m : Mutation to context : BatchMutateContext in method private doPost(c ObserverContext<RegionCoprocessorEnvironment>, context BatchMutateContext) : void in class org.apache.phoenix.hbase.index.Indexer | From | To |