|
Change Variable Type segment : Map.Entry<Long,JournalSegment> to segment : Map.Entry<Long,JournalSegment<E>> in method package lastSegment() : JournalSegment<E> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type segment : Map.Entry<Long,JournalSegment> to segment : Map.Entry<Long,JournalSegment<E>> in method public segment(index long) : JournalSegment<E> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type segment : Map.Entry<Long,JournalSegment> to segment : Map.Entry<Long,JournalSegment<E>> in method package firstSegment() : JournalSegment<E> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type nextSegment : Map.Entry<Long,JournalSegment> to nextSegment : Map.Entry<Long,JournalSegment<E>> in method package nextSegment(index long) : JournalSegment<E> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type compactSegments : SortedMap<Long,JournalSegment> to compactSegments : SortedMap<Long,JournalSegment<E>> in method public compact(index long) : void in class io.atomix.storage.journal.SegmentedJournal |
From |
To |
|
Change Variable Type nextSegment : JournalSegment to nextSegment : JournalSegment<E> in method public hasNext() : boolean in class io.atomix.storage.journal.SegmentedJournalReader |
From |
To |
|
Change Variable Type previousSegment : Map.Entry<Long,JournalSegment> to previousSegment : Map.Entry<Long,JournalSegment<E>> in method package previousSegment(index long) : JournalSegment<E> in class io.atomix.storage.journal.SegmentedJournal |
From |
To |