|
Change Parameter Type buffer : ByteBuffer to channel : ReadableChannel in method public unmarshal(channel ReadableChannel) : InMemoryIdAllocationState in class org.neo4j.coreedge.raft.state.id_allocation.InMemoryIdAllocationState.InMemoryIdAllocationStateChannelMarshal |
From |
To |
|
Change Parameter Type buffer : ByteBuffer to channel : WritableChannel in method public marshal(inMemoryTermState InMemoryTermState, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.term.InMemoryTermState.InMemoryTermStateChannelMarshal |
From |
To |
|
Change Parameter Type buffer : ByteBuffer to source : ReadableChannel in method public unmarshal(source ReadableChannel) : InMemoryRaftMembershipState<MEMBER> in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Change Parameter Type marshal : Marshal<CoreMember> to memberMarshal : ChannelMarshal<CoreMember> in method public InMemoryVoteStateChannelMarshal(memberMarshal ChannelMarshal<CoreMember>) in class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Change Parameter Type memberMarshal : Marshal<MEMBER> to channelMarshal : ChannelMarshal<MEMBER> in method public OnDiskRaftMembershipState(fileSystemAbstraction FileSystemAbstraction, storeDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, channelMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.membership.OnDiskRaftMembershipState |
From |
To |
|
Change Parameter Type buffer : ByteBuffer to channel : WritableChannel in method public marshal(target InMemoryRaftMembershipState<MEMBER>, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Change Parameter Type marshal : InMemoryRaftMembershipState.InMemoryRaftMembershipStateMarshal<MEMBER> to marshal : InMemoryRaftMembershipStateChannelMarshal<MEMBER> in method public RaftMembershipStateRecoveryManager(fileSystem FileSystemAbstraction, marshal InMemoryRaftMembershipStateChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.membership.RaftMembershipStateRecoveryManager |
From |
To |
|
Change Parameter Type marshal : InMemoryIdAllocationState.InMemoryIdAllocationStateMarshal to marshal : InMemoryIdAllocationStateChannelMarshal in method public IdAllocationStateRecoveryManager(fileSystem FileSystemAbstraction, marshal InMemoryIdAllocationStateChannelMarshal) in class org.neo4j.coreedge.raft.state.id_allocation.IdAllocationStateRecoveryManager |
From |
To |
|
Change Parameter Type marshal : Marshal<MEMBER> to marshal : ChannelMarshal<MEMBER> in method public InMemoryRaftMembershipStateChannelMarshal(marshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Change Parameter Type source : ByteBuffer to source : ReadableChannel in method public unmarshal(source ReadableChannel) : InMemoryTermState in class org.neo4j.coreedge.raft.state.term.InMemoryTermState.InMemoryTermStateChannelMarshal |
From |
To |
|
Change Parameter Type marshal : InMemoryTermState.InMemoryTermStateMarshal to marshal : InMemoryTermState.InMemoryTermStateChannelMarshal in method public TermStateRecoveryManager(fileSystem FileSystemAbstraction, marshal InMemoryTermState.InMemoryTermStateChannelMarshal) in class org.neo4j.coreedge.raft.state.term.TermStateRecoveryManager |
From |
To |
|
Change Parameter Type marshal : InMemoryVoteState.InMemoryVoteStateMarshal<MEMBER> to marshal : InMemoryVoteStateChannelMarshal<MEMBER> in method public VoteStateRecoveryManager(fileSystemAbstraction FileSystemAbstraction, marshal InMemoryVoteStateChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.vote.VoteStateRecoveryManager |
From |
To |
|
Change Parameter Type buffer : ByteBuffer to channel : WritableChannel in method public marshal(target InMemoryVoteState<CoreMember>, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Change Parameter Type source : ByteBuffer to source : ReadableChannel in method public unmarshal(source ReadableChannel) : InMemoryVoteState<CoreMember> in class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Change Parameter Type buffer : ByteBuffer to channel : WritableChannel in method public marshal(state InMemoryIdAllocationState, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.id_allocation.InMemoryIdAllocationState.InMemoryIdAllocationStateChannelMarshal |
From |
To |
|
Change Parameter Type memberMarshal : Marshal<MEMBER> to memberByteBufferMarshal : ChannelMarshal<MEMBER> in method public OnDiskVoteState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, memberByteBufferMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.vote.OnDiskVoteState |
From |
To |
|
Change Parameter Type marshal : Marshal<STATE> to marshal : ChannelMarshal<STATE> in method public StatePersister(fileA File, fileB File, fileSystemAbstraction FileSystemAbstraction, numberOfEntriesBeforeRotation int, marshal ChannelMarshal<STATE>, currentStoreFile File, databaseHealthSupplier Supplier<DatabaseHealth>) in class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Rename Class org.neo4j.coreedge.server.AdvertisedSocketAddress.AdvertisedSocketAddressMarshal renamed to org.neo4j.coreedge.server.AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal |
From |
To |
|
Rename Class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateMarshal renamed to org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Rename Class org.neo4j.coreedge.raft.state.id_allocation.InMemoryIdAllocationState.InMemoryIdAllocationStateMarshal renamed to org.neo4j.coreedge.raft.state.id_allocation.InMemoryIdAllocationState.InMemoryIdAllocationStateChannelMarshal |
From |
To |
|
Rename Class org.neo4j.coreedge.raft.state.term.InMemoryTermState.InMemoryTermStateMarshal renamed to org.neo4j.coreedge.raft.state.term.InMemoryTermState.InMemoryTermStateChannelMarshal |
From |
To |
|
Rename Class org.neo4j.coreedge.raft.log.RaftContentMarshalTest renamed to org.neo4j.coreedge.raft.log.RaftContentByteBufferMarshalTest |
From |
To |
|
Rename Class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateMarshal renamed to org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Rename Class org.neo4j.coreedge.raft.replication.StringMarshalTest renamed to org.neo4j.coreedge.raft.replication.StringByteBufferMarshalTest |
From |
To |
|
Rename Class org.neo4j.coreedge.raft.replication.CoreReplicatedContentMarshalTest renamed to org.neo4j.coreedge.raft.replication.CoreReplicatedContentByteBufferMarshalTest |
From |
To |
|
Change Variable Type marshal : AdvertisedSocketAddress.AdvertisedSocketAddressMarshal to marshal : AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal in method public shouldMarshalAndUnmarshalFromByteBuf() : void in class org.neo4j.coreedge.server.AdvertisedSocketAddressMarshallingTest |
From |
To |
|
Change Variable Type marshal : InMemoryRaftMembershipState.InMemoryRaftMembershipStateMarshal<CoreMember> to marshal : InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal<CoreMember> in method public shouldSerialiseAndDeserialiseEmptyStateCorrectly() : void in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipStateTest |
From |
To |
|
Change Variable Type marshal : InMemoryVoteState.InMemoryVoteStateMarshal<MEMBER> to marshal : InMemoryVoteState.InMemoryVoteStateChannelMarshal<MEMBER> in method public OnDiskVoteState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, memberByteBufferMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.vote.OnDiskVoteState |
From |
To |
|
Change Variable Type buffer : ByteBuffer to channel : InMemoryClosableChannel in method public shouldSerialiseAndDeserialiseNonEmptyStateCorrectly() : void in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipStateTest |
From |
To |
|
Change Variable Type marshal : InMemoryRaftMembershipState.InMemoryRaftMembershipStateMarshal<MEMBER> to marshal : InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal<MEMBER> in method public OnDiskRaftMembershipState(fileSystemAbstraction FileSystemAbstraction, storeDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, channelMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.membership.OnDiskRaftMembershipState |
From |
To |
|
Change Variable Type serializer : InMemoryRaftMembershipState.InMemoryRaftMembershipStateMarshal<RaftTestMember> to serializer : InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal<RaftTestMember> in method public shouldSerialiseAndDeserialiseNonEmptyStateCorrectly() : void in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipStateTest |
From |
To |
|
Change Variable Type marshal : AdvertisedSocketAddress.AdvertisedSocketAddressMarshal to marshal : AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal in method private retrieveMember(buffer ByteBuf) : CoreMember in class org.neo4j.coreedge.raft.net.codecs.RaftMessageDecoder |
From |
To |
|
Change Variable Type marshal : AdvertisedSocketAddress.AdvertisedSocketAddressMarshal to marshal : AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal in method public shouldReturnNullOnHalfWrittenEntryInByteBuffer() : void in class org.neo4j.coreedge.server.AdvertisedSocketAddressMarshallingTest |
From |
To |
|
Change Variable Type marshal : AdvertisedSocketAddress.AdvertisedSocketAddressMarshal to marshal : AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal in method public shouldReturnNullOnHalfWrittenEntryInByteBuf() : void in class org.neo4j.coreedge.server.AdvertisedSocketAddressMarshallingTest |
From |
To |
|
Change Variable Type notEnoughBytes : BufferUnderflowException to notEnoughBytes : ReadPastEndException in method public LongState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int) in class org.neo4j.coreedge.raft.state.PersistedStateIT.LongState |
From |
To |
|
Change Variable Type channel : StoreChannel to channel : ReadableChannel in method public LongState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int) in class org.neo4j.coreedge.raft.state.PersistedStateIT.LongState |
From |
To |
|
Change Variable Type marshal : AdvertisedSocketAddress.AdvertisedSocketAddressMarshal to marshal : AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal in method public shouldMarshalAndUnmarshalFromByteBuffer() : void in class org.neo4j.coreedge.server.AdvertisedSocketAddressMarshallingTest |
From |
To |
|
Change Variable Type source : ByteBuffer to source : ReadableChannel in method public LongState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int) in class org.neo4j.coreedge.raft.state.PersistedStateIT.LongState |
From |
To |
|
Change Variable Type buffer : ByteBuffer to channel : InMemoryClosableChannel in method public shouldSerialiseAndDeserialiseEmptyStateCorrectly() : void in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipStateTest |
From |
To |
|
Change Variable Type marshal : AdvertisedSocketAddress.AdvertisedSocketAddressMarshal to marshal : AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal in method private writeMember(member CoreMember, buffer ByteBuf) : void in class org.neo4j.coreedge.raft.net.codecs.RaftMessageEncoder |
From |
To |
|
Change Attribute Type marshal : Marshal<STATE> to marshal : ChannelMarshal<STATE> in class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Change Attribute Type marshal : InMemoryIdAllocationState.InMemoryIdAllocationStateMarshal to marshal : InMemoryIdAllocationStateChannelMarshal in class org.neo4j.coreedge.raft.state.id_allocation.IdAllocationStateRecoveryManager |
From |
To |
|
Change Attribute Type marshal : InMemoryIdAllocationState.InMemoryIdAllocationStateMarshal to marshal : InMemoryIdAllocationState.InMemoryIdAllocationStateChannelMarshal in class org.neo4j.coreedge.raft.state.id_allocation.OnDiskIdAllocationState |
From |
To |
|
Change Attribute Type marshal : InMemoryVoteState.InMemoryVoteStateMarshal<MEMBER> to marshal : InMemoryVoteStateChannelMarshal<MEMBER> in class org.neo4j.coreedge.raft.state.vote.VoteStateRecoveryManager |
From |
To |
|
Change Attribute Type marshal : Marshal<MEMBER> to memberMarshal : ChannelMarshal<MEMBER> in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Change Attribute Type marshal : InMemoryTermState.InMemoryTermStateMarshal to marshal : InMemoryTermState.InMemoryTermStateChannelMarshal in class org.neo4j.coreedge.raft.state.term.TermStateRecoveryManager |
From |
To |
|
Change Attribute Type currentStoreChannel : StoreChannel to currentStoreChannel : PhysicalFlushableChannel in class org.neo4j.coreedge.raft.state.StatePersister |
From |
To |
|
Change Attribute Type marshal : AdvertisedSocketAddress.AdvertisedSocketAddressMarshal to byteBufMarshal : AdvertisedSocketAddress.AdvertisedSocketAddressByteBufferMarshal in class org.neo4j.coreedge.server.CoreMember.CoreMemberMarshal |
From |
To |
|
Change Attribute Type marshal : InMemoryRaftMembershipState.InMemoryRaftMembershipStateMarshal<MEMBER> to marshal : InMemoryRaftMembershipStateChannelMarshal<MEMBER> in class org.neo4j.coreedge.raft.state.membership.RaftMembershipStateRecoveryManager |
From |
To |
|
Change Attribute Type marshal : Marshal<CoreMember> to memberMarshal : ChannelMarshal<CoreMember> in class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Rename Parameter buffer : ByteBuffer to channel : WritableChannel in method public marshal(target InMemoryRaftMembershipState<MEMBER>, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Rename Parameter buffer : ByteBuffer to channel : ReadableChannel in method public unmarshal(channel ReadableChannel) : InMemoryIdAllocationState in class org.neo4j.coreedge.raft.state.id_allocation.InMemoryIdAllocationState.InMemoryIdAllocationStateChannelMarshal |
From |
To |
|
Rename Parameter buffer : ByteBuffer to channel : WritableChannel in method public marshal(inMemoryTermState InMemoryTermState, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.term.InMemoryTermState.InMemoryTermStateChannelMarshal |
From |
To |
|
Rename Parameter buffer : ByteBuffer to channel : WritableChannel in method public marshal(target InMemoryVoteState<CoreMember>, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Rename Parameter buffer : ByteBuffer to source : ReadableChannel in method public unmarshal(source ReadableChannel) : InMemoryRaftMembershipState<MEMBER> in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Rename Parameter state : InMemoryRaftMembershipState<MEMBER> to target : InMemoryRaftMembershipState<MEMBER> in method public marshal(target InMemoryRaftMembershipState<MEMBER>, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.membership.InMemoryRaftMembershipState.InMemoryRaftMembershipStateChannelMarshal |
From |
To |
|
Rename Parameter marshal : Marshal<CoreMember> to memberMarshal : ChannelMarshal<CoreMember> in method public InMemoryVoteStateChannelMarshal(memberMarshal ChannelMarshal<CoreMember>) in class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Rename Parameter state : InMemoryVoteState<CoreMember> to target : InMemoryVoteState<CoreMember> in method public marshal(target InMemoryVoteState<CoreMember>, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.vote.InMemoryVoteState.InMemoryVoteStateChannelMarshal |
From |
To |
|
Rename Parameter memberMarshal : Marshal<MEMBER> to channelMarshal : ChannelMarshal<MEMBER> in method public OnDiskRaftMembershipState(fileSystemAbstraction FileSystemAbstraction, storeDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, channelMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.membership.OnDiskRaftMembershipState |
From |
To |
|
Rename Parameter buffer : ByteBuffer to channel : WritableChannel in method public marshal(state InMemoryIdAllocationState, channel WritableChannel) : void in class org.neo4j.coreedge.raft.state.id_allocation.InMemoryIdAllocationState.InMemoryIdAllocationStateChannelMarshal |
From |
To |
|
Rename Parameter memberMarshal : Marshal<MEMBER> to memberByteBufferMarshal : ChannelMarshal<MEMBER> in method public OnDiskVoteState(fileSystemAbstraction FileSystemAbstraction, stateDir File, numberOfEntriesBeforeRotation int, databaseHealthSupplier Supplier<DatabaseHealth>, memberByteBufferMarshal ChannelMarshal<MEMBER>) in class org.neo4j.coreedge.raft.state.vote.OnDiskVoteState |
From |
To |