|
Rename Method public serialize(memberSet CoreMemberSet, buffer ByteBuf) : void renamed to public marshal(memberSet CoreMemberSet, buffer ByteBuf) : void in class org.neo4j.coreedge.raft.membership.CoreMemberSetSerializer |
From |
To |
|
Rename Method public deserialize(buffer ByteBuf) : ReplicatedLockTokenRequest<CoreMember> renamed to public unmarshal(buffer ByteBuf) : ReplicatedLockTokenRequest<CoreMember> in class org.neo4j.coreedge.raft.net.ReplicatedLockTokenSerializer |
From |
To |
|
Rename Method public serialize(content ReplicatedTokenRequest, buffer ByteBuf) : void renamed to public marshal(content ReplicatedTokenRequest, buffer ByteBuf) : void in class org.neo4j.coreedge.raft.replication.token.ReplicatedTokenRequestSerializer |
From |
To |
|
Rename Method public serialize(transaction ReplicatedTransaction<CoreMember>, buffer ByteBuf) : void renamed to public marshal(transaction ReplicatedTransaction<CoreMember>, buffer ByteBuf) : void in class org.neo4j.coreedge.raft.replication.tx.ReplicatedTransactionSerializer |
From |
To |
|
Rename Method public deserialize(buffer ByteBuffer) : ReplicatedContent renamed to public unmarshal(buffer ByteBuf) : ReplicatedContent in class org.neo4j.coreedge.raft.log.DummyRaftableContentSerializer |
From |
To |
|
Rename Method public serialize(tokenRequest ReplicatedLockTokenRequest<CoreMember>, buffer ByteBuf) : void renamed to public marshal(tokenRequest ReplicatedLockTokenRequest<CoreMember>, buffer ByteBuf) : void in class org.neo4j.coreedge.raft.net.ReplicatedLockTokenSerializer |
From |
To |
|
Rename Method public serialize(content ReplicatedContent, buffer ByteBuf) : void renamed to public marshal(content ReplicatedContent, buffer ByteBuf) : void in class org.neo4j.coreedge.raft.net.CoreReplicatedContentMarshal |
From |
To |
|
Rename Method public serialize(content ReplicatedContent) : ByteBuffer renamed to public marshal(content ReplicatedContent, channel WritableChannel) : void in class org.neo4j.coreedge.raft.log.DummyRaftableContentSerializer |
From |
To |
|
Rename Method public deserialize(buffer ByteBuf) : CoreMemberSet renamed to public unmarshal(buffer ByteBuf) : CoreMemberSet in class org.neo4j.coreedge.raft.membership.CoreMemberSetSerializer |
From |
To |
|
Rename Method public deserialize(buffer ByteBuf) : ReplicatedTransaction renamed to public unmarshal(buffer ByteBuf) : ReplicatedTransaction in class org.neo4j.coreedge.raft.replication.tx.ReplicatedTransactionSerializer |
From |
To |
|
Rename Method public serialize(idRangeRequest ReplicatedIdAllocationRequest, buffer ByteBuf) : void renamed to public marshal(idRangeRequest ReplicatedIdAllocationRequest, buffer ByteBuf) : void in class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationRequestSerializer |
From |
To |
|
Rename Method public deserialize(buffer ByteBuf) : ReplicatedTokenRequest renamed to public unmarshal(buffer ByteBuf) : ReplicatedTokenRequest in class org.neo4j.coreedge.raft.replication.token.ReplicatedTokenRequestSerializer |
From |
To |
|
Rename Method public deserialize(buffer ByteBuf) : ReplicatedContent renamed to public unmarshal(buffer ByteBuf) : ReplicatedContent in class org.neo4j.coreedge.raft.net.CoreReplicatedContentMarshal |
From |
To |
|
Rename Method public shouldCorrectReportOnEmptyLog() : void renamed to public shouldReportCorrectDefaultValuesOnEmptyLog() : void in class org.neo4j.coreedge.raft.log.RaftLogContractTest |
From |
To |
|
Rename Method public deserialize(buffer ByteBuf) : ReplicatedIdAllocationRequest renamed to public unmarshal(buffer ByteBuf) : ReplicatedIdAllocationRequest in class org.neo4j.coreedge.raft.replication.id.ReplicatedIdAllocationRequestSerializer |
From |
To |
|
Change Parameter Type marshal : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in method public RaftMessageEncoder(marshal ByteBufMarshal<ReplicatedContent>) in class org.neo4j.coreedge.raft.net.codecs.RaftMessageEncoder |
From |
To |
|
Change Parameter Type marshal : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in method public RaftChannelInitializer(marshal ByteBufMarshal<ReplicatedContent>) in class org.neo4j.coreedge.raft.net.RaftChannelInitializer |
From |
To |
|
Change Parameter Type serializer : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in method public RaftServer(marshal ByteBufMarshal<ReplicatedContent>, listenAddress ListenSocketAddress, logProvider LogProvider) in class org.neo4j.coreedge.raft.RaftServer |
From |
To |
|
Change Parameter Type marshal : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in method public RaftMessageDecoder(marshal ByteBufMarshal<ReplicatedContent>) in class org.neo4j.coreedge.raft.net.codecs.RaftMessageDecoder |
From |
To |
|
Change Parameter Type buffer : ByteBuffer to buffer : ByteBuf in method public unmarshal(buffer ByteBuf) : ReplicatedContent in class org.neo4j.coreedge.raft.log.DummyRaftableContentSerializer |
From |
To |
|
Change Parameter Type serializer : Serializer to marshal : ByteBufMarshal<ReplicatedContent> in method public NaiveDurableRaftLog(fileSystem FileSystemAbstraction, directory File, marshal ByteBufMarshal<ReplicatedContent>, logProvider LogProvider) in class org.neo4j.coreedge.raft.log.NaiveDurableRaftLog |
From |
To |
|
Change Attribute Type serializer : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.net.codecs.RaftMessageEncodingDecodingTest |
From |
To |
|
Change Attribute Type serializer : ReplicatedContentMarshal<ByteBuf> to serializer : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.net.RaftMessageProcessingTest |
From |
To |
|
Change Attribute Type marshal : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.net.codecs.RaftMessageEncoder |
From |
To |
|
Change Attribute Type serializer : Serializer to marshal : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.log.NaiveDurableRaftLog |
From |
To |
|
Change Attribute Type serializer : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.RaftServer |
From |
To |
|
Change Attribute Type marshal : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.replication.CoreReplicatedContentByteBufferMarshalTest |
From |
To |
|
Change Attribute Type marshal : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.net.codecs.RaftMessageDecoder |
From |
To |
|
Change Attribute Type marshal : ReplicatedContentMarshal<ByteBuf> to marshal : ByteBufMarshal<ReplicatedContent> in class org.neo4j.coreedge.raft.net.RaftChannelInitializer |
From |
To |