646fe30a935d434cadb0b7f186b2c461f9a67b0c
Files Diff
- Added: 24
- Removed: 6
- Renamed: 0
- Modified: 38
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 6 | ||
Change Parameter Type input : InputStream to input : CheckpointInputStream in method public restoreFromCheckpoint(input CheckpointInputStream) : void in class alluxio.master.file.DefaultFileSystemMaster | From | To | |
Change Parameter Type input : InputStream to input : CheckpointInputStream in method public restoreFromCheckpoint(input CheckpointInputStream, components List<? extends Checkpointed>) : void in class alluxio.master.journal.JournalUtils | From | To | |
Change Parameter Type input : InputStream to input : CheckpointInputStream in method public restoreFromCheckpoint(input CheckpointInputStream) : void in class alluxio.master.journal.NoopJournaled | From | To | |
Change Parameter Type input : InputStream to input : CheckpointInputStream in method public restoreFromCheckpoint(input CheckpointInputStream) : void in class alluxio.master.journal.checkpoint.Checkpointed | From | To | |
Change Parameter Type input : InputStream to input : CheckpointInputStream in method public restoreFromCheckpoint(input CheckpointInputStream) : void in class alluxio.master.journal.DelegatingJournaled | From | To | |
Change Parameter Type input : InputStream to input : CheckpointInputStream in method public restoreFromCheckpoint(input CheckpointInputStream) : void in class alluxio.master.journal.Journaled | From | To | |
Move Attribute | 4 | ||
Move Attribute private mDb : RocksDB from class alluxio.master.metastore.rocks.RocksInodeStore to private mDb : RocksDB from class alluxio.master.metastore.rocks.RocksStore | From | To | |
Move Attribute private mDb : RocksDB from class alluxio.master.metastore.rocks.RocksBlockStore to private mDb : RocksDB from class alluxio.master.metastore.rocks.RocksStore | From | To | |
Move Attribute private mDbPath : String from class alluxio.master.metastore.rocks.RocksInodeStore to private mDbPath : String from class alluxio.master.metastore.rocks.RocksStore | From | To | |
Move Attribute private mDbPath : String from class alluxio.master.metastore.rocks.RocksBlockStore to private mDbPath : String from class alluxio.master.metastore.rocks.RocksStore | From | To | |
Extract Class | 2 | ||
Extract Class alluxio.master.metastore.rocks.RocksStore from class alluxio.master.metastore.rocks.RocksBlockStore | From | To | |
Extract Class alluxio.master.metastore.rocks.RocksStore from class alluxio.master.metastore.rocks.RocksInodeStore | From | To | |
Rename Class | 1 | ||
Rename Class alluxio.master.metastore.caching.CachingInodeStoreTest renamed to alluxio.master.metastore.caching.CachingInodeStoreMockedBackingStoreTest | From | To | |
Move Class | 5 | ||
Move Class alluxio.master.journal.CheckpointInputStream moved to alluxio.master.journal.checkpoint.CheckpointInputStream | From | To | |
Move Class alluxio.master.CheckpointType moved to alluxio.master.journal.checkpoint.CheckpointType | From | To | |
Move Class alluxio.master.journal.CheckpointOutputStream moved to alluxio.master.journal.checkpoint.CheckpointOutputStream | From | To | |
Move Class alluxio.master.journal.CheckpointName moved to alluxio.master.journal.checkpoint.CheckpointName | From | To | |
Move Class alluxio.master.journal.Checkpointed moved to alluxio.master.journal.checkpoint.Checkpointed | From | To | |
Extract Variable | 3 | ||
Extract Variable baseDir : String in method public RocksInodeStore(args InodeStoreArgs) from class alluxio.master.metastore.rocks.RocksInodeStore | From | To | |
Extract Variable inodeOpt : Optional<MutableInode<?>> in method private applyUpdateInode(entry UpdateInodeEntry) : void from class alluxio.master.file.meta.InodeTreePersistentState | From | To | |
Extract Variable client : FileSystem in method private triggerAndWaitForCheckpoint() : void from class alluxio.server.ft.journal.MultiMasterJournalTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cis : CheckpointInputStream to reader : CompoundCheckpointReader in method public restoreFromCheckpoint(input CheckpointInputStream, components List<? extends Checkpointed>) : void in class alluxio.master.journal.JournalUtils | From | To | |
Extract Method | 1 | ||
Extract Method private triggerAndWaitForCheckpoint() : void extracted from public testCheckpointReplay() : void in class alluxio.server.ft.journal.MultiMasterJournalTest | From | To | |
Rename Method | 1 | ||
Rename Method public waitForCheckpoint(masterName String) : void renamed to public waitForUfsJournalCheckpoint(masterName String, journalLocation URI) : void in class alluxio.testutils.IntegrationTestUtils | From | To | |
Inline Method | 1 | ||
Inline Method private initDb() : void inlined to public RocksInodeStore(args InodeStoreArgs) in class alluxio.master.metastore.rocks.RocksInodeStore | From | To | |
Rename Variable | 2 | ||
Rename Variable options : DBOptions to dbOpts : DBOptions in method public RocksInodeStore(args InodeStoreArgs) in class alluxio.master.metastore.rocks.RocksInodeStore | From | To | |
Rename Variable cis : CheckpointInputStream to reader : CompoundCheckpointReader in method public restoreFromCheckpoint(input CheckpointInputStream, components List<? extends Checkpointed>) : void in class alluxio.master.journal.JournalUtils | From | To | |
Change Return Type | 2 | ||
Change Return Type InputStream to CheckpointInputStream in method public getCheckpoint() : CheckpointInputStream in class alluxio.master.journal.JournalReader | From | To | |
Change Return Type InputStream to CheckpointInputStream in method public getCheckpoint() : CheckpointInputStream in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
Change Attribute Type | 9 | ||
Change Attribute Type mCheckpointStream : InputStream to mCheckpointStream : CheckpointInputStream in class alluxio.master.journal.ufs.UfsJournalReader | From | To | |
Change Attribute Type mEdgesColumn : ColumnFamilyHandle to mEdgesColumn : AtomicReference<ColumnFamilyHandle> in class alluxio.master.metastore.rocks.RocksInodeStore | From | To | |
Change Attribute Type mReplicationLimitedFileIds : Set<Long> to mReplicationLimitedFileIds : ReplicationLimitedFileIds in class alluxio.master.file.meta.InodeTreePersistentState | From | To | |
Change Attribute Type mPinnedInodeFileIds : Set<Long> to mPinnedInodeFileIds : PinnedInodeFileIds in class alluxio.master.file.meta.InodeTreePersistentState | From | To | |
Change Attribute Type mInodeCounter : AtomicLong to mInodeCounter : InodeCounter in class alluxio.master.file.meta.InodeTreePersistentState | From | To | |
Change Attribute Type mBlockMetaColumn : ColumnFamilyHandle to mBlockMetaColumn : AtomicReference<ColumnFamilyHandle> in class alluxio.master.metastore.rocks.RocksBlockStore | From | To | |
Change Attribute Type mInodesColumn : ColumnFamilyHandle to mInodesColumn : AtomicReference<ColumnFamilyHandle> in class alluxio.master.metastore.rocks.RocksInodeStore | From | To | |
Change Attribute Type mBlockLocationsColumn : ColumnFamilyHandle to mBlockLocationsColumn : AtomicReference<ColumnFamilyHandle> in class alluxio.master.metastore.rocks.RocksBlockStore | From | To | |
Change Attribute Type mToBePersistedIds : Set<Long> to mToBePersistedIds : ToBePersistedFileIds in class alluxio.master.file.meta.InodeTreePersistentState | From | To |