98eeabbdb3c06f4b60ea2a0525879bb797232f95
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Inline Method | 5 | ||
| Inline Method private flushBufferToChunk(rollbackPosition int, rollbackLimit int) : void inlined to public flush() : void in class org.apache.hadoop.scm.storage.ChunkOutputStream | From | To | |
| Inline Method private flushBufferToChunk(rollbackPosition int, rollbackLimit int) : void inlined to public write(b byte[], off int, len int) : void in class org.apache.hadoop.scm.storage.ChunkOutputStream | From | To | |
| Inline Method private writeChunkToContainer() : void inlined to public close() : void in class org.apache.hadoop.scm.storage.ChunkOutputStream | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to CompletableFuture<ContainerCommandResponseProto> in method public writeChunk(xceiverClient XceiverClientSpi, chunk ChunkInfo, key String, data ByteString, traceID String) : CompletableFuture<ContainerCommandResponseProto> in class org.apache.hadoop.scm.storage.ContainerProtocolCalls | From | To |