|
Change Return Type OutputStream to BlockOutStream in method public getOutStream(blockId long, blockSize long, options OutStreamOptions) : BlockOutStream in class alluxio.client.block.AlluxioBlockStore |
From |
To |
|
Change Return Type InputStream to BlockInStream in method protected createUnderStoreBlockInStream(blockId long, blockStart long, length long, path String) : BlockInStream in class alluxio.client.file.FileInStream |
From |
To |
|
Change Return Type OutputStream to BlockOutStream in method public createLocalBlockOutStream(context FileSystemContext, blockId long, blockSize long, address WorkerNetAddress, options OutStreamOptions) : BlockOutStream in class alluxio.client.block.StreamFactory |
From |
To |
|
Change Return Type InputStream to BlockInStream in method public createUfsBlockInStream(context FileSystemContext, ufsPath String, blockId long, blockSize long, blockStart long, address WorkerNetAddress, options InStreamOptions) : BlockInStream in class alluxio.client.block.StreamFactory |
From |
To |
|
Change Return Type InputStream to BlockInStream in method public createLocalBlockInStream(context FileSystemContext, blockId long, blockSize long, address WorkerNetAddress, options InStreamOptions) : BlockInStream in class alluxio.client.block.StreamFactory |
From |
To |
|
Change Return Type OutputStream to BlockOutStream in method public getOutStream(blockId long, blockSize long, address WorkerNetAddress, options OutStreamOptions) : BlockOutStream in class alluxio.client.block.AlluxioBlockStore |
From |
To |
|
Change Return Type InputStream to BlockInStream in method public createRemoteBlockInStream(context FileSystemContext, blockId long, blockSize long, address WorkerNetAddress, options InStreamOptions) : BlockInStream in class alluxio.client.block.StreamFactory |
From |
To |
|
Change Return Type OutputStream to BlockOutStream in method public createRemoteBlockOutStream(context FileSystemContext, blockId long, blockSize long, address WorkerNetAddress, options OutStreamOptions) : BlockOutStream in class alluxio.client.block.StreamFactory |
From |
To |
|
Change Return Type InputStream to BlockInStream in method public getInStream(blockId long, options InStreamOptions) : BlockInStream in class alluxio.client.block.AlluxioBlockStore |
From |
To |
|
Change Return Type InputStream to BlockInStream in method private getBlockInStream(blockId long) : BlockInStream in class alluxio.client.file.FileInStream |
From |
To |