|
Pull Up Method public setPin(file TachyonFile, pinned boolean) : void from class tachyon.client.file.TachyonFileSystem to public setPin(file TachyonFile, pinned boolean) : void from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public mkdirs(path TachyonURI, recursive boolean) : boolean from class tachyon.client.file.TachyonFileSystem to public mkdirs(path TachyonURI, recursive boolean) : boolean from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public requestFilesInDependency(depId int) : void from class tachyon.client.file.StreamingTachyonFileSystem to public requestFilesInDependency(depId int) : void from class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Pull Up Method public listStatus(file TachyonFile) : List<FileInfo> from class tachyon.client.file.TachyonFileSystem to public listStatus(file TachyonFile) : List<FileInfo> from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public free(file TachyonFile) : void from class tachyon.client.file.StreamingTachyonFileSystem to public free(file TachyonFile) : void from class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Pull Up Method public delete(file TachyonFile) : void from class tachyon.client.file.StreamingTachyonFileSystem to public delete(file TachyonFile) : void from class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Pull Up Method public mkdirs(path TachyonURI) : boolean from class tachyon.client.file.StreamingTachyonFileSystem to public mkdirs(path TachyonURI) : boolean from class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Pull Up Method public loadFileInfoFromUfs(path TachyonURI, ufsPath TachyonURI, recursive boolean) : long from class tachyon.client.file.TachyonFileSystem to public loadFileInfoFromUfs(path TachyonURI, ufsPath TachyonURI, recursive boolean) : long from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public rename(src TachyonFile, dst TachyonURI) : boolean from class tachyon.client.file.TachyonFileSystem to public rename(src TachyonFile, dst TachyonURI) : boolean from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public open(path TachyonURI) : TachyonFile from class tachyon.client.file.TachyonFileSystem to public open(path TachyonURI) : TachyonFile from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public getOutStream(path TachyonURI, options ClientOptions) : FileOutStream from class tachyon.client.file.StreamingTachyonFileSystem to public getOutStream(path TachyonURI, options ClientOptions) : FileOutStream from class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Pull Up Method public free(file TachyonFile, recursive boolean) : void from class tachyon.client.file.TachyonFileSystem to public free(file TachyonFile, recursive boolean) : void from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public getInfo(file TachyonFile) : FileInfo from class tachyon.client.file.TachyonFileSystem to public getInfo(file TachyonFile) : FileInfo from class tachyon.client.file.AbstractTachyonFileSystem |
From |
To |
|
Pull Up Method public getInStream(file TachyonFile, options ClientOptions) : FileInStream from class tachyon.client.file.StreamingTachyonFileSystem to public getInStream(file TachyonFile, options ClientOptions) : FileInStream from class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Pull Up Method public getOutStream(path TachyonURI, options ClientOptions) : FileOutStream from class tachyon.client.file.StreamingTachyonFileSystem to public getOutStream(fileId long, options ClientOptions) : FileOutStream from class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Change Parameter Type tachyonClient : StreamingTachyonFileSystem to tachyonClient : TachyonFileSystem in method public getTachyonURIs(tachyonClient TachyonFileSystem, inputURI TachyonURI) : List<TachyonURI> in class tachyon.shell.TFsShellUtils |
From |
To |
|
Change Parameter Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public listFiles(tfs TachyonFileSystem, path String) : List<String> in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tachyonClient : StreamingTachyonFileSystem to tachyonClient : TachyonFileSystem in method private getTachyonURIs(tachyonClient TachyonFileSystem, inputURI TachyonURI, parentDir TachyonURI) : List<TachyonURI> in class tachyon.shell.TFsShellUtils |
From |
To |
|
Change Parameter Type tachyonClient : StreamingTachyonFileSystem to tachyonClient : TachyonFileSystem in method private loadPath(tachyonClient TachyonFileSystem, filePath TachyonURI) : int in class tachyon.shell.TFsShell |
From |
To |
|
Change Parameter Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public createByteFile(tfs TachyonFileSystem, fileURI TachyonURI, tachyonStorageType TachyonStorageType, underStorageType UnderStorageType, len int) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public resetTachyonFileHierarchy(tfs TachyonFileSystem) : String in class tachyon.shell.TFsShellUtilsTest |
From |
To |
|
Change Parameter Type path : TachyonURI to fileId : long in method public getOutStream(fileId long, options ClientOptions) : FileOutStream in class tachyon.client.file.TachyonFileSystem |
From |
To |
|
Change Parameter Type tachyonClient : StreamingTachyonFileSystem to tachyonClient : TachyonFileSystem in method private copyPath(src File, tachyonClient TachyonFileSystem, dstPath TachyonURI) : int in class tachyon.shell.TFsShell |
From |
To |
|
Change Parameter Type tachyonFS : StreamingTachyonFileSystem to tachyonFS : TachyonFileSystem in method private getFileOrFolderSize(tachyonFS TachyonFileSystem, path TachyonURI) : long in class tachyon.shell.TFsShell |
From |
To |
|
Change Parameter Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public createByteFile(tfs TachyonFileSystem, fileName String, options ClientOptions, len int) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public ClientThread(opType int, tfs TachyonFileSystem) in class tachyon.master.JournalShutdownIntegrationTest.ClientThread |
From |
To |
|
Change Parameter Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public createByteFile(tfs TachyonFileSystem, fileName String, tachyonStorageType TachyonStorageType, underStorageType UnderStorageType, len int) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public createByteFile(tfs TachyonFileSystem, fileName String, tachyonStorageType TachyonStorageType, underStorageType UnderStorageType, len int, blockCapacityByte long) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Variable Type fs : StreamingTachyonFileSystem to fs : TachyonFileSystem in method public getClient(tachyonConf TachyonConf) : TachyonFileSystem in class tachyon.master.ClientPool |
From |
To |
|
Change Variable Type tachyonFS : StreamingTachyonFileSystem to tachyonFS : TachyonFileSystem in method public beforeClass() : void in class tachyon.hadoop.TFSStatisticsTest |
From |
To |
|
Change Variable Type tachyonFS : StreamingTachyonFileSystem to tachyonFS : TachyonFileSystem in method public beforeClass() : void in class tachyon.hadoop.TFSBlockLocationIntegrationTest |
From |
To |
|
Change Variable Type tachyonClient : StreamingTachyonFileSystem to tachyonClient : TachyonFileSystem in method private downloadFile(path TachyonURI, request HttpServletRequest, response HttpServletResponse) : void in class tachyon.web.WebInterfaceDownloadServlet |
From |
To |
|
Change Variable Type tfs : StreamingTachyonFileSystem to tfs : TachyonFileSystem in method public createFilesTest() : void in class tachyon.master.MasterFaultToleranceIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.client.RemoteBlockInStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.client.FileOutStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.worker.BlockServiceHandlerIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.client.table.RawTableIntegrationTest |
From |
To |
|
Change Attribute Type mClients : List<StreamingTachyonFileSystem> to mClients : List<TachyonFileSystem> in class tachyon.master.ClientPool |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.client.table.RawColumnIntegrationTest |
From |
To |
|
Change Attribute Type sTfs : StreamingTachyonFileSystem to sTfs : TachyonFileSystem in class tachyon.client.BlockInStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.master.MasterFaultToleranceIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.shell.TFsShell |
From |
To |
|
Change Attribute Type mTFS : StreamingTachyonFileSystem to mTFS : TachyonFileSystem in class tachyon.client.TachyonFile |
From |
To |
|
Change Attribute Type sTfs : StreamingTachyonFileSystem to sTfs : TachyonFileSystem in class tachyon.client.FileInStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.master.PinIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.master.JournalShutdownIntegrationTest.ClientThread |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.shell.TFsShellTest |
From |
To |
|
Change Attribute Type sTfs : StreamingTachyonFileSystem to sTfs : TachyonFileSystem in class tachyon.client.TachyonFileSystemIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.shell.TFsShellUtilsTest |
From |
To |
|
Change Attribute Type mTachyonFileSystem : StreamingTachyonFileSystem to mTachyonFileSystem : TachyonFileSystem in class tachyon.client.UfsUtilsIntegrationTest |
From |
To |
|
Change Attribute Type mTFS : StreamingTachyonFileSystem to mTFS : TachyonFileSystem in class tachyon.worker.DataServerIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.client.IsolatedTachyonFileSystemIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : StreamingTachyonFileSystem to mTfs : TachyonFileSystem in class tachyon.master.JournalIntegrationTest |
From |
To |
|
Change Attribute Type sTachyonFileSystem : StreamingTachyonFileSystem to sTachyonFileSystem : TachyonFileSystem in class tachyon.hadoop.HdfsFileInputStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTFS : StreamingTachyonFileSystem to mTFS : TachyonFileSystem in class tachyon.worker.block.meta.TieredStoreIntegrationTest |
From |
To |
|
Change Attribute Type mTFS : StreamingTachyonFileSystem to mTFS : TachyonFileSystem in class tachyon.worker.block.meta.CapacityUsageIntegrationTest |
From |
To |
|
Change Attribute Type sTfs : StreamingTachyonFileSystem to sTfs : TachyonFileSystem in class tachyon.client.LocalBlockInStreamIntegrationTest |
From |
To |