6037bd27e439136b6529d18849f6bce05c85ff20
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public chronicleChannelList() : List<Replica> renamed to public chronicleChannelMap() : Map<Integer,Replica> in class net.openhft.chronicle.map.ChannelProvider | From | To | |
| Change Parameter Type | 6 | ||
| Change Parameter Type channels : List<Replica> to channels : Map<Integer,Replica> in method public of(mapFactory Supplier<ChronicleHashInstanceBuilder<ChronicleMap<K,V>>>, channelNameToIdFactory Supplier<ChronicleHashInstanceBuilder<ChronicleMap<String,Integer>>>, hub ReplicationHub, localIdentifier byte, channels Map<Integer,Replica>) : WireHandler in class net.openhft.chronicle.map.MapWireHandlerBuilder | From | To | |
| Change Parameter Type channelID : short to channelName : String in method public ClientWiredStatelessChronicleMap(config ClientWiredChronicleMapStatelessBuilder, kClass Class, vClass Class, channelName String) in class net.openhft.chronicle.map.ClientWiredStatelessChronicleMap | From | To | |
| Change Parameter Type channelID : short to name : String in method public ClientWiredChronicleMapStatelessBuilder(hub ClientWiredStatelessTcpConnectionHub, keyClass Class, valueClass Class, name String) in class net.openhft.chronicle.map.ClientWiredChronicleMapStatelessBuilder | From | To | |
| Change Parameter Type channelId : short to channelId : int in method private bytesMap(channelId int) : BytesChronicleMap in class net.openhft.chronicle.map.MapWireHandler | From | To | |
| Change Parameter Type channels : List<Replica> to channels : Map<Integer,Replica> in method public MapWireHandler(mapFactory Supplier<ChronicleHashInstanceBuilder<ChronicleMap<K,V>>>, channelNameToIdFactory Supplier<ChronicleHashInstanceBuilder<ChronicleMap<String,Integer>>>, hub ReplicationHub, localIdentifier byte, channels Map<Integer,Replica>) in class net.openhft.chronicle.map.MapWireHandler | From | To | |
| Change Parameter Type channelId : short to channelId : int in method private map(channelId int) : ReplicatedChronicleMap in class net.openhft.chronicle.map.MapWireHandler | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<Replica> to Map<Integer,Replica> in method public chronicleChannelMap() : Map<Integer,Replica> in class net.openhft.chronicle.map.ChannelProvider | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute chronicleChannelList : List<Replica> to chronicleChannelMap : Map<Integer,Replica> in class net.openhft.chronicle.map.ChannelProvider | From | To | |
| Split Parameter | 1 | ||
| Split Parameter config : ClientWiredChronicleMapStatelessBuilder to [tcpBufferSize : int, remoteAddress : InetSocketAddress, timeout : long] in method public ClientWiredStatelessTcpConnectionHub(localIdentifier byte, doHandShaking boolean, cspType String, remoteAddress InetSocketAddress, tcpBufferSize int, timeout long) in class net.openhft.chronicle.map.ClientWiredStatelessTcpConnectionHub | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type channels : List<Replica> to channels : Map<Integer,Replica> in class net.openhft.chronicle.map.MapWireHandler | From | To | |
| Change Attribute Type channelId : short to channelId : int in class net.openhft.chronicle.map.MapWireHandler | From | To | |
| Change Attribute Type chronicleChannelList : List<Replica> to chronicleChannelMap : Map<Integer,Replica> in class net.openhft.chronicle.map.ChannelProvider | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter channelID : short to channelName : String in method public ClientWiredStatelessChronicleMap(config ClientWiredChronicleMapStatelessBuilder, kClass Class, vClass Class, channelName String) in class net.openhft.chronicle.map.ClientWiredStatelessChronicleMap | From | To | |
| Rename Parameter channelID : short to name : String in method public ClientWiredChronicleMapStatelessBuilder(hub ClientWiredStatelessTcpConnectionHub, keyClass Class, valueClass Class, name String) in class net.openhft.chronicle.map.ClientWiredChronicleMapStatelessBuilder | From | To |