c99f2661af0570234e98efeb958f127c8743d54d
Files Diff
- Added: 3
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 3 | ||
Move Method public write(id Integer, is InputStream) : Response from class alluxio.proxy.FileSystemClientRestServiceHandler to public write(id Integer, is InputStream) : Response from class alluxio.proxy.StreamsRestServiceHandler | From | To | |
Move Method public close(id Integer) : Response from class alluxio.proxy.FileSystemClientRestServiceHandler to public close(id Integer) : Response from class alluxio.proxy.StreamsRestServiceHandler | From | To | |
Move Method public read(id Integer) : Response from class alluxio.proxy.FileSystemClientRestServiceHandler to public read(id Integer) : Response from class alluxio.proxy.StreamsRestServiceHandler | From | To | |
Move Attribute | 6 | ||
Move Attribute private sInStreams : Map<Integer,FileInStream> from class alluxio.proxy.FileSystemClientRestServiceHandler to private sInStreams : Map<Integer,FileInStream> from class alluxio.proxy.StreamCache | From | To | |
Move Attribute private sOutStreams : Map<Integer,FileOutStream> from class alluxio.proxy.FileSystemClientRestServiceHandler to private sOutStreams : Map<Integer,FileOutStream> from class alluxio.proxy.StreamCache | From | To | |
Move Attribute public ID_PARAM : String from class alluxio.proxy.FileSystemClientRestServiceHandler to public ID_PARAM : String from class alluxio.proxy.StreamsRestServiceHandler | From | To | |
Move Attribute public CLOSE : String from class alluxio.proxy.FileSystemClientRestServiceHandler to public CLOSE : String from class alluxio.proxy.StreamsRestServiceHandler | From | To | |
Move Attribute public READ : String from class alluxio.proxy.FileSystemClientRestServiceHandler to public READ : String from class alluxio.proxy.StreamsRestServiceHandler | From | To | |
Move Attribute public WRITE : String from class alluxio.proxy.FileSystemClientRestServiceHandler to public WRITE : String from class alluxio.proxy.StreamsRestServiceHandler | From | To | |
Extract Class | 2 | ||
Extract Class alluxio.proxy.StreamsRestServiceHandler from class alluxio.proxy.FileSystemClientRestServiceHandler | From | To | |
Extract Class alluxio.proxy.StreamCache from class alluxio.proxy.FileSystemClientRestServiceHandler | From | To | |
Rename Class | 1 | ||
Rename Class alluxio.proxy.FileSystemClientRestServiceHandler renamed to alluxio.proxy.PathsRestServiceHandler | From | To |