ab55bad89995c5c34ab0e57e6d5fb9b6b799dfb0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable newHighestProcessedTxid : long to newHighestProcessedAppendTxid : long in method private appendAndSync() : void in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL | From | To | |
Rename Attribute | 1 | ||
Rename Attribute walSyncTimeout : long to walSyncTimeoutNs : long in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Inline Variable | 2 | ||
Inline Variable newHighestProcessedTxid : long in method private appendAndSync() : void from class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL | From | To | |
Inline Variable syncCount : int in method private syncCompleted(writer AsyncWriter, processedTxid long, startTimeNs long) : void from class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type syncFutures : PriorityQueue<SyncFuture> to syncFutures : SortedSet<SyncFuture> in class org.apache.hadoop.hbase.regionserver.wal.AsyncFSWAL | From | To | |
Change Attribute Type slowSyncNs : int to slowSyncNs : long in class org.apache.hadoop.hbase.regionserver.wal.AbstractFSWAL | From | To | |
Rename Parameter | 1 | ||
Rename Parameter timeout : long to timeoutNs : long in method package get(timeoutNs long) : long in class org.apache.hadoop.hbase.regionserver.wal.SyncFuture | From | To |