d12307bdb3219ac87550147cb23cbb0e14155200
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 7 | ||
Rename Method public waitForRequestActors() : void renamed to public waitForClientActors() : void in class org.apache.usergrid.persistence.actorsystem.ActorSystemManager | From | To | |
Rename Method private waitForRequestActor(ra ActorRef) : void renamed to private waitForClientActor(ra ActorRef) : void in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Rename Method public getClientActor(region String) : ActorRef renamed to public getClusterClient(region String) : ActorRef in class org.apache.usergrid.persistence.actorsystem.ActorSystemManager | From | To | |
Rename Method public waitForRequestActors() : void renamed to public waitForClientActors() : void in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Rename Method private readClusterSingletonConfigs() : Map<String,Config> renamed to private readClusterSystemConfig() : Config in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Rename Method public getClientActor(region String) : ActorRef renamed to public getClusterClient(region String) : ActorRef in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Rename Method private getRequestActorsByRegion() : Map<String,ActorRef> renamed to public getCurrentRegion() : String in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type requestActor : ActorRef to region : String in method private sendUniqueValueRequest(entity Entity, region String, request UniqueValueActor.Request) : void in class org.apache.usergrid.persistence.collection.uniquevalues.UniqueValuesServiceImpl | From | To | |
Rename Variable | 2 | ||
Rename Variable requestActor : ActorRef to clientActor : ActorRef in method private cancelUniqueField(scope ApplicationScope, entity Entity, version UUID, field Field, region String) : void in class org.apache.usergrid.persistence.collection.uniquevalues.UniqueValuesServiceImpl | From | To | |
Rename Variable configMap : Map<String,Config> to config : Config in method private initAkka() : void in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Change Return Type | 2 | ||
Change Return Type Map<String,ActorRef> to String in method public getCurrentRegion() : String in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Change Return Type Map<String,Config> to Config in method private readClusterSystemConfig() : Config in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Change Variable Type | 1 | ||
Change Variable Type configMap : Map<String,Config> to config : Config in method private initAkka() : void in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Extract Method | 1 | ||
Extract Method private getSeedsByRegion() : ListMultimap<String,String> extracted from private readClusterSingletonConfigs() : Map<String,Config> in class org.apache.usergrid.persistence.actorsystem.ActorSystemManagerImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter requestActor : ActorRef to region : String in method private sendUniqueValueRequest(entity Entity, region String, request UniqueValueActor.Request) : void in class org.apache.usergrid.persistence.collection.uniquevalues.UniqueValuesServiceImpl | From | To |