d9f593d2cb7731197a376c4ec1652059e1adbc89
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable workerFileId : long to id : long in method public createFile(sessionId long, ufsUri AlluxioURI) : long in class alluxio.worker.file.UnderFileSystemManager | From | To | |
Split Attribute | 2 | ||
Split Attribute mInputStreams : ConcurrentMap<Long,InputStreamAgent> to [mInputAgents : IndexedSet<InputStreamAgent>, mInputSessionIndex : IndexedSet.FieldIndex<InputStreamAgent>, mInputIdIndex : IndexedSet.FieldIndex<InputStreamAgent>] in class alluxio.worker.file.UnderFileSystemManager | From | To | |
Split Attribute mOutputStreams : ConcurrentMap<Long,OutputStreamAgent> to [mOutputAgents : IndexedSet<OutputStreamAgent>, mOutputSessionIndex : IndexedSet.FieldIndex<OutputStreamAgent>, mOutputIdIndex : IndexedSet.FieldIndex<OutputStreamAgent>] in class alluxio.worker.file.UnderFileSystemManager | From | To |