3b47c06516483d38f552054052b6184858fea855
Files Diff
- Added: 11
- Removed: 2
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private timestamp : Timestamp from class io.atomix.protocols.gossip.impl.DefaultGossipMember.GossipEntry to private timestamp : Timestamp from class io.atomix.protocols.gossip.protocol.GossipUpdate | From | To | |
Rename Class | 1 | ||
Rename Class io.atomix.protocols.gossip.GossipMember renamed to io.atomix.protocols.gossip.GossipService | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class io.atomix.protocols.gossip.impl.DefaultGossipMember moved and renamed to io.atomix.protocols.gossip.DisseminationService | From | To | |
Rename Attribute | 1 | ||
Rename Attribute tombstone : boolean to timestamp : Timestamp in class io.atomix.protocols.gossip.protocol.GossipUpdate | From | To | |
Change Variable Type | 3 | ||
Change Variable Type iterator : Iterator<Map.Entry<K,GossipEntry<K,V>>> to iterator : Iterator<Map.Entry<K,GossipUpdate<K,V>>> in method private purgeTombstones() : void in class io.atomix.protocols.gossip.DisseminationService | From | To | |
Change Variable Type existingUpdate : GossipEntry<K,V> to existingUpdate : GossipUpdate<K,V> in method private update(message GossipMessage<K,V>) : void in class io.atomix.protocols.gossip.DisseminationService | From | To | |
Change Variable Type update : GossipEntry<K,V> to update : GossipUpdate<K,V> in method private purgeTombstones() : void in class io.atomix.protocols.gossip.DisseminationService | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type tombstone : boolean to timestamp : Timestamp in class io.atomix.protocols.gossip.protocol.GossipUpdate | From | To | |
Change Attribute Type peerUpdateTimes : Map<NodeId,LogicalTimestamp> to peerUpdateTimes : Map<NodeId,Long> in class io.atomix.protocols.gossip.DisseminationService | From | To | |
Change Attribute Type updates : Map<K,GossipEntry<K,V>> to updates : Map<K,GossipUpdate<K,V>> in class io.atomix.protocols.gossip.DisseminationService | From | To |