5662acb735e7a19337258119a2750adfd3cf7a12
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getLocalClusters(iClusterNames List<String>, iLocalNode String) : List<String> renamed to public getOwnedClusters(iClusterNames Collection<String>, iNode String) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Rename Method public setMasterServer(iClusterName String, iServerName String) : void renamed to public setServerOwner(iClusterName String, iServerName String) : void in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Rename Method public getMasterServer(iClusterName String) : String renamed to public getOwnerOfCluster(iClusterName String) : String in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Rename Method public removeMasterServer(iServerName String) : List<String> renamed to public removeOwnerServer(iServerName String) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type iClusterNames : List<String> to iClusterNames : Collection<String> in method public getOwnedClusters(iClusterNames Collection<String>, iNode String) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Rename Variable | 3 | ||
Rename Variable leader : String to owner : String in method public getOwnerOfCluster(iClusterName String) : String in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
Rename Variable cl : Object to clazz : OClass in method protected installDbClustersForLocalNode(iDatabase ODatabaseInternal, cfg ODistributedConfiguration) : boolean in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
Rename Variable distribCfgDirty : boolean to distributedCfgDirty : boolean in method protected installDbClustersForLocalNode(iDatabase ODatabaseInternal, cfg ODistributedConfiguration) : boolean in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
Extract Variable | 1 | ||
Extract Variable size : int in method public getCluster(iClass OClass, doc ODocument) : int from class com.orientechnologies.orient.server.distributed.OLocalClusterStrategy | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cl : Object to clazz : OClass in method protected installDbClustersForLocalNode(iDatabase ODatabaseInternal, cfg ODistributedConfiguration) : boolean in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
Rename Parameter | 1 | ||
Rename Parameter iLocalNode : String to iNode : String in method public getOwnedClusters(iClusterNames Collection<String>, iNode String) : List<String> in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To |