fd1d8f3b6bdc410bfdd7f7a85a0e3c085be24190
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private setTTLInternal(fileId long, ttl long) : void renamed to private setStateInternal(fileId long, opTimeMs long, options SetStateOptions) : void in class tachyon.master.file.FileSystemMaster | From | To | |
Rename Method public setTTL(fileId long, ttl long) : void renamed to public setState(fileId long, options SetStateOptions) : void in class tachyon.client.FileSystemMasterClient | From | To | |
Rename Method public setTTL(fileId long, ttl long) : void renamed to public setState(fileId long, options SetStateTOptions) : void in class tachyon.master.file.FileSystemMasterServiceHandler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type pinned : boolean to pinned : Boolean in method public SetStateEntry(id long, opTimeMs long, pinned Boolean, ttl Long) in class tachyon.master.file.journal.SetStateEntry | From | To | |
Rename Variable | 1 | ||
Rename Variable fdnee : FileDoesNotExistException to e : FileDoesNotExistException in method public processJournalEntry(entry JournalEntry) : void in class tachyon.master.file.FileSystemMaster | From | To | |
Inline Method | 1 | ||
Inline Method private setPinnedFromEntry(entry SetPinnedEntry) : void inlined to public processJournalEntry(entry JournalEntry) : void in class tachyon.master.file.FileSystemMaster | From | To | |
Change Return Type | 3 | ||
Change Return Type Boolean to Optional<Boolean> in method public getPinned() : Optional<Boolean> in class tachyon.client.file.options.SetStateOptions | From | To | |
Change Return Type Long to Optional<Long> in method public getTTL() : Optional<Long> in class tachyon.client.file.options.SetStateOptions | From | To | |
Change Return Type boolean to Boolean in method public getPinned() : Boolean in class tachyon.master.file.journal.SetStateEntry | From | To | |
Rename Class | 1 | ||
Rename Class tachyon.master.file.journal.SetPinnedEntry renamed to tachyon.master.file.journal.SetStateEntry | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type mPinned : Boolean to mPinned : Optional<Boolean> in class tachyon.client.file.options.SetStateOptions.Builder | From | To | |
Change Attribute Type mPinned : boolean to mPinned : Boolean in class tachyon.master.file.journal.SetStateEntry | From | To | |
Change Attribute Type mPinned : Boolean to mPinned : Optional<Boolean> in class tachyon.client.file.options.SetStateOptions | From | To | |
Change Attribute Type mTTL : Long to mTTL : Optional<Long> in class tachyon.client.file.options.SetStateOptions.Builder | From | To | |
Change Attribute Type mTTL : Long to mTTL : Optional<Long> in class tachyon.client.file.options.SetStateOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ttl : long to opTimeMs : long in method private setStateInternal(fileId long, opTimeMs long, options SetStateOptions) : void in class tachyon.master.file.FileSystemMaster | From | To |