|
Rename Method public getMDataSize() : int renamed to public getDataSize() : int in class tachyon.thrift.Command |
From |
To |
|
Rename Method public setMCommandTypeIsSet(value boolean) : void renamed to public setCommandTypeIsSet(value boolean) : void in class tachyon.thrift.Command |
From |
To |
|
Rename Method public unsetMCommandType() : void renamed to public unsetCommandType() : void in class tachyon.thrift.Command |
From |
To |
|
Rename Method public getMCommandType() : CommandType renamed to public getCommandType() : CommandType in class tachyon.thrift.Command |
From |
To |
|
Rename Method public setMDataIsSet(value boolean) : void renamed to public setDataIsSet(value boolean) : void in class tachyon.thrift.Command |
From |
To |
|
Rename Method public setMData(mData List<Long>) : Command renamed to public setData(data List<Long>) : Command in class tachyon.thrift.Command |
From |
To |
|
Rename Method public isSetMData() : boolean renamed to public isSetData() : boolean in class tachyon.thrift.Command |
From |
To |
|
Rename Method public getMData() : List<Long> renamed to public getData() : List<Long> in class tachyon.thrift.Command |
From |
To |
|
Rename Method public isSetMCommandType() : boolean renamed to public isSetCommandType() : boolean in class tachyon.thrift.Command |
From |
To |
|
Rename Method public addToMData(elem long) : void renamed to public addToData(elem long) : void in class tachyon.thrift.Command |
From |
To |
|
Rename Method public unsetMData() : void renamed to public unsetData() : void in class tachyon.thrift.Command |
From |
To |
|
Rename Method public setMCommandType(mCommandType CommandType) : Command renamed to public setCommandType(commandType CommandType) : Command in class tachyon.thrift.Command |
From |
To |
|
Rename Method public getMDataIterator() : Iterator<Long> renamed to public getDataIterator() : Iterator<Long> in class tachyon.thrift.Command |
From |
To |
|
Rename Variable present_mCommandType : boolean to present_commandType : boolean in method public hashCode() : int in class tachyon.thrift.Command |
From |
To |
|
Rename Variable present_mData : boolean to present_data : boolean in method public hashCode() : int in class tachyon.thrift.Command |
From |
To |
|
Rename Variable __this__mData : List<Long> to __this__data : List<Long> in method public Command(other Command) in class tachyon.thrift.Command |
From |
To |
|
Rename Variable this_present_mData : boolean to this_present_data : boolean in method public equals(that Command) : boolean in class tachyon.thrift.Command |
From |
To |
|
Rename Variable that_present_mCommandType : boolean to that_present_commandType : boolean in method public equals(that Command) : boolean in class tachyon.thrift.Command |
From |
To |
|
Rename Variable this_present_mCommandType : boolean to this_present_commandType : boolean in method public equals(that Command) : boolean in class tachyon.thrift.Command |
From |
To |
|
Rename Variable that_present_mData : boolean to that_present_data : boolean in method public equals(that Command) : boolean in class tachyon.thrift.Command |
From |
To |