db029f606ba0457e926ef262dcdb7434a9ace2fc
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package get(rpcTimeoutMillis long) : int renamed to package getUpdateCount(rpcTimeoutMillis long) : int in class org.lealone.replication.WriteResponseHandler | From | To | |
Inline Variable | 1 | ||
Inline Variable valueType : DataType in method public executePut(replicationName String, mapName String, key ByteBuffer, value ByteBuffer) : Object from class org.lealone.db.ServerCommand | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type systemSession : ServerSession to systemSession : SystemSession in class org.lealone.db.Database | From | To | |
Extract Method | 2 | ||
Extract Method protected createTransactionMap(map StorageMap<K,TransactionalValue>) : MVCCTransactionMap<K,V> extracted from public openMap(name String, mapType String, keyType DataType, valueType DataType, storage Storage, isShardingMode boolean) : MVCCTransactionMap<K,V> in class org.lealone.mvcc.MVCCTransaction | From | To | |
Extract Method package await(rpcTimeoutMillis long) : void extracted from package get(rpcTimeoutMillis long) : int in class org.lealone.replication.WriteResponseHandler | From | To | |
Rename Parameter | 2 | ||
Rename Parameter rightChindPage : BTreePage to rightChildPage : BTreePage in method private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap | From | To | |
Rename Parameter rightChindPage : BTreePage to rightChildPage : BTreePage in method private moveLeafPage(splitKey Object, rightChildPage BTreePage, rs ReplicationSession, remote boolean) : void in class org.lealone.aose.storage.btree.BTreeMap | From | To |