67140f8955482130d87af73b774cdb81de890fe1
Files Diff
- Added: 6
- Removed: 3
- Renamed: 0
- Modified: 29
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type ODatabaseDocumentInternal to ODatabaseDocumentTx in method protected installDatabaseOnLocalNode(databaseName String, dbPath String, iNode String, iDatabaseCompressedFile String, delta boolean, uniqueClustersBackupDirectory File) : ODatabaseDocumentTx in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | From | To | |
Change Return Type ODistributedConflictResolver to List<ODistributedConflictResolver> in method public getConflictResolver() : List<ODistributedConflictResolver> in class com.orientechnologies.orient.server.distributed.ODistributedServerManager | From | To | |
Change Return Type ODistributedConflictResolver to List<ODistributedConflictResolver> in method public getConflictResolver() : List<ODistributedConflictResolver> in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | From | To | |
Rename Class | 1 | ||
Rename Class com.orientechnologies.orient.server.distributed.impl.task.ORepairReadRecordTask renamed to com.orientechnologies.orient.server.distributed.impl.task.ORepairRecordsTask | From | To | |
Move Class | 1 | ||
Move Class com.orientechnologies.orient.server.hazelcast.OClusterHealthChecker moved to com.orientechnologies.orient.server.distributed.OClusterHealthChecker | From | To | |
Change Variable Type | 3 | ||
Change Variable Type db : ODatabaseDocumentInternal to db : ODatabaseDocumentTx in method protected installDatabaseFromNetwork(dbPath String, databaseName String, distrDatabase ODistributedDatabaseImpl, iNode String, firstChunk ODistributedDatabaseChunk, delta boolean, uniqueClustersBackupDirectory File) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | From | To | |
Change Variable Type db : ODatabaseDocumentInternal to db : ODatabaseDocumentTx in method protected installDatabaseOnLocalNode(databaseName String, dbPath String, iNode String, iDatabaseCompressedFile String, delta boolean, uniqueClustersBackupDirectory File) : ODatabaseDocumentTx in class com.orientechnologies.orient.server.distributed.impl.ODistributedAbstractPlugin | From | To | |
Change Variable Type database : ODatabaseDocumentInternal to database : ODatabaseDocumentTx in method public call() : Object in class com.orientechnologies.orient.server.distributed.impl.ODistributedStorage.executeUndoOnLocalServer.executeAsDistributed | From | To | |
Extract Method | 2 | ||
Extract Method public lock(rid ORID, timeout long) : void extracted from public lock(rid ORID) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedTxContextImpl | From | To | |
Extract Method public acquireMultipleRecordLocks(iThis Object, dManager ODistributedServerManager, localDistributedDatabase ODistributedDatabase, recordsToLock List<ORecordId>, maxAutoRetry int, autoRetryDelay int, eventListener ODistributedStorageEventListener, reqContext ODistributedTxContext, timeout long) : void extracted from protected acquireMultipleRecordLocks(iTx OTransaction, maxAutoRetry int, autoRetryDelay int, eventListener ODistributedStorageEventListener, reqContext ODistributedTxContext) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedTransactionManager | From | To | |
Rename Parameter | 1 | ||
Rename Parameter success : boolean to status : boolean in method private sendTxCompleted(localNodeName String, involvedClusters Set<String>, nodes Collection<String>, reqId ODistributedRequestId, status boolean, partitionKey int[]) : void in class com.orientechnologies.orient.server.distributed.impl.ODistributedTransactionManager | From | To |