691a3c7b405fedb57bebeffa9d204925afceece6
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 3 | ||
Rename Variable commands : ArrayList<Runnable> to futures : ArrayList<Future<?>> in method public moveLeafPage(mapName String, splitKey ByteBuffer, page ByteBuffer) : void in class org.lealone.replication.ReplicationCommand | From | To | |
Rename Variable splitKey : Object to leafPageMovePlan : LeafPageMovePlan in method private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap | From | To | |
Rename Variable commands : ArrayList<Runnable> to futures : ArrayList<Future<?>> in method public removeLeafPage(mapName String, key ByteBuffer) : void in class org.lealone.replication.ReplicationCommand | From | To | |
Inline Method | 1 | ||
Inline Method private moveLeafPage(splitKey Object, rightChildPage BTreePage, rs ReplicationSession, remote boolean) : void inlined to private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap | From | To | |
Change Variable Type | 3 | ||
Change Variable Type splitKey : Object to leafPageMovePlan : LeafPageMovePlan in method private moveLeafPage(splitKey Object, rightChildPage BTreePage) : void in class org.lealone.aose.storage.btree.BTreeMap | From | To | |
Change Variable Type commands : ArrayList<Runnable> to futures : ArrayList<Future<?>> in method public removeLeafPage(mapName String, key ByteBuffer) : void in class org.lealone.replication.ReplicationCommand | From | To | |
Change Variable Type commands : ArrayList<Runnable> to futures : ArrayList<Future<?>> in method public moveLeafPage(mapName String, splitKey ByteBuffer, page ByteBuffer) : void in class org.lealone.replication.ReplicationCommand | From | To | |
Extract Variable | 1 | ||
Extract Variable isShardingMode : boolean in method protected BTreeMap(name String, keyType DataType, valueType DataType, config Map<String,Object>, aoStorage AOStorage) from class org.lealone.aose.storage.btree.BTreeMap | From | To | |
Extract Interface | 1 | ||
Extract Interface org.lealone.net.NetSerializer from classes [org.lealone.net.Transfer] | From | To |