|
Change Variable Type newRaftLog : NewPhysicalRaftLog to newRaftLog : SegmentedPhysicalRaftLog in method protected createRaftLog() : RaftLog in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogVerificationIT |
From |
To |
|
Change Variable Type log : NewPhysicalRaftLog to log : SegmentedPhysicalRaftLog in method public shouldBeAbleToRecoverToLatestStateAfterRotation() : void in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogRotationTest |
From |
To |
|
Change Variable Type raftLog : NewPhysicalRaftLog to raftLog : SegmentedPhysicalRaftLog in method public shouldRestoreCorrectCommitAndAppendIndexOnStartupAfterTruncation() : void in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogContractTest |
From |
To |
|
Change Variable Type newRaftLog : NewPhysicalRaftLog to newRaftLog : SegmentedPhysicalRaftLog in method private createRaftLog(rotateAtSize long) : SegmentedPhysicalRaftLog in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogRotationTest |
From |
To |
|
Change Variable Type newRaftLog : NewPhysicalRaftLog to newRaftLog : SegmentedPhysicalRaftLog in method private createRaftLog(cacheSize int) : SegmentedPhysicalRaftLog in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogContractTest |
From |
To |
|
Change Variable Type raftLog : NewPhysicalRaftLog to raftLog : SegmentedPhysicalRaftLog in method public shouldRestoreCorrectCommitAndAppendIndexWithTruncationRecordsAndAppendedRecordsAfterThat() : void in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogContractTest |
From |
To |
|
Change Variable Type raftLog : NewPhysicalRaftLog to raftLog : SegmentedPhysicalRaftLog in method public shouldRestoreCommitIndexOnStartup() : void in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogContractTest |
From |
To |
|
Change Variable Type raftLog : NewPhysicalRaftLog to raftLog : SegmentedPhysicalRaftLog in method public shouldReadBackInCachedEntry() : void in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogContractTest |
From |
To |
|
Change Variable Type raftLog : NewPhysicalRaftLog to raftLog : SegmentedPhysicalRaftLog in method public shouldReadBackNonCachedEntry() : void in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogContractTest |
From |
To |
|
Change Variable Type log : NewPhysicalRaftLog to log : SegmentedPhysicalRaftLog in method public shouldRotateOnAppendWhenRotateSizeIsReached() : void in class org.neo4j.coreedge.raft.log.physical.SegmentedPhysicalRaftLogRotationTest |
From |
To |