|
Change Parameter Type master : JournalEntryStateMachine to master : Master in method public createJournal(master Master) : UfsJournal in class alluxio.master.journal.ufs.UfsJournalSystem |
From |
To |
|
Change Parameter Type stateMachine : JournalEntryStateMachine to stateMachine : Journaled in method public RaftJournal(stateMachine Journaled, location URI, journalWriter AtomicReference<AsyncJournalWriter>, stateReadLock Lock) in class alluxio.master.journal.raft.RaftJournal |
From |
To |
|
Change Parameter Type entry : Journal.JournalEntry to entry : JournalEntry in method public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.file.activesync.ActiveSyncManager |
From |
To |
|
Change Parameter Type master : JournalEntryStateMachine to master : Master in method public createJournal(master Master) : Journal in class alluxio.master.journal.noop.NoopJournalSystem |
From |
To |
|
Change Parameter Type master : JournalEntryStateMachine to master : Master in method public UfsJournalCheckpointThread(master Master, journal UfsJournal) in class alluxio.master.journal.ufs.UfsJournalCheckpointThread |
From |
To |
|
Change Parameter Type master : JournalEntryStateMachine to master : Master in method public createJournal(master Master) : Journal in class alluxio.master.journal.raft.RaftJournalSystem |
From |
To |
|
Change Parameter Type stateMachine : JournalEntryStateMachine to master : Master in method public createJournal(master Master) : Journal in class alluxio.master.journal.JournalSystem |
From |
To |
|
Change Parameter Type stateMachine : JournalEntryStateMachine to master : Master in method package UfsJournal(location URI, master Master, ufs UnderFileSystem, quietPeriodMs long) in class alluxio.master.journal.ufs.UfsJournal |
From |
To |
|
Change Parameter Type entry : InodeDirectoryIdGeneratorEntry to entry : JournalEntry in method public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.file.meta.InodeDirectoryIdGenerator |
From |
To |
|
Change Parameter Type stateMachine : JournalEntryStateMachine to master : Master in method public UfsJournal(location URI, master Master, quietPeriodMs long) in class alluxio.master.journal.ufs.UfsJournal |
From |
To |
|
Move Method public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.NoopMaster to public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.journal.JournalUtilsTest.TestJournaled |
From |
To |
|
Move Method public resetState() : void from class alluxio.master.NoopMaster to public resetState() : void from class alluxio.master.journal.JournalUtilsTest.TestJournaled |
From |
To |
|
Move Method public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.meta.DefaultMetaMaster to public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.journal.JournalUtilsTest.TestJournaled |
From |
To |
|
Move Method public resetState() : void from class alluxio.master.metrics.DefaultMetricsMaster to public resetState() : void from class alluxio.underfs.MasterUfsManager.State |
From |
To |
|
Move Method public getJournalEntryIterator() : Iterator<Journal.JournalEntry> from class alluxio.master.file.meta.MountTable to public getJournalEntryIterator() : Iterator<Journal.JournalEntry> from class alluxio.master.file.meta.MountTable.State |
From |
To |
|
Move Method public resetState() : void from class alluxio.master.meta.DefaultMetaMaster to public resetState() : void from class alluxio.master.journal.JournalUtilsTest.TestJournaled |
From |
To |
|
Move Method public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.file.meta.InodeTree to public getJournalEntryIterator() : Iterator<JournalEntry> from class alluxio.master.file.meta.InodeTreePersistentState |
From |
To |
|
Rename Method public replayJournalEntryFromJournal(entry Journal.JournalEntry) : boolean renamed to public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.file.activesync.ActiveSyncManager |
From |
To |
|
Rename Method public replayJournalEntryFromJournal(entry JournalEntry) : boolean renamed to public processJournalEntry(entry JournalEntry) : boolean in class alluxio.underfs.MasterUfsManager.State |
From |
To |
|
Rename Method public reset() : void renamed to public resetState() : void in class alluxio.master.file.meta.InodeTreePersistentState |
From |
To |
|
Rename Method public read() : Journal.JournalEntry renamed to private advanceEntry() : void in class alluxio.master.journal.ufs.UfsJournalReader |
From |
To |
|
Rename Method private apply(entry DeleteMountPointEntry) : void renamed to private applyDeleteMountPoint(entry DeleteMountPointEntry) : void in class alluxio.master.file.meta.MountTable.State |
From |
To |
|
Rename Method public replayJournalEntryFromJournal(entry JournalEntry) : boolean renamed to public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.file.meta.InodeTreePersistentState |
From |
To |
|
Rename Method public reset() : void renamed to public resetState() : void in class alluxio.master.file.meta.MountTable.State |
From |
To |
|
Rename Method private apply(entry AddMountPointEntry) : void renamed to private applyAddMountPoint(entry AddMountPointEntry) : void in class alluxio.master.file.meta.MountTable.State |
From |
To |
|
Change Return Type void to byte[] in method private buildCheckpoint(sequenceNumber long) : byte[] in class alluxio.master.journal.ufs.UfsJournalReaderTest |
From |
To |
|
Change Return Type JournalEntryStateMachine to Journaled in method public getStateMachine() : Journaled in class alluxio.master.journal.raft.RaftJournal |
From |
To |
|
Change Return Type void to boolean in method public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.block.DefaultBlockMaster |
From |
To |
|
Change Return Type InodeDirectoryIdGeneratorEntry to JournalEntry in method private toEntry(containerId long, sequenceNumber long) : JournalEntry in class alluxio.master.file.meta.InodeDirectoryIdGenerator |
From |
To |
|
Change Return Type Iterator<Journal.JournalEntry> to Iterator<JournalEntry> in method public getJournalEntryIterator() : Iterator<JournalEntry> in class alluxio.master.file.activesync.ActiveSyncManager |
From |
To |
|
Change Return Type void to boolean in method public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.file.DefaultFileSystemMaster |
From |
To |
|
Change Return Type void to boolean in method public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.journal.Journaled |
From |
To |
|
Change Return Type void to boolean in method public processJournalEntry(entry JournalEntry) : boolean in class alluxio.master.file.meta.InodeDirectoryIdGenerator |
From |
To |
|
Change Return Type Journal.JournalEntry to void in method private advanceEntry() : void in class alluxio.master.journal.ufs.UfsJournalReader |
From |
To |
|
Change Return Type void to boolean in method public processJournalEntry(entry Journal.JournalEntry) : boolean in class alluxio.master.MockMaster |
From |
To |