|
Rename Method public setGroupnameIsSet(value boolean) : void renamed to public setGroupNameIsSet(value boolean) : void in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public getGroupname() : String renamed to public getGroupName() : String in class tachyon.master.file.meta.Inode |
From |
To |
|
Rename Method public setUsername(username String) : FileInfo renamed to public setUserName(userName String) : FileInfo in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public setUsernameIsSet(value boolean) : void renamed to public setUserNameIsSet(value boolean) : void in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public getUsername() : String renamed to public getUserName() : String in class tachyon.master.file.meta.Inode |
From |
To |
|
Rename Method public getGroupname() : String renamed to public getGroupName() : String in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public unsetGroupname() : void renamed to public unsetGroupName() : void in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public isSetGroupname() : boolean renamed to public isSetGroupName() : boolean in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public unsetUsername() : void renamed to public unsetUserName() : void in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public isSetUsername() : boolean renamed to public isSetUserName() : boolean in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public setGroupname(groupname String) : FileInfo renamed to public setGroupName(groupName String) : FileInfo in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Method public getUsername() : String renamed to public getUserName() : String in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Variable this_present_username : boolean to this_present_userName : boolean in method public equals(that FileInfo) : boolean in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Variable this_present_groupname : boolean to this_present_groupName : boolean in method public equals(that FileInfo) : boolean in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Variable present_username : boolean to present_userName : boolean in method public hashCode() : int in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Variable that_present_username : boolean to that_present_userName : boolean in method public equals(that FileInfo) : boolean in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Variable that_present_groupname : boolean to that_present_groupName : boolean in method public equals(that FileInfo) : boolean in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Variable present_groupname : boolean to present_groupName : boolean in method public hashCode() : int in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Parameter username : String to userName : String in method public FileInfo(fileId long, name String, path String, ufsPath String, length long, blockSizeBytes long, creationTimeMs long, isCompleted boolean, isFolder boolean, isPinned boolean, isCacheable boolean, isPersisted boolean, blockIds List<Long>, inMemoryPercentage int, lastModificationTimeMs long, ttl long, userName String, groupName String, permission int) in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Parameter username : String to userName : String in method public setUserName(userName String) : FileInfo in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Parameter groupname : String to groupName : String in method public setGroupName(groupName String) : FileInfo in class tachyon.thrift.FileInfo |
From |
To |
|
Rename Parameter groupname : String to groupName : String in method public FileInfo(fileId long, name String, path String, ufsPath String, length long, blockSizeBytes long, creationTimeMs long, isCompleted boolean, isFolder boolean, isPinned boolean, isCacheable boolean, isPersisted boolean, blockIds List<Long>, inMemoryPercentage int, lastModificationTimeMs long, ttl long, userName String, groupName String, permission int) in class tachyon.thrift.FileInfo |
From |
To |