8e255537a7b9470788e5cdc8cc7ffbf8d138dbb7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type fileSystemWorkerClient : FileSystemWorkerClient to address : InetSocketAddress in method public UnderFileSystemFileOutStream(address InetSocketAddress, ufsFileId long) in class alluxio.client.block.stream.UnderFileSystemFileOutStream | From | To | |
Change Return Type | 3 | ||
Change Return Type BufferedBlockOutStream to OutputStream in method public getOutStream(blockId long, blockSize long, options OutStreamOptions) : OutputStream in class alluxio.client.block.AlluxioBlockStore | From | To | |
Change Return Type BufferedBlockOutStream to OutputStream in method public getOutStream(blockId long, blockSize long, address WorkerNetAddress, options OutStreamOptions) : OutputStream in class alluxio.client.block.AlluxioBlockStore | From | To | |
Change Return Type BufferedBlockInStream to InputStream in method public getInStream(blockId long, options InStreamOptions) : InputStream in class alluxio.client.block.AlluxioBlockStore | From | To | |
Change Variable Type | 6 | ||
Change Variable Type stream : BufferedBlockInStream to stream : InputStream in method public getInStreamLocal() : void in class alluxio.client.block.AlluxioBlockStoreTest | From | To | |
Change Variable Type bos : BufferedBlockOutStream to bos : OutputStream in method public close() : void in class alluxio.client.file.FileOutStream | From | To | |
Change Variable Type stream : BufferedBlockOutStream to stream : OutputStream in method public getOutStreamLocal() : void in class alluxio.client.block.AlluxioBlockStoreTest | From | To | |
Change Variable Type stream : BufferedBlockOutStream to stream : OutputStream in method public getOutStreamRemote() : void in class alluxio.client.block.AlluxioBlockStoreTest | From | To | |
Change Variable Type stream : BufferedBlockInStream to stream : InputStream in method public getInStreamRemote() : void in class alluxio.client.block.AlluxioBlockStoreTest | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type mCurrentCacheStream : BufferedBlockOutStream to mCurrentCacheStream : OutputStream in class alluxio.client.file.FileInStream | From | To | |
Change Attribute Type mPreviousBlockOutStreams : List<BufferedBlockOutStream> to mPreviousBlockOutStreams : List<OutputStream> in class alluxio.client.file.FileOutStream | From | To | |
Change Attribute Type mCurrentBlockInStream : BlockInStream to mCurrentBlockInStream : InputStream in class alluxio.client.file.FileInStream | From | To | |
Change Attribute Type mCurrentBlockOutStream : BufferedBlockOutStream to mCurrentBlockOutStream : OutputStream in class alluxio.client.file.FileOutStream | From | To | |
Rename Parameter | 1 | ||
Rename Parameter fileSystemWorkerClient : FileSystemWorkerClient to address : InetSocketAddress in method public UnderFileSystemFileOutStream(address InetSocketAddress, ufsFileId long) in class alluxio.client.block.stream.UnderFileSystemFileOutStream | From | To |