6f08d1e0553d8bf1dba642a73cd76d8e7aaf3279
Files Diff
- Added: 5
- Removed: 7
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public serialize(channel WritableChannel) : void renamed to public marshal(channel WritableChannel) : void in class org.neo4j.causalclustering.messaging.marshalling.Marshal | From | To | |
Rename Method public serialize(channel WritableChannel) : void renamed to public marshal(channel WritableChannel) : void in class org.neo4j.causalclustering.messaging.marshalling.ChunkedReplicatedContent | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type marshal : CoreReplicatedContentMarshal to marshal : ChannelMarshal<ReplicatedContent> in method private createRaftLog(config Config, life LifeSupport, fileSystem FileSystemAbstraction, clusterStateDirectory File, marshal ChannelMarshal<ReplicatedContent>, logProvider LogProvider, scheduler JobScheduler) : RaftLog in class org.neo4j.causalclustering.core.consensus.ConsensusModule | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<SerializableContent> to Collection<Marshal> in method public toSerializable(content ReplicatedContent) : Collection<Marshal> in class org.neo4j.causalclustering.messaging.marshalling.CoreReplicatedContentSerializer | From | To | |
Change Return Type DistributedOperation to ContentBuilder<ReplicatedContent> in method public deserialize(channel ReadableChannel) : ContentBuilder<ReplicatedContent> in class org.neo4j.causalclustering.core.replication.DistributedOperation | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.causalclustering.messaging.marshalling.SerializableContent renamed to org.neo4j.causalclustering.messaging.marshalling.Marshal | From | To | |
Move Class | 4 | ||
Move Class org.neo4j.causalclustering.messaging.marshalling.v2.CoreReplicatedContentSerializer moved to org.neo4j.causalclustering.messaging.marshalling.CoreReplicatedContentSerializer | From | To | |
Move Class org.neo4j.causalclustering.messaging.marshalling.v2.decoding.ContentTypeProtocol moved to org.neo4j.causalclustering.messaging.marshalling.v2.ContentTypeProtocol | From | To | |
Move Class org.neo4j.causalclustering.messaging.marshalling.v2.ContentBuilder moved to org.neo4j.causalclustering.messaging.marshalling.ContentBuilder | From | To | |
Move Class org.neo4j.causalclustering.messaging.marshalling.ReplicatedContentChunkEncoder moved to org.neo4j.causalclustering.messaging.marshalling.v2.encoding.ReplicatedContentChunkEncoder | From | To | |
Change Variable Type | 2 | ||
Change Variable Type list : LinkedList<SerializableContent> to list : LinkedList<Marshal> in method public toSerializable(content ReplicatedContent) : Collection<Marshal> in class org.neo4j.causalclustering.messaging.marshalling.CoreReplicatedContentSerializer | From | To | |
Change Variable Type marshal : CoreReplicatedContentMarshal to marshal : CoreReplicatedContentSerializer in method public ConsensusModule(myself MemberId, platformModule PlatformModule, outbound Outbound<MemberId,RaftMessages.RaftMessage>, clusterStateDirectory File, coreTopologyService CoreTopologyService) in class org.neo4j.causalclustering.core.consensus.ConsensusModule | From | To |