|
Rename Method public unmarshal(source ReadableChannel) : RaftMembershipState renamed to public unmarshal0(channel ReadableChannel) : RaftMembershipState in class org.neo4j.coreedge.raft.state.membership.RaftMembershipState.Marshal |
From |
To |
|
Rename Method public unmarshal(source ReadableChannel) : GlobalSessionTrackerState renamed to public unmarshal0(channel ReadableChannel) : GlobalSessionTrackerState in class org.neo4j.coreedge.raft.replication.session.GlobalSessionTrackerState.Marshal |
From |
To |
|
Rename Method public unmarshal(channel ReadableChannel) : SegmentHeader renamed to public unmarshal0(channel ReadableChannel) : SegmentHeader in class org.neo4j.coreedge.raft.log.segmented.SegmentHeader.Marshal |
From |
To |
|
Rename Method public unmarshal(source ReadableChannel) : VoteState renamed to public unmarshal0(channel ReadableChannel) : VoteState in class org.neo4j.coreedge.raft.state.vote.VoteState.Marshal |
From |
To |
|
Rename Method public shouldReturnNullForHalfWrittenEntries() : void renamed to public shouldThrowExceptionForHalfWrittenEntries() : void in class org.neo4j.coreedge.raft.state.id_allocation.IdAllocationStateTest |
From |
To |
|
Rename Method public unmarshal(channel ReadableChannel) : IdAllocationState renamed to public unmarshal0(channel ReadableChannel) : IdAllocationState in class org.neo4j.coreedge.raft.state.id_allocation.IdAllocationState.Marshal |
From |
To |
|
Rename Method public unmarshal(source ReadableChannel) : ReplicatedLockTokenState renamed to public unmarshal0(channel ReadableChannel) : ReplicatedLockTokenState in class org.neo4j.coreedge.server.core.locks.ReplicatedLockTokenState.Marshal |
From |
To |
|
Rename Method package getReader(logIndex long) : IOCursor<EntryRecord> renamed to package getCursor(logIndex long) : IOCursor<EntryRecord> in class org.neo4j.coreedge.raft.log.segmented.SegmentFile |
From |
To |
|
Rename Method public unmarshal(source ReadableChannel) : CoreSnapshot renamed to public unmarshal0(channel ReadableChannel) : CoreSnapshot in class org.neo4j.coreedge.raft.state.CoreSnapshot.Marshal |
From |
To |
|
Rename Method public unmarshal(source ReadableChannel) : CoreMember renamed to public unmarshal0(channel ReadableChannel) : CoreMember in class org.neo4j.coreedge.server.CoreMember.CoreMemberMarshal |
From |
To |
|
Rename Variable reader : IOCursor<EntryRecord> to cursor : IOCursor<EntryRecord> in method public shouldBeAbleToWriteAndRead() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable unmarshal : CoreMember to member : CoreMember in method public unmarshal0(channel ReadableChannel) : GlobalSessionTrackerState in class org.neo4j.coreedge.raft.replication.session.GlobalSessionTrackerState.Marshal |
From |
To |
|
Rename Variable reader : IOCursor<EntryRecord> to cursor : IOCursor<EntryRecord> in method public shouldBeAbleToReadFromOffset() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable marker : byte to nullMarker : byte in method public unmarshal0(channel ReadableChannel) : CoreMember in class org.neo4j.coreedge.server.CoreMember.CoreMemberMarshal |
From |
To |
|
Rename Variable reader1 : IOCursor<EntryRecord> to cursor1 : IOCursor<EntryRecord> in method public shouldCallDisposeHandlerAfterLastReaderIsClosed() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable reader : IOCursor<EntryRecord> to cursor : IOCursor<EntryRecord> in method package run() : State in class org.neo4j.coreedge.raft.log.segmented.RecoveryProtocol |
From |
To |
|
Rename Variable reader : IOCursor<EntryRecord> to cursor : IOCursor<EntryRecord> in method public shouldBeAbleToRepeatedlyReadWrittenValues() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable reader : IOCursor<EntryRecord> to cursor : IOCursor<EntryRecord> in method public shouldReportCorrectInitialValues() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable reader0 : IOCursor<EntryRecord> to cursor0 : IOCursor<EntryRecord> in method public shouldCallDisposeHandlerAfterLastReaderIsClosed() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable reader : IOCursor<EntryRecord> to cursor : IOCursor<EntryRecord> in method public shouldHaveIdempotentCloseMethods() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable reader : IOCursor<EntryRecord> to cursor : IOCursor<EntryRecord> in method public shouldCatchDoubleCloseReaderErrors() : void in class org.neo4j.coreedge.raft.log.segmented.SegmentFileTest |
From |
To |
|
Rename Variable oldReader : IOCursor<EntryRecord> to oldCursor : IOCursor<EntryRecord> in method private nextSegment() : boolean in class org.neo4j.coreedge.raft.log.segmented.EntryCursor |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal(channel ReadableChannel) : STATE in class org.neo4j.coreedge.raft.state.ChannelMarshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal0(channel ReadableChannel) : VoteState in class org.neo4j.coreedge.raft.state.vote.VoteState.Marshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal(channel ReadableChannel) : Long in class org.neo4j.coreedge.raft.state.LongIndexMarshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal0(channel ReadableChannel) : GlobalSessionTrackerState in class org.neo4j.coreedge.raft.replication.session.GlobalSessionTrackerState.Marshal |
From |
To |
|
Rename Parameter startIndex : long to currentIndex : long in method package EntryRecordCursor(reader Reader, contentMarshal ChannelMarshal<ReplicatedContent>, currentIndex long, wantedIndex long, segment SegmentFile) in class org.neo4j.coreedge.raft.log.segmented.EntryRecordCursor |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal0(channel ReadableChannel) : CoreMember in class org.neo4j.coreedge.server.CoreMember.CoreMemberMarshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal(channel ReadableChannel) : Long in class org.neo4j.coreedge.raft.replication.id.StateRecoveryManagerTest.LongMarshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal0(channel ReadableChannel) : ReplicatedLockTokenState in class org.neo4j.coreedge.server.core.locks.ReplicatedLockTokenState.Marshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal0(channel ReadableChannel) : CoreSnapshot in class org.neo4j.coreedge.raft.state.CoreSnapshot.Marshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal0(channel ReadableChannel) : RaftMembershipState in class org.neo4j.coreedge.raft.state.membership.RaftMembershipState.Marshal |
From |
To |
|
Rename Parameter source : ReadableChannel to channel : ReadableChannel in method public unmarshal(channel ReadableChannel) : AtomicInteger in class org.neo4j.coreedge.raft.state.DurableStateStorageTest.AtomicIntegerMarshal |
From |
To |