223efc2429b30c253588aa03dc8e274f3f40cf00
Files Diff
- Added: 56
- Removed: 0
- Renamed: 0
- Modified: 34
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public rpcaddress(endpoint InetAddress) : VersionedValue renamed to public rpcAddress(endpoint InetAddress) : VersionedValue in class org.lealone.cluster.gms.VersionedValue.VersionedValueFactory | From | To | |
Rename Method public isInitialized() : boolean renamed to public isStarted() : boolean in class org.lealone.cluster.service.StorageService | From | To | |
Rename Variable | 1 | ||
Rename Variable newdelay : String to newDelay : String in method private getRingDelay() : int in class org.lealone.cluster.service.StorageService | From | To | |
Change Return Type | 2 | ||
Change Return Type void to ListenableFuture<StreamState> in method public bootstrap() : ListenableFuture<StreamState> in class org.lealone.cluster.dht.BootStrapper | From | To | |
Change Return Type void to boolean in method private bootstrap(tokens Collection<Token>) : boolean in class org.lealone.cluster.service.StorageService | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.lealone.cluster.utils.progress.ProgressEventNotifierSupport from classes [org.lealone.cluster.dht.BootStrapper] | From | To | |
Rename Attribute | 2 | ||
Rename Attribute valueFactory : VersionedValueFactory to VALUE_FACTORY : VersionedValueFactory in class org.lealone.cluster.service.StorageService | From | To | |
Rename Attribute initialized : boolean to started : boolean in class org.lealone.cluster.service.StorageService | From | To | |
Extract Variable | 1 | ||
Extract Variable bootstrapper : BootStrapper in method private bootstrap(tokens Collection<Token>) : boolean from class org.lealone.cluster.service.StorageService | From | To | |
Extract Method | 3 | ||
Extract Method package readPagePositions(c BTreeChunk) : void extracted from private readAllChunks() : void in class org.lealone.storage.btree.BTreeStorage | From | To | |
Extract Method private getDatacenter() : VersionedValue extracted from public gossipSnitchInfo() : void in class org.lealone.cluster.service.StorageService | From | To | |
Extract Method private getRack() : VersionedValue extracted from public gossipSnitchInfo() : void in class org.lealone.cluster.service.StorageService | From | To |