515a1a9e85d3fc7f9227104b6b8eb9ed4fd34995
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type map : StorageMap<K,TransactionalValue> to mapName : String in method public getAndRemovePendingRedoLog(mapName String) : List<ByteBuffer> in class org.lealone.transaction.mvcc.log.LogSyncService | From | To | |
Rename Class | 1 | ||
Rename Class org.lealone.transaction.mvcc.MVCCTransactionEngine.StorageMapSaveService renamed to org.lealone.transaction.mvcc.MVCCTransactionEngine.CheckpointService | From | To | |
Rename Attribute | 4 | ||
Rename Attribute DEFAULT_MAP_CACHE_SIZE : int to DEFAULT_STORAGE_MAP_COMMITTED_DATA_CACHE_SIZE : int in class org.lealone.transaction.mvcc.MVCCTransactionEngine.CheckpointService | From | To | |
Rename Attribute storageMapSaveService : StorageMapSaveService to checkpointService : CheckpointService in class org.lealone.transaction.mvcc.MVCCTransactionEngine | From | To | |
Rename Attribute mapSavePeriod : int to checkpointPeriod : int in class org.lealone.transaction.mvcc.MVCCTransactionEngine.CheckpointService | From | To | |
Rename Attribute DEFAULT_MAP_SAVE_PERIOD : int to DEFAULT_CHECKPOINT_PERIOD : int in class org.lealone.transaction.mvcc.MVCCTransactionEngine.CheckpointService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type storageMapSaveService : StorageMapSaveService to checkpointService : CheckpointService in class org.lealone.transaction.mvcc.MVCCTransactionEngine | From | To | |
Rename Parameter | 1 | ||
Rename Parameter map : StorageMap<K,TransactionalValue> to mapName : String in method public getAndRemovePendingRedoLog(mapName String) : List<ByteBuffer> in class org.lealone.transaction.mvcc.log.LogSyncService | From | To |