|
Change Parameter Type resultHandler : AsyncMethodCallback<List<ClientWorkerInfo>> to resultHandler : AsyncMethodCallback<List<WorkerInfo>> in method public start(iface I, args getWorkersInfo_args, resultHandler AsyncMethodCallback<List<WorkerInfo>>) : void in class tachyon.thrift.MasterService.AsyncProcessor.getWorkersInfo |
From |
To |
|
Change Parameter Type struct : ClientWorkerInfo to struct : WorkerInfo in method public write(prot TProtocol, struct WorkerInfo) : void in class tachyon.thrift.WorkerInfo.WorkerInfoTupleScheme |
From |
To |
|
Change Parameter Type workerInfos : List<ClientWorkerInfo> to workerInfos : List<WorkerInfo> in method private generateOrderedNodeInfos(workerInfos List<WorkerInfo>) : NodeInfo[] in class tachyon.web.WebInterfaceWorkersServlet |
From |
To |
|
Change Parameter Type success : List<ClientWorkerInfo> to success : List<WorkerInfo> in method public getWorkersInfo_result(success List<WorkerInfo>) in class tachyon.thrift.MasterService.getWorkersInfo_result |
From |
To |
|
Change Parameter Type struct : ClientWorkerInfo to struct : WorkerInfo in method public read(prot TProtocol, struct WorkerInfo) : void in class tachyon.thrift.WorkerInfo.WorkerInfoTupleScheme |
From |
To |
|
Change Parameter Type success : List<ClientWorkerInfo> to success : List<WorkerInfo> in method public setSuccess(success List<WorkerInfo>) : getWorkersInfo_result in class tachyon.thrift.MasterService.getWorkersInfo_result |
From |
To |
|
Change Parameter Type struct : ClientWorkerInfo to struct : WorkerInfo in method public read(iprot TProtocol, struct WorkerInfo) : void in class tachyon.thrift.WorkerInfo.WorkerInfoStandardScheme |
From |
To |
|
Change Parameter Type struct : ClientWorkerInfo to struct : WorkerInfo in method public write(oprot TProtocol, struct WorkerInfo) : void in class tachyon.thrift.WorkerInfo.WorkerInfoStandardScheme |
From |
To |
|
Change Parameter Type that : ClientWorkerInfo to that : WorkerInfo in method public equals(that WorkerInfo) : boolean in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Parameter Type elem : ClientWorkerInfo to elem : WorkerInfo in method public addToSuccess(elem WorkerInfo) : void in class tachyon.thrift.MasterService.getWorkersInfo_result |
From |
To |
|
Change Parameter Type other : ClientWorkerInfo to other : WorkerInfo in method public WorkerInfo(other WorkerInfo) in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Parameter Type workerInfo : ClientWorkerInfo to workerInfo : WorkerInfo in method private NodeInfo(workerInfo WorkerInfo) in class tachyon.web.WebInterfaceWorkersServlet.NodeInfo |
From |
To |
|
Change Parameter Type other : ClientWorkerInfo to other : WorkerInfo in method public compareTo(other WorkerInfo) : int in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type ClientWorkerInfoStandardScheme to WorkerInfoStandardScheme in method public getScheme() : WorkerInfoStandardScheme in class tachyon.thrift.WorkerInfo.WorkerInfoStandardSchemeFactory |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public setUsedBytes(usedBytes long) : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getLostWorkersInfo() : List<WorkerInfo> in class tachyon.master.MasterInfo |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getWorkersInfo() : List<WorkerInfo> in class tachyon.master.MasterClient |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getWorkersInfo() : List<WorkerInfo> in class tachyon.client.TachyonFS |
From |
To |
|
Change Return Type Iterator<ClientWorkerInfo> to Iterator<WorkerInfo> in method public getSuccessIterator() : Iterator<WorkerInfo> in class tachyon.thrift.MasterService.getWorkersInfo_result |
From |
To |
|
Change Return Type AsyncMethodCallback<List<ClientWorkerInfo>> to AsyncMethodCallback<List<WorkerInfo>> in method public getResultHandler(fb AsyncFrameBuffer, seqid int) : AsyncMethodCallback<List<WorkerInfo>> in class tachyon.thrift.MasterService.AsyncProcessor.getWorkersInfo |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public generateClientWorkerInfo() : WorkerInfo in class tachyon.master.MasterWorkerInfo |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getWorkersInfo() : List<WorkerInfo> in class tachyon.master.MasterInfo |
From |
To |
|
Change Return Type ClientWorkerInfoTupleScheme to WorkerInfoTupleScheme in method public getScheme() : WorkerInfoTupleScheme in class tachyon.thrift.WorkerInfo.WorkerInfoTupleSchemeFactory |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public setId(id long) : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public setCapacityBytes(capacityBytes long) : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getWorkersInfo() : List<WorkerInfo> in class tachyon.thrift.MasterService.Client |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public setStarttimeMs(starttimeMs long) : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getWorkersInfo() : List<WorkerInfo> in class tachyon.thrift.MasterService.Iface |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public setState(state String) : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public deepCopy() : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public setLastContactSec(lastContactSec int) : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public setAddress(address NetAddress) : WorkerInfo in class tachyon.thrift.WorkerInfo |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public recv_getWorkersInfo() : List<WorkerInfo> in class tachyon.thrift.MasterService.Client |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getSuccess() : List<WorkerInfo> in class tachyon.thrift.MasterService.getWorkersInfo_result |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getResult() : List<WorkerInfo> in class tachyon.thrift.MasterService.AsyncClient.getWorkersInfo_call |
From |
To |
|
Change Return Type ClientWorkerInfo to WorkerInfo in method public generateClientWorkerInfo() : WorkerInfo in class tachyon.master.next.block.meta.BlockWorkerInfo |
From |
To |
|
Change Return Type List<ClientWorkerInfo> to List<WorkerInfo> in method public getWorkersInfo() : List<WorkerInfo> in class tachyon.master.MasterServiceHandler |
From |
To |
|
Change Variable Type _elem54 : ClientWorkerInfo to _elem54 : WorkerInfo in method public read(prot TProtocol, struct getWorkersInfo_result) : void in class tachyon.thrift.MasterService.getWorkersInfo_result.getWorkersInfo_resultTupleScheme |
From |
To |
|
Change Variable Type ret : List<ClientWorkerInfo> to ret : List<WorkerInfo> in method public getWorkersInfo() : List<WorkerInfo> in class tachyon.master.MasterInfo |
From |
To |
|
Change Variable Type _iter51 : ClientWorkerInfo to _iter51 : WorkerInfo in method public write(oprot TProtocol, struct getWorkersInfo_result) : void in class tachyon.thrift.MasterService.getWorkersInfo_result.getWorkersInfo_resultStandardScheme |
From |
To |
|
Change Variable Type lostWorkerInfos : List<ClientWorkerInfo> to lostWorkerInfos : List<WorkerInfo> in method private populateValues(request HttpServletRequest) : void in class tachyon.web.WebInterfaceWorkersServlet |
From |
To |
|
Change Variable Type workerInfos : List<ClientWorkerInfo> to workerInfos : List<WorkerInfo> in method private populateValues(request HttpServletRequest) : void in class tachyon.web.WebInterfaceWorkersServlet |
From |
To |
|
Change Variable Type ret : ClientWorkerInfo to ret : WorkerInfo in method public generateClientWorkerInfo() : WorkerInfo in class tachyon.master.next.block.meta.BlockWorkerInfo |
From |
To |
|
Change Variable Type o : List<ClientWorkerInfo> to o : List<WorkerInfo> in method public getResultHandler(fb AsyncFrameBuffer, seqid int) : AsyncMethodCallback<List<WorkerInfo>> in class tachyon.thrift.MasterService.AsyncProcessor.getWorkersInfo |
From |
To |
|
Change Variable Type __this__success : List<ClientWorkerInfo> to __this__success : List<WorkerInfo> in method public getWorkersInfo_result(other getWorkersInfo_result) in class tachyon.thrift.MasterService.getWorkersInfo_result |
From |
To |
|
Change Variable Type workerInfo : ClientWorkerInfo to workerInfo : WorkerInfo in method private generateOrderedNodeInfos(workerInfos List<WorkerInfo>) : NodeInfo[] in class tachyon.web.WebInterfaceWorkersServlet |
From |
To |
|
Change Variable Type ret : List<ClientWorkerInfo> to ret : List<WorkerInfo> in method public getLostWorkersInfo() : List<WorkerInfo> in class tachyon.master.MasterInfo |
From |
To |
|
Change Variable Type other_element : ClientWorkerInfo to other_element : WorkerInfo in method public getWorkersInfo_result(other getWorkersInfo_result) in class tachyon.thrift.MasterService.getWorkersInfo_result |
From |
To |
|
Change Variable Type _iter52 : ClientWorkerInfo to _iter52 : WorkerInfo in method public write(prot TProtocol, struct getWorkersInfo_result) : void in class tachyon.thrift.MasterService.getWorkersInfo_result.getWorkersInfo_resultTupleScheme |
From |
To |
|
Change Variable Type workers : List<ClientWorkerInfo> to workers : List<WorkerInfo> in method public deleteFileTest() : void in class tachyon.client.TachyonFSIntegrationTest |
From |
To |
|
Change Variable Type ret : ClientWorkerInfo to ret : WorkerInfo in method public generateClientWorkerInfo() : WorkerInfo in class tachyon.master.MasterWorkerInfo |
From |
To |
|
Change Variable Type _elem49 : ClientWorkerInfo to _elem49 : WorkerInfo in method public read(iprot TProtocol, struct getWorkersInfo_result) : void in class tachyon.thrift.MasterService.getWorkersInfo_result.getWorkersInfo_resultStandardScheme |
From |
To |