5485f4f9f8c3e3b222554aec08c98f71a7ca570d
Files Diff
- Added: 3
 - Removed: 0
 - Renamed: 0
 - Modified: 18
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected requestDatabase(distrDatabase OHazelcastDistributedDatabase, backupDatabase boolean, databaseName String, iAskToAllNodes boolean) : boolean renamed to protected requestDatabaseFullSync(distrDatabase OHazelcastDistributedDatabase, backupDatabase boolean, databaseName String, iAskToAllNodes boolean) : boolean in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
| Rename Method public getMasterServer(iClusterName String) : String renamed to public getLeaderServer(iClusterName String) : String in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type out : FileOutputStream to out : OutputStream in method protected writeDatabaseChunk(iChunkId int, chunk ODistributedDatabaseChunk, out OutputStream) : long in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
| Rename Variable | 2 | ||
| Rename Variable masterServer : String to leaderServer : String in method public getLocalCluster(iClusterNames Collection<String>, iLocalNode String) : String in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
| Rename Variable master : String to leader : String in method public getLeaderServer(iClusterName String) : String in class com.orientechnologies.orient.server.distributed.ODistributedConfiguration | From | To | |
| Move Class | 1 | ||
| Move Class com.orientechnologies.orient.server.distributed.task.OSyncDatabaseTask.MODE moved to com.orientechnologies.orient.server.distributed.sql.OCommandExecutorSQLSyncDatabase.MODE | From | To | |
| Extract Method | 1 | ||
| Extract Method protected requestFullDatabase(databaseName String, backupDatabase boolean, distrDatabase OHazelcastDistributedDatabase) : boolean extracted from public installDatabase(iStartup boolean, databaseName String, config ODocument) : boolean in class com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mode : OSyncDatabaseTask.MODE to mode : MODE in class com.orientechnologies.orient.server.distributed.sql.OCommandExecutorSQLSyncDatabase | From | To |