|
Change Parameter Type req : RPCBlockRequest to req : RPCBlockReadRequest in method private assertInvalid(req RPCBlockReadRequest) : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Parameter Type req : RPCBlockRequest to req : RPCBlockReadRequest in method private handleBlockRequest(ctx ChannelHandlerContext, req RPCBlockReadRequest) : void in class tachyon.worker.netty.DataServerHandler |
From |
To |
|
Change Parameter Type req : RPCBlockRequest to req : RPCBlockReadRequest in method private assertValid(blockId long, offset long, length long, req RPCBlockReadRequest) : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Parameter Type expected : RPCBlockRequest to expected : RPCBlockReadRequest in method private assertValid(expected RPCBlockReadRequest, actual RPCBlockReadRequest) : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Parameter Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method private assertValid(resp RPCBlockReadResponse) : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Parameter Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method private assertValid(blockId long, offset long, length long, status RPCResponse.Status, resp RPCBlockReadResponse) : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Parameter Type expected : RPCBlockResponse to expected : RPCBlockReadResponse in method private assertValid(expected RPCBlockReadResponse, actual RPCBlockReadResponse) : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Parameter Type req : RPCBlockRequest to req : RPCBlockReadRequest in method private getDataBuffer(req RPCBlockReadRequest, reader BlockReader, readLength long) : DataBuffer in class tachyon.worker.netty.DataServerHandler |
From |
To |
|
Change Parameter Type req : RPCBlockRequest to req : RPCBlockReadRequest in method private assertValid(req RPCBlockReadRequest) : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Parameter Type req : RPCBlockRequest to req : RPCBlockReadRequest in method private validateBounds(req RPCBlockReadRequest, fileLength long) : void in class tachyon.worker.netty.DataServerHandler |
From |
To |
|
Change Parameter Type actual : RPCBlockRequest to actual : RPCBlockReadRequest in method private assertValid(expected RPCBlockReadRequest, actual RPCBlockReadRequest) : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Parameter Type actual : RPCBlockResponse to actual : RPCBlockReadResponse in method private assertValid(expected RPCBlockReadResponse, actual RPCBlockReadResponse) : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Parameter Type request : RPCBlockRequest to request : RPCBlockReadRequest in method public createErrorResponse(request RPCBlockReadRequest, status Status) : RPCBlockReadResponse in class tachyon.network.protocol.RPCBlockReadResponse |
From |
To |
|
Change Variable Type decoded : RPCBlockResponse to decoded : RPCBlockReadResponse in method public RPCBlockResponseTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type blockResponse : RPCBlockResponse to blockResponse : RPCBlockReadResponse in method public readRemoteBlock(host String, port int, blockId long, offset long, length long) : ByteBuffer in class tachyon.client.netty.NettyRemoteBlockReader |
From |
To |
|
Change Variable Type decoded : RPCBlockResponse to decoded : RPCBlockReadResponse in method public RPCBlockResponseEmptyPayloadTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type resp2 : RPCBlockResponse to resp2 : RPCBlockReadResponse in method public encodeDecodeTest() : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Variable Type msg : RPCBlockResponse to msg : RPCBlockReadResponse in method public RPCBlockResponseEmptyPayloadTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type req : RPCBlockRequest to req : RPCBlockReadRequest in method public encodedLengthTest() : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Variable Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method private handleBlockRequest(ctx ChannelHandlerContext, req RPCBlockReadRequest) : void in class tachyon.worker.netty.DataServerHandler |
From |
To |
|
Change Variable Type req : RPCBlockRequest to req : RPCBlockReadRequest in method public negativeOffsetTest() : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Variable Type msg : RPCBlockRequest to msg : RPCBlockReadRequest in method public RPCBlockRequestTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type decoded : RPCBlockResponse to decoded : RPCBlockReadResponse in method public RPCBlockResponseErrorTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type req : RPCBlockRequest to req : RPCBlockReadRequest in method public createErrorResponseTest() : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Variable Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method public validateTest() : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Variable Type req : RPCBlockRequest to req : RPCBlockReadRequest in method public encodeDecodeTest() : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Variable Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method public getPayloadDataBufferTest() : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Variable Type msg : RPCBlockResponse to msg : RPCBlockReadResponse in method public RPCBlockResponseTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type decoded : RPCBlockResponse to decoded : RPCBlockReadResponse in method public RPCBlockResponseFileChannelTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method public createErrorResponseTest() : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Variable Type decoded : RPCBlockRequest to decoded : RPCBlockReadRequest in method public RPCBlockRequestTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type req : RPCBlockRequest to req : RPCBlockReadRequest in method public invalidLengthTest() : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Variable Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method public encodedLengthTest() : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |
|
Change Variable Type req : RPCBlockRequest to req : RPCBlockReadRequest in method public validateTest() : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Variable Type req2 : RPCBlockRequest to req2 : RPCBlockReadRequest in method public encodeDecodeTest() : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Variable Type msg : RPCBlockResponse to msg : RPCBlockReadResponse in method public RPCBlockResponseFileChannelTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type req : RPCBlockRequest to req : RPCBlockReadRequest in method public validLengthTest() : void in class tachyon.network.protocol.RPCBlockRequestTest |
From |
To |
|
Change Variable Type msg : RPCBlockResponse to msg : RPCBlockReadResponse in method public RPCBlockResponseErrorTest() : void in class tachyon.network.protocol.RPCMessageIntegrationTest |
From |
To |
|
Change Variable Type resp : RPCBlockResponse to resp : RPCBlockReadResponse in method public encodeDecodeTest() : void in class tachyon.network.protocol.RPCBlockResponseTest |
From |
To |