|
Change Parameter Type cacheSize : int to flushOnCommit : boolean in method public SegmentedJournal(name String, storageLevel StorageLevel, directory File, namespace Namespace, maxSegmentSize int, maxEntrySize int, maxEntriesPerSegment int, indexDensity double, flushOnCommit boolean) in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Parameter Type buffer : Buffer to buffer : ByteBuffer in method public builder(buffer ByteBuffer) : Builder in class io.atomix.storage.journal.JournalSegmentDescriptor |
From |
To |
|
Change Parameter Type serializer : Serializer to namespace : Namespace in method private RaftStorage(prefix String, storageLevel StorageLevel, directory File, namespace Namespace, maxSegmentSize int, maxEntrySize int, maxEntriesPerSegment int, dynamicCompaction boolean, freeDiskBuffer double, freeMemoryBuffer double, flushOnCommit boolean, retainStaleSnapshots boolean) in class io.atomix.protocols.raft.storage.RaftStorage |
From |
To |
|
Change Parameter Type buffer : Buffer to buffer : ByteBuffer in method public JournalSegmentDescriptor(buffer ByteBuffer) in class io.atomix.storage.journal.JournalSegmentDescriptor |
From |
To |
|
Change Parameter Type reader : SegmentedJournalReader<E> to reader : SegmentedJournalReader in method package closeReader(reader SegmentedJournalReader) : void in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Move Method public close() : void from class io.atomix.storage.journal.JournalSegmentDescriptor to public close() : void from class io.atomix.storage.journal.MappableJournalSegmentWriter |
From |
To |
|
Move Method public commit(index long) : void from class io.atomix.protocols.raft.storage.log.RaftLogWriter to public commit(index long) : void from class io.atomix.storage.journal.FileChannelJournalSegmentWriter |
From |
To |
|
Move Method public reset(index long) : void from class io.atomix.protocols.raft.storage.log.RaftLogWriter to public reset(index long) : void from class io.atomix.storage.journal.FileChannelJournalSegmentWriter |
From |
To |
|
Move Method public hasNext() : boolean from class io.atomix.protocols.raft.storage.log.RaftLogReader to public hasNext() : boolean from class io.atomix.storage.journal.FileChannelJournalSegmentReader |
From |
To |
|
Move Method public isFull() : boolean from class io.atomix.storage.journal.JournalSegment to public isFull() : boolean from class io.atomix.storage.journal.FileChannelJournalSegmentWriter |
From |
To |
|
Move Method public size() : long from class io.atomix.storage.journal.JournalSegment to public size() : long from class io.atomix.storage.journal.FileChannelJournalSegmentWriter |
From |
To |
|
Move Method public getFirstIndex() : long from class io.atomix.protocols.raft.storage.log.RaftLogReader to public getFirstIndex() : long from class io.atomix.storage.journal.FileChannelJournalSegmentReader |
From |
To |
|
Move Method public bytes() : byte[] from class io.atomix.protocols.raft.storage.log.TestEntry to public bytes() : byte[] from class io.atomix.storage.journal.TestEntry |
From |
To |
|
Move Method public truncate(index long) : void from class io.atomix.protocols.raft.storage.log.RaftLogWriter to public truncate(index long) : void from class io.atomix.storage.journal.FileChannelJournalSegmentWriter |
From |
To |
|
Change Variable Type committedReader : RaftLogReader to committedReader : JournalReader<TestEntry> in method public testReadAfterCompact() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type bytes : byte[] to slice : ByteBuffer in method public append(entry T) : Indexed<T> in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Change Variable Type reader : RaftLogReader to reader : JournalReader<TestEntry> in method public testWriteReadCommittedEntries() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type writer : RaftLogWriter to writer : JournalWriter<TestEntry> in method public testResetTruncateZero() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type writer : RaftLogWriter to writer : JournalWriter<TestEntry> in method public testTruncateRead() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type entry : Indexed<RaftLogEntry> to entry : Indexed<TestEntry> in method public testTruncateRead() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type log : RaftLog to journal : SegmentedJournal<TestEntry> in method public testCompactAndRecover() : void in class io.atomix.storage.journal.PersistentJournalTest |
From |
To |
|
Change Variable Type reader : RaftLogReader to reader : JournalReader<TestEntry> in method public testTruncateRead() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type writer : RaftLogWriter to writer : JournalWriter<TestEntry> in method public testReadAfterCompact() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type reader : RaftLogReader to reader : JournalReader<TestEntry> in method public testCompactAndRecover() : void in class io.atomix.storage.journal.PersistentJournalTest |
From |
To |
|
Change Variable Type writer : RaftLogWriter to writer : JournalWriter<TestEntry> in method public testWriteReadCommittedEntries() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type reader : SegmentedJournalReader<E> to reader : SegmentedJournalReader in method package resetHead(index long) : void in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type writer : RaftLogWriter to writer : JournalWriter<TestEntry> in method public testWriteReadEntries() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type reader : SegmentedJournalReader<E> to reader : SegmentedJournalReader in method package resetTail(index long) : void in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type crc32 : Checksum to crc32 : CRC32 in method public append(entry T) : Indexed<T> in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Change Variable Type uncommittedReader : RaftLogReader to uncommittedReader : JournalReader<TestEntry> in method public testReadAfterCompact() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type crc32 : Checksum to crc32 : CRC32 in method private readNext() : void in class io.atomix.storage.journal.MappedJournalSegmentReader |
From |
To |
|
Change Variable Type log : RaftLog to journal : SegmentedJournal<TestEntry> in method public testResetTruncateZero() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type writer : RaftLogWriter to writer : JournalWriter<TestEntry> in method public testCompactAndRecover() : void in class io.atomix.storage.journal.PersistentJournalTest |
From |
To |
|
Change Variable Type log : RaftLog to journal : Journal<TestEntry> in method public testTruncateRead() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type log : RaftLog to journal : Journal<TestEntry> in method public testWriteReadCommittedEntries() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type crc32 : Checksum to crc32 : CRC32 in method public reset(index long) : void in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Change Variable Type log : RaftLog to journal : Journal<TestEntry> in method public testWriteReadEntries() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Change Variable Type log : RaftLog to journal : SegmentedJournal<TestEntry> in method public testReadAfterCompact() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Rename Variable bytes : byte[] to slice : ByteBuffer in method public append(entry T) : Indexed<T> in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Rename Variable log : RaftLog to journal : SegmentedJournal<TestEntry> in method public testCompactAndRecover() : void in class io.atomix.storage.journal.PersistentJournalTest |
From |
To |
|
Rename Variable log : RaftLog to journal : SegmentedJournal<TestEntry> in method public testResetTruncateZero() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Rename Variable log : RaftLog to journal : Journal<TestEntry> in method public testTruncateRead() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Rename Variable log : RaftLog to journal : Journal<TestEntry> in method public testWriteReadCommittedEntries() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Rename Variable log : RaftLog to journal : Journal<TestEntry> in method public testWriteReadEntries() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Rename Variable log : RaftLog to journal : SegmentedJournal<TestEntry> in method public testReadAfterCompact() : void in class io.atomix.storage.journal.AbstractJournalTest |
From |
To |
|
Rename Variable file : File to segmentFile : File in method private loadSegment(segmentId long) : JournalSegment<E> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Rename Attribute serializer : Serializer to storageLevel : StorageLevel in class io.atomix.storage.journal.JournalSegment |
From |
To |
|
Rename Attribute serializer : Serializer to namespace : Namespace in class io.atomix.protocols.raft.storage.RaftStorage |
From |
To |
|
Rename Attribute descriptor : JournalSegmentDescriptor to segment : JournalSegment<E> in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Rename Attribute serializer : Serializer to namespace : Namespace in class io.atomix.storage.journal.SegmentedJournal.Builder |
From |
To |
|
Rename Attribute cacheSize : int to flushOnCommit : boolean in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Rename Attribute serializer : Serializer to namespace : Namespace in class io.atomix.protocols.raft.storage.RaftStorage.Builder |
From |
To |
|
Rename Attribute cache : JournalSegmentCache to namespace : Namespace in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Rename Attribute cache : JournalSegmentCache to namespace : Namespace in class io.atomix.storage.journal.MappedJournalSegmentReader |
From |
To |
|
Rename Attribute serializer : Serializer to namespace : Namespace in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Attribute Type cacheSize : int to flushOnCommit : boolean in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Attribute Type serializer : Serializer to namespace : Namespace in class io.atomix.protocols.raft.storage.RaftStorage.Builder |
From |
To |
|
Change Attribute Type buffer : Buffer to buffer : ByteBuffer in class io.atomix.storage.journal.JournalSegmentDescriptor.Builder |
From |
To |
|
Change Attribute Type readers : Collection<SegmentedJournalReader<E>> to readers : Collection<SegmentedJournalReader> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Attribute Type writer : JournalSegmentWriter<E> to writer : MappableJournalSegmentWriter<E> in class io.atomix.storage.journal.JournalSegment |
From |
To |
|
Change Attribute Type serializer : Serializer to storageLevel : StorageLevel in class io.atomix.storage.journal.JournalSegment |
From |
To |
|
Change Attribute Type buffer : Buffer to buffer : ByteBuffer in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Change Attribute Type descriptor : JournalSegmentDescriptor to segment : JournalSegment<E> in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Change Attribute Type buffer : Buffer to buffer : ByteBuffer in class io.atomix.storage.journal.MappedJournalSegmentReader |
From |
To |
|
Change Attribute Type currentWriter : JournalSegmentWriter<E> to currentWriter : MappableJournalSegmentWriter<E> in class io.atomix.storage.journal.SegmentedJournalWriter |
From |
To |
|
Change Attribute Type cache : JournalSegmentCache to namespace : Namespace in class io.atomix.storage.journal.MappedJournalSegmentWriter |
From |
To |
|
Change Attribute Type cache : JournalSegmentCache to namespace : Namespace in class io.atomix.storage.journal.MappedJournalSegmentReader |
From |
To |
|
Change Attribute Type serializer : Serializer to namespace : Namespace in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Attribute Type currentReader : JournalSegmentReader<E> to currentReader : MappableJournalSegmentReader<E> in class io.atomix.storage.journal.SegmentedJournalReader |
From |
To |
|
Change Attribute Type serializer : Serializer to namespace : Namespace in class io.atomix.protocols.raft.storage.RaftStorage |
From |
To |
|
Change Attribute Type buffer : Buffer to buffer : ByteBuffer in class io.atomix.storage.journal.JournalSegmentDescriptor |
From |
To |
|
Change Attribute Type serializer : Serializer to namespace : Namespace in class io.atomix.storage.journal.SegmentedJournal.Builder |
From |
To |
|
Rename Parameter cacheSize : int to flushOnCommit : boolean in method public SegmentedJournal(name String, storageLevel StorageLevel, directory File, namespace Namespace, maxSegmentSize int, maxEntrySize int, maxEntriesPerSegment int, indexDensity double, flushOnCommit boolean) in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Rename Parameter serializer : Serializer to namespace : Namespace in method private RaftStorage(prefix String, storageLevel StorageLevel, directory File, namespace Namespace, maxSegmentSize int, maxEntrySize int, maxEntriesPerSegment int, dynamicCompaction boolean, freeDiskBuffer double, freeMemoryBuffer double, flushOnCommit boolean, retainStaleSnapshots boolean) in class io.atomix.protocols.raft.storage.RaftStorage |
From |
To |