|
Rename Method public RemoteBlockInStream(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context FileSystemContext, options InStreamOptions) renamed to public create(blockId long, blockSize long, workerNetAddress WorkerNetAddress, context FileSystemContext, options InStreamOptions) : RemoteBlockInStream in class alluxio.client.block.RemoteBlockInStream |
From |
To |
|
Rename Method public getUfsPath() : String renamed to public getUnderFileSystemPath() : String in class alluxio.worker.block.meta.UnderFileSystemBlockMeta |
From |
To |
|
Rename Method public handleUfsBlockReadRequest(ctx ChannelHandlerContext, req RPCUfsBlockReadRequest) : void renamed to public handleUnderFileSystemBlockReadRequest(ctx ChannelHandlerContext, req RPCUnderFileSystemBlockReadRequest) : void in class alluxio.worker.netty.BlockDataServerHandler |
From |
To |
|
Rename Method private updateUfsInputStream(offset long) : void renamed to private updateUnderFileSystemInputStream(offset long) : void in class alluxio.worker.block.UnderFileSystemBlockReader |
From |
To |
|
Rename Method private readFromUfs(b byte[], off int, len int) : int renamed to private readFromUnderFileSystem(b byte[], off int, len int) : int in class alluxio.client.block.UnderFileSystemBlockInStream |
From |
To |
|
Rename Method public openUfsBlock() : void renamed to public openUnderFileSystemBlock() : void in class alluxio.worker.block.BlockWorkerTest |
From |
To |
|
Rename Method public closeUfsBlock() : void renamed to public closeUnderFileSystemBlock() : void in class alluxio.worker.block.BlockWorkerTest |
From |
To |
|
Change Parameter Type ufsBlockMetaConst : UfsBlockMeta.ConstMeta to ufsBlockMetaConst : UnderFileSystemBlockMeta.ConstMeta in method public openUfsBlock(ufsBlockMetaConst UnderFileSystemBlockMeta.ConstMeta, maxUfsReadConcurrency int) : void in class alluxio.worker.block.BlockWorker |
From |
To |
|
Change Parameter Type blockMeta : UfsBlockMeta to blockMeta : UnderFileSystemBlockMeta in method public create(blockMeta UnderFileSystemBlockMeta, offset long, noCache boolean, alluxioBlockStore BlockStore) : UnderFileSystemBlockReader in class alluxio.worker.block.UnderFileSystemBlockReader |
From |
To |
|
Change Parameter Type request : RPCUfsBlockReadRequest to request : RPCUnderFileSystemBlockReadRequest in method public createErrorResponse(request RPCUnderFileSystemBlockReadRequest, status Status) : RPCBlockReadResponse in class alluxio.network.protocol.RPCBlockReadResponse |
From |
To |
|
Change Parameter Type blockMeta : UfsBlockMeta to blockMeta : UnderFileSystemBlockMeta in method private UnderFileSystemBlockReader(blockMeta UnderFileSystemBlockMeta, noCache boolean, alluxioBlockStore BlockStore) in class alluxio.worker.block.UnderFileSystemBlockReader |
From |
To |
|
Change Parameter Type req : RPCUfsBlockReadRequest to req : RPCUnderFileSystemBlockReadRequest in method public handleUnderFileSystemBlockReadRequest(ctx ChannelHandlerContext, req RPCUnderFileSystemBlockReadRequest) : void in class alluxio.worker.netty.BlockDataServerHandler |
From |
To |
|
Change Parameter Type blockMetaConst : UfsBlockMeta.ConstMeta to blockMetaConst : UnderFileSystemBlockMeta.ConstMeta in method public acquireAccess(blockMetaConst UnderFileSystemBlockMeta.ConstMeta, maxConcurrency int) : void in class alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Change Parameter Type ufsBlockMetaConst : UfsBlockMeta.ConstMeta to ufsBlockMetaConst : UnderFileSystemBlockMeta.ConstMeta in method public openUfsBlock(ufsBlockMetaConst UnderFileSystemBlockMeta.ConstMeta, maxConcurrency int) : void in class alluxio.worker.block.DefaultBlockWorker |
From |
To |
|
Change Return Type UfsBlockMeta to UnderFileSystemBlockMeta in method private getBlockMeta(sessionId long, blockId long) : UnderFileSystemBlockMeta in class alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Change Return Type UfsBlockReader to UnderFileSystemBlockReader in method public create(blockMeta UnderFileSystemBlockMeta, offset long, noCache boolean, alluxioBlockStore BlockStore) : UnderFileSystemBlockReader in class alluxio.worker.block.UnderFileSystemBlockReader |
From |
To |
|
Change Return Type RPCUfsBlockReadRequest to RPCUnderFileSystemBlockReadRequest in method public decode(in ByteBuf) : RPCUnderFileSystemBlockReadRequest in class alluxio.network.protocol.RPCUnderFileSystemBlockReadRequest |
From |
To |
|
Change Return Type UfsBlockReader to UnderFileSystemBlockReader in method public create(context FileSystemContext) : UnderFileSystemBlockReader in class alluxio.client.UnderFileSystemBlockReader.Factory |
From |
To |
|
Rename Class alluxio.worker.block.UfsBlockStoreTest renamed to alluxio.worker.block.UnderFileSystemBlockStoreTest |
From |
To |
|
Rename Class alluxio.network.protocol.RPCUfsBlockReadRequest renamed to alluxio.network.protocol.RPCUnderFileSystemBlockReadRequest |
From |
To |
|
Rename Class alluxio.worker.block.UfsBlockReader renamed to alluxio.worker.block.UnderFileSystemBlockReader |
From |
To |
|
Rename Class alluxio.client.UfsBlockReader renamed to alluxio.client.UnderFileSystemBlockReader |
From |
To |
|
Rename Class alluxio.client.block.UfsBlockInStream renamed to alluxio.client.block.UnderFileSystemBlockInStream |
From |
To |
|
Rename Class alluxio.worker.block.UfsBlockStore renamed to alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Rename Class alluxio.worker.block.UfsBlockReaderTest renamed to alluxio.worker.block.UnderFileSystemBlockReaderTest |
From |
To |
|
Rename Class alluxio.worker.block.meta.UfsBlockMeta renamed to alluxio.worker.block.meta.UnderFileSystemBlockMeta |
From |
To |
|
Rename Class alluxio.client.netty.NettyUfsBlockReader renamed to alluxio.client.netty.NettyUnderFileSystemBlockReader |
From |
To |
|
Rename Class alluxio.client.UfsBlockInStreamIntegrationTest renamed to alluxio.client.UnderFileSystemBlockInStreamIntegrationTest |
From |
To |
|
Change Variable Type blockStore : UfsBlockStore to blockStore : UnderFileSystemBlockStore in method public acquireAccess() : void in class alluxio.worker.block.UnderFileSystemBlockStoreTest |
From |
To |
|
Change Variable Type ufsBlockReader : UfsBlockReader to ufsBlockReader : UnderFileSystemBlockReader in method public create(blockMeta UnderFileSystemBlockMeta, offset long, noCache boolean, alluxioBlockStore BlockStore) : UnderFileSystemBlockReader in class alluxio.worker.block.UnderFileSystemBlockReader |
From |
To |
|
Change Variable Type blockMeta : UfsBlockMeta to blockMeta : UnderFileSystemBlockMeta in method public acquireAccess(blockMetaConst UnderFileSystemBlockMeta.ConstMeta, maxConcurrency int) : void in class alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Change Variable Type blockMeta : UfsBlockMeta to blockMeta : UnderFileSystemBlockMeta in method public getBlockReader(sessionId long, blockId long, offset long, noCache boolean) : BlockReader in class alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Change Variable Type constMeta : UfsBlockMeta.ConstMeta to constMeta : UnderFileSystemBlockMeta.ConstMeta in method public acquireAccess() : void in class alluxio.worker.block.UnderFileSystemBlockStoreTest |
From |
To |
|
Change Variable Type meta : UfsBlockMeta.ConstMeta to meta : UnderFileSystemBlockMeta.ConstMeta in method public openUnderFileSystemBlock() : void in class alluxio.worker.block.BlockWorkerTest |
From |
To |
|
Change Variable Type meta : UfsBlockMeta.ConstMeta to meta : UnderFileSystemBlockMeta.ConstMeta in method public closeUnderFileSystemBlock() : void in class alluxio.worker.block.BlockWorkerTest |
From |
To |
|
Change Variable Type blockStore : UfsBlockStore to blockStore : UnderFileSystemBlockStore in method public releaseAccess() : void in class alluxio.worker.block.UnderFileSystemBlockStoreTest |
From |
To |
|
Change Variable Type inStream : UfsBlockInStream to inStream : UnderFileSystemBlockInStream in method public failToUnderFs() : void in class alluxio.client.file.FileInStreamTest |
From |
To |
|
Change Variable Type blockMeta : UfsBlockMeta to blockMeta : UnderFileSystemBlockMeta in method public cleanup(sessionId long, blockId long) : boolean in class alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Change Variable Type blockMeta : UfsBlockMeta to blockMeta : UnderFileSystemBlockMeta in method private getBlockMeta(sessionId long, blockId long) : UnderFileSystemBlockMeta in class alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Change Variable Type constMeta : UfsBlockMeta.ConstMeta to constMeta : UnderFileSystemBlockMeta.ConstMeta in method public releaseAccess() : void in class alluxio.worker.block.UnderFileSystemBlockStoreTest |
From |
To |
|
Change Attribute Type mUfsBlockStore : UfsBlockStore to mUnderFileSystemBlockStore : UnderFileSystemBlockStore in class alluxio.worker.block.DefaultBlockWorker |
From |
To |
|
Change Attribute Type mReader : UfsBlockReader to mReader : UnderFileSystemBlockReader in class alluxio.worker.block.UnderFileSystemBlockReaderTest |
From |
To |
|
Change Attribute Type mReader : UfsBlockReader to mReader : UnderFileSystemBlockReader in class alluxio.client.block.UnderFileSystemBlockInStream |
From |
To |
|
Change Attribute Type mBlockMeta : UfsBlockMeta to mBlockMeta : UnderFileSystemBlockMeta in class alluxio.worker.block.UnderFileSystemBlockReader |
From |
To |
|
Change Attribute Type mBlocks : Map<Key,UfsBlockMeta> to mBlocks : Map<Key,UnderFileSystemBlockMeta> in class alluxio.worker.block.UnderFileSystemBlockStore |
From |
To |
|
Change Attribute Type mUfsBlockMeta : UfsBlockMeta to mUnderFileSystemBlockMeta : UnderFileSystemBlockMeta in class alluxio.worker.block.UnderFileSystemBlockReaderTest |
From |
To |