d26bfd28d8ff77b880f64f89853a58857c061fef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public writeParition() : void renamed to public writePartition() : void in class tachyon.examples.Performance.TachyonWriterWorker | From | To | |
Change Parameter Type | 5 | ||
Change Parameter Type readType : ReadType to readType : TachyonStorageType in method private read(tachyonFileSystem TachyonFileSystem, filePath TachyonURI, readType TachyonStorageType) : boolean in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Change Parameter Type writeType : WriteType to writeType : TachyonStorageType in method private write(tachyonFileSystem TachyonFileSystem, filePath TachyonURI, writeType TachyonStorageType, deleteIfExists boolean, length int) : void in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Change Parameter Type readType : ReadType to readType : TachyonStorageType in method public BasicNonByteBufferOperations(masterLocation TachyonURI, filePath TachyonURI, writeType TachyonStorageType, readType TachyonStorageType, deleteIfExists boolean, length int) in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Change Parameter Type client : TachyonFS to tachyonFileSystem : TachyonFileSystem in method private write(tachyonFileSystem TachyonFileSystem, filePath TachyonURI, writeType TachyonStorageType, deleteIfExists boolean, length int) : void in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Change Parameter Type writeType : WriteType to writeType : TachyonStorageType in method public BasicNonByteBufferOperations(masterLocation TachyonURI, filePath TachyonURI, writeType TachyonStorageType, readType TachyonStorageType, deleteIfExists boolean, length int) in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Rename Variable | 1 | ||
Rename Variable client : TachyonFS to tFS : TachyonFileSystem in method public call() : Boolean in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Rename Attribute | 3 | ||
Rename Attribute mTC : TachyonFS to mTFS : TachyonFileSystem in class tachyon.examples.Performance.TachyonReadWorker | From | To | |
Rename Attribute mTC : TachyonFS to mTFS : TachyonFileSystem in class tachyon.examples.Performance.TachyonWriterWorker | From | To | |
Rename Attribute sMtc : TachyonFS to sTFS : TachyonFileSystem in class tachyon.examples.Performance | From | To | |
Change Variable Type | 1 | ||
Change Variable Type client : TachyonFS to tFS : TachyonFileSystem in method public call() : Boolean in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Change Attribute Type | 5 | ||
Change Attribute Type mTC : TachyonFS to mTFS : TachyonFileSystem in class tachyon.examples.Performance.TachyonReadWorker | From | To | |
Change Attribute Type mTC : TachyonFS to mTFS : TachyonFileSystem in class tachyon.examples.Performance.TachyonWriterWorker | From | To | |
Change Attribute Type sMtc : TachyonFS to sTFS : TachyonFileSystem in class tachyon.examples.Performance | From | To | |
Change Attribute Type mReadType : ReadType to mReadType : TachyonStorageType in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Change Attribute Type mWriteType : WriteType to mWriteType : TachyonStorageType in class tachyon.examples.BasicNonByteBufferOperations | From | To | |
Rename Parameter | 1 | ||
Rename Parameter client : TachyonFS to tachyonFileSystem : TachyonFileSystem in method private write(tachyonFileSystem TachyonFileSystem, filePath TachyonURI, writeType TachyonStorageType, deleteIfExists boolean, length int) : void in class tachyon.examples.BasicNonByteBufferOperations | From | To |