2091d1a4af6e59f49f6f6d75895e78d9148afed6
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type chunkInputStream : ChunkInputStream to blockInputStream : BlockInputStream in method public ChunkInputStreamEntry(blockInputStream BlockInputStream, length long) in class org.apache.hadoop.ozone.client.io.KeyInputStream.ChunkInputStreamEntry | From | To | |
Change Parameter Type stream : ChunkInputStream to stream : BlockInputStream in method public addStream(stream BlockInputStream, streamLength long) : void in class org.apache.hadoop.ozone.client.io.KeyInputStream | From | To | |
Rename Class | 2 | ||
Rename Class org.apache.hadoop.ozone.client.io.ChunkGroupInputStream renamed to org.apache.hadoop.ozone.client.io.KeyInputStream | From | To | |
Rename Class org.apache.hadoop.hdds.scm.storage.ChunkInputStream renamed to org.apache.hadoop.hdds.scm.storage.BlockInputStream | From | To | |
Rename Attribute | 1 | ||
Rename Attribute chunkInputStream : ChunkInputStream to blockInputStream : BlockInputStream in class org.apache.hadoop.ozone.client.io.KeyInputStream.ChunkInputStreamEntry | From | To | |
Change Variable Type | 6 | ||
Change Variable Type groupInputStream : ChunkGroupInputStream to groupInputStream : KeyInputStream in method public getFromOmKeyInfo(keyInfo OmKeyInfo, xceiverClientManager XceiverClientManager, storageContainerLocationClient StorageContainerLocationProtocolClientSideTranslatorPB, requestId String) : LengthInputStream in class org.apache.hadoop.ozone.client.io.KeyInputStream | From | To | |
Change Variable Type groupInputStream : ChunkGroupInputStream to groupInputStream : KeyInputStream in method public testReadGroupInputStream() : void in class org.apache.hadoop.ozone.om.TestChunkStreams | From | To | |
Change Variable Type inputStream : ChunkInputStream to inputStream : BlockInputStream in method public getFromOmKeyInfo(keyInfo OmKeyInfo, xceiverClientManager XceiverClientManager, storageContainerLocationClient StorageContainerLocationProtocolClientSideTranslatorPB, requestId String) : LengthInputStream in class org.apache.hadoop.ozone.client.io.KeyInputStream | From | To | |
Change Variable Type in : ChunkInputStream to in : BlockInputStream in method public testErrorReadGroupInputStream() : void in class org.apache.hadoop.ozone.om.TestChunkStreams | From | To | |
Change Variable Type groupInputStream : ChunkGroupInputStream to groupInputStream : KeyInputStream in method public testErrorReadGroupInputStream() : void in class org.apache.hadoop.ozone.om.TestChunkStreams | From | To | |
Change Variable Type in : ChunkInputStream to in : BlockInputStream in method public testReadGroupInputStream() : void in class org.apache.hadoop.ozone.om.TestChunkStreams | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type chunkInputStream : ChunkInputStream to blockInputStream : BlockInputStream in class org.apache.hadoop.ozone.client.io.KeyInputStream.ChunkInputStreamEntry | From | To | |
Change Attribute Type inputStream : ChunkGroupInputStream to inputStream : KeyInputStream in class org.apache.hadoop.fs.ozone.OzoneFSInputStream | From | To | |
Change Attribute Type inputStream : ChunkGroupInputStream to inputStream : KeyInputStream in class org.apache.hadoop.ozone.s3.io.S3WrapperInputStream | From | To | |
Rename Parameter | 1 | ||
Rename Parameter chunkInputStream : ChunkInputStream to blockInputStream : BlockInputStream in method public ChunkInputStreamEntry(blockInputStream BlockInputStream, length long) in class org.apache.hadoop.ozone.client.io.KeyInputStream.ChunkInputStreamEntry | From | To |