f2c3c119c4a8eeabaf5e42b15e6d0009e1d951f7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public createWithBlockLocked(context FileSystemContext, client BlockWorkerClient, blockId long, blockSize long, lockId long, options InStreamOptions) : RemoteBlockInStream renamed to public createWithLockedBlock(context FileSystemContext, client BlockWorkerClient, blockId long, blockSize long, lockId long, options InStreamOptions) : RemoteBlockInStream in class alluxio.client.block.RemoteBlockInStream | From | To | |
Rename Method public createWithBlockLocked(client BlockWorkerClient, blockId long, blockSize long, path String, options InStreamOptions) : LocalBlockInStream renamed to public createWithLockedBlock(client BlockWorkerClient, blockId long, blockSize long, reader LocalFileBlockReader, options InStreamOptions) : LocalBlockInStream in class alluxio.client.block.LocalBlockInStream | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type path : String to reader : LocalFileBlockReader in method private LocalBlockInStream(client BlockWorkerClient, blockId long, blockSize long, reader LocalFileBlockReader, options InStreamOptions) in class alluxio.client.block.LocalBlockInStream | From | To | |
Change Parameter Type path : String to reader : LocalFileBlockReader in method public createWithLockedBlock(client BlockWorkerClient, blockId long, blockSize long, reader LocalFileBlockReader, options InStreamOptions) : LocalBlockInStream in class alluxio.client.block.LocalBlockInStream | From | To | |
Rename Parameter | 2 | ||
Rename Parameter path : String to reader : LocalFileBlockReader in method public createWithLockedBlock(client BlockWorkerClient, blockId long, blockSize long, reader LocalFileBlockReader, options InStreamOptions) : LocalBlockInStream in class alluxio.client.block.LocalBlockInStream | From | To | |
Rename Parameter path : String to reader : LocalFileBlockReader in method private LocalBlockInStream(client BlockWorkerClient, blockId long, blockSize long, reader LocalFileBlockReader, options InStreamOptions) in class alluxio.client.block.LocalBlockInStream | From | To |