30f4e4ae45731e9b6f193ff9a648382d0f66470e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public isSetSyncInterval() : boolean renamed to public isSetSyncIntervalMs() : boolean in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Method public unsetSyncInterval() : void renamed to public unsetSyncIntervalMs() : void in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Method public getSyncInterval() : long renamed to public getSyncIntervalMs() : long in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Method public setSyncInterval(syncInterval long) : FileSystemMasterCommonTOptions renamed to public setSyncIntervalMs(syncIntervalMs long) : FileSystemMasterCommonTOptions in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Method public setSyncIntervalIsSet(value boolean) : void renamed to public setSyncIntervalMsIsSet(value boolean) : void in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Variable | 3 | ||
Rename Variable that_present_syncInterval : boolean to that_present_syncIntervalMs : boolean in method public equals(that FileSystemMasterCommonTOptions) : boolean in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Variable this_present_syncInterval : boolean to this_present_syncIntervalMs : boolean in method public equals(that FileSystemMasterCommonTOptions) : boolean in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Variable present_syncInterval : boolean to present_syncIntervalMs : boolean in method public hashCode() : int in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Attribute | 3 | ||
Rename Attribute syncInterval : long to syncIntervalMs : long in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Attribute __SYNCINTERVAL_ISSET_ID : int to __SYNCINTERVALMS_ISSET_ID : int in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Attribute SYNC_INTERVAL_FIELD_DESC : TField to SYNC_INTERVAL_MS_FIELD_DESC : TField in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter syncInterval : long to syncIntervalMs : long in method public setSyncIntervalMs(syncIntervalMs long) : FileSystemMasterCommonTOptions in class alluxio.thrift.FileSystemMasterCommonTOptions | From | To |