e595c2e10433d676fc5ce2aefba1f83cbcc30f0a
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type txTask : OTransactionTask to txTask : OTransactionPhase1Task in method protected processCommitResult(localNodeName String, iTx OTransaction, txTask OTransactionPhase1Task, involvedClusters Set<String>, tmpEntries Iterable<ORecordOperation>, nodes Collection<String>, reqId ODistributedRequestId, dResponse ODistributedResponse) : void in class com.orientechnologies.orient.server.distributed.impl.ONewDistributedTransactionManager | From | To | |
Change Parameter Type txTask : OTransactionTask to txTask : OTransactionPhase1Task in method private finalizeRequest(aresp ODistributedResponseManager, localNodeName String, involvedClusters Set<String>, txTask OTransactionPhase1Task) : boolean in class com.orientechnologies.orient.server.distributed.impl.ONewDistributedTransactionManager | From | To | |
Change Return Type | 1 | ||
Change Return Type OTransactionTask to OTransactionPhase1Task in method protected createTxTask(uResult List<ORecordOperation>, nodes Set<String>) : OTransactionPhase1Task in class com.orientechnologies.orient.server.distributed.impl.ONewDistributedTransactionManager | From | To | |
Rename Class | 1 | ||
Rename Class com.orientechnologies.orient.server.distributed.impl.task.OTransactionTaskResult renamed to com.orientechnologies.orient.server.distributed.impl.task.OTransactionPhase1TaskResult | From | To | |
Change Variable Type | 2 | ||
Change Variable Type txTask : OTransactionTask to txTask : OTransactionPhase1Task in method protected createTxTask(uResult List<ORecordOperation>, nodes Set<String>) : OTransactionPhase1Task in class com.orientechnologies.orient.server.distributed.impl.ONewDistributedTransactionManager | From | To | |
Change Variable Type txTask : OTransactionTask to txTask : OTransactionPhase1Task in method public commit(database ODatabaseDocumentInternal, iTx OTransaction, callback Runnable, eventListener ODistributedStorageEventListener) : List<ORecordOperation> in class com.orientechnologies.orient.server.distributed.impl.ONewDistributedTransactionManager | From | To |