|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public UnmountCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.UnmountCommand |
From |
To |
|
Change Parameter Type tachyonFileSystem : TachyonFileSystem to fileSystem : FileSystem in method private getOrCreate(fileSystem FileSystem, filePath TachyonURI, deleteIfExists boolean, clientOptions OutStreamOptions) : FileOutStream in class tachyon.examples.BasicNonByteBufferOperations |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public SetTTLCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.SetTTLCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public LoadCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.LoadCommand |
From |
To |
|
Change Parameter Type tachyonFS : TachyonFileSystem to tachyonFS : FileSystem in method private getFileOrFolderSize(tachyonFS FileSystem, path TachyonURI) : long in class tachyon.shell.command.DuCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public LoadMetadataCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.LoadMetadataCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public resetTachyonFileHierarchy(tfs FileSystem) : String in class tachyon.shell.TfsShellUtilsTest |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public RmrCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.RmrCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public setPinned(tfs FileSystem, path TachyonURI, pinned boolean) : void in class tachyon.shell.command.CommandUtils |
From |
To |
|
Change Parameter Type stats : FileSystem.Statistics to stats : org.apache.hadoop.fs.FileSystem.Statistics in method public HdfsFileInputStream(fileId long, hdfsPath Path, conf Configuration, bufferSize int, stats org.apache.hadoop.fs.FileSystem.Statistics) in class tachyon.hadoop.HdfsFileInputStream |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method protected WithWildCardPathCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.WithWildCardPathCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public LsCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.LsCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public CountCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.CountCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public createByteFile(tfs FileSystem, fileURI TachyonURI, tachyonStorageType TachyonStorageType, underStorageType UnderStorageType, len int) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ClientThread(opType int, tfs FileSystem) in class tachyon.master.JournalShutdownIntegrationTest.ClientThread |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public GetUsedBytesCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.GetUsedBytesCommand |
From |
To |
|
Change Parameter Type tachyonFileSystem : TachyonFileSystem to fileSystem : FileSystem in method private getUiFileInfo(fileSystem FileSystem, fileId long) : UIFileInfo in class tachyon.web.WebInterfaceWorkerBlockInfoServlet |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public RmCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.RmCommand |
From |
To |
|
Change Parameter Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method private write(tachyonClient FileSystem) : void in class tachyon.examples.BasicNonByteBufferOperations |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public GetCapacityBytesCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.GetCapacityBytesCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public MountCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.MountCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public LocationCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.LocationCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public listFiles(tfs FileSystem, path String) : List<String> in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tachyonFileSystem : TachyonFileSystem to fileSystem : FileSystem in method private getUiFileInfo(fileSystem FileSystem, fileId long, filePath TachyonURI) : UIFileInfo in class tachyon.web.WebInterfaceWorkerBlockInfoServlet |
From |
To |
|
Change Parameter Type tachyonFileSystem : TachyonFileSystem to fileSystem : FileSystem in method private writeFile(fileSystem FileSystem) : void in class tachyon.examples.BasicOperations |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public DuCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.DuCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public PersistCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.PersistCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public createByteFile(tfs FileSystem, fileName String, tachyonStorageType TachyonStorageType, underStorageType UnderStorageType, len int) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method private readFile(tachyonClient FileSystem) : boolean in class tachyon.examples.BasicCheckpoint |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public MkdirCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.MkdirCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method protected AbstractTfsShellCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.AbstractTfsShellCommand |
From |
To |
|
Change Parameter Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method public getTachyonURIs(tachyonClient FileSystem, inputURI TachyonURI) : List<TachyonURI> in class tachyon.shell.TfsShellUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public CatCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.CatCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public MvCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.MvCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public persistFile(tfs FileSystem, file TachyonFile, fileInfo FileInfo, tachyonConf TachyonConf) : long in class tachyon.client.file.TachyonFileSystemUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public CopyFromLocalCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.CopyFromLocalCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public createByteFile(tfs FileSystem, fileURI TachyonURI, options OutStreamOptions, len int) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public DeleteLineageCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.DeleteLineageCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method protected AbstractLsCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.AbstractLsCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public TailCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.TailCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public TouchCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.TouchCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ReportCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ReportCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public CreateLineageCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.CreateLineageCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public createByteFile(tfs FileSystem, fileName String, tachyonStorageType TachyonStorageType, underStorageType UnderStorageType, len int, blockCapacityByte long) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public ListLineagesCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.ListLineagesCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public LsrCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.LsrCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public FreeCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.FreeCommand |
From |
To |
|
Change Parameter Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method private read(tachyonClient FileSystem) : boolean in class tachyon.examples.BasicNonByteBufferOperations |
From |
To |
|
Change Parameter Type tachyonFileSystem : TachyonFileSystem to fileSystem : FileSystem in method private readFile(fileSystem FileSystem) : boolean in class tachyon.examples.BasicOperations |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public UnpinCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.UnpinCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public createByteFile(tfs FileSystem, fileName String, len int, options OutStreamOptions) : TachyonFile in class tachyon.client.TachyonFSTestUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public PinCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.PinCommand |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public setTTL(tfs FileSystem, path TachyonURI, ttlMs long) : void in class tachyon.shell.command.CommandUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public loadUfs(tfs FileSystem, tachyonPath TachyonURI, ufsAddrRootPath TachyonURI, excludePathPrefix PrefixList, tachyonConf TachyonConf) : void in class tachyon.client.UfsUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public CopyToLocalCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.CopyToLocalCommand |
From |
To |
|
Change Parameter Type tachyonFileSystem : TachyonFileSystem to fileSystem : FileSystem in method private getUiFileInfo(fileSystem FileSystem, filePath TachyonURI) : UIFileInfo in class tachyon.web.WebInterfaceWorkerBlockInfoServlet |
From |
To |
|
Change Parameter Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method private read(tachyonRawTableClient TachyonRawTables, tachyonClient FileSystem) : boolean in class tachyon.examples.BasicRawTableOperations |
From |
To |
|
Change Parameter Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method private getTachyonURIs(tachyonClient FileSystem, inputURI TachyonURI, parentDir TachyonURI) : List<TachyonURI> in class tachyon.shell.TfsShellUtils |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public UnsetTTLCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.UnsetTTLCommand |
From |
To |
|
Change Parameter Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method private writeFile(tachyonClient FileSystem) : void in class tachyon.examples.BasicCheckpoint |
From |
To |
|
Change Parameter Type tfs : TachyonFileSystem to tfs : FileSystem in method public FileInfoCommand(conf TachyonConf, tfs FileSystem) in class tachyon.shell.command.FileInfoCommand |
From |
To |
|
Change Variable Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method public call() : Boolean in class tachyon.examples.BasicCheckpoint |
From |
To |
|
Change Variable Type tfs : TachyonLineageFileSystem to tfs : LineageFileSystem in method public lineageCompleteAndAsyncPersistTest() : void in class tachyon.master.lineage.LineageMasterIntegrationTest |
From |
To |
|
Change Variable Type tachyonFS : TachyonFileSystem to tachyonFS : FileSystem in method public beforeClass() : void in class tachyon.hadoop.TFSStatisticsTest |
From |
To |
|
Change Variable Type fs : FileSystem to fs : org.apache.hadoop.fs.FileSystem in method public hadoopShouldLoadTfsFtWhenConfigured() : void in class tachyon.hadoop.TFSTest |
From |
To |
|
Change Variable Type fs : FileSystem to fs : org.apache.hadoop.fs.FileSystem in method private getHdfsInputStream(position long) : void in class tachyon.hadoop.HdfsFileInputStream |
From |
To |
|
Change Variable Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method private downloadFile(path TachyonURI, request HttpServletRequest, response HttpServletResponse) : void in class tachyon.web.WebInterfaceDownloadServlet |
From |
To |
|
Change Variable Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method public call() : Boolean in class tachyon.examples.BasicNonByteBufferOperations |
From |
To |
|
Change Variable Type fs : FileSystem to fs : org.apache.hadoop.fs.FileSystem in method public hadoopShouldLoadTfsWhenConfigured() : void in class tachyon.hadoop.TFSTest |
From |
To |
|
Change Variable Type tfs : TachyonFileSystem to tfs : FileSystem in method private loadUfs(tfsAddrRootPath TachyonURI, ufsAddrRootPath TachyonURI, excludePaths String, tachyonConf TachyonConf) : void in class tachyon.client.UfsUtils |
From |
To |
|
Change Variable Type tFS : TachyonFileSystem to tFS : FileSystem in method private displayFile(path TachyonURI, request HttpServletRequest, offset long) : void in class tachyon.web.WebInterfaceBrowseServlet |
From |
To |
|
Change Variable Type tFS : TachyonFileSystem to tFS : FileSystem in method protected doGet(request HttpServletRequest, response HttpServletResponse) : void in class tachyon.web.WebInterfaceWorkerBlockInfoServlet |
From |
To |
|
Change Variable Type tachyonClient : TachyonFileSystem to tachyonClient : FileSystem in method public call() : Boolean in class tachyon.examples.BasicRawTableOperations |
From |
To |
|
Change Variable Type fs : FileSystem to fs : org.apache.hadoop.fs.FileSystem in method private getHdfsInputStream() : void in class tachyon.hadoop.HdfsFileInputStream |
From |
To |
|
Change Variable Type tachyonFS : TachyonFileSystem to tachyonFS : FileSystem in method public beforeClass() : void in class tachyon.hadoop.TFSBlockLocationIntegrationTest |
From |
To |
|
Change Variable Type tFS : TachyonFileSystem to tFS : FileSystem in method public call() : Boolean in class tachyon.examples.BasicOperations |
From |
To |
|
Change Variable Type fs : TachyonFileSystem to fs : FileSystem in method public getClient(tachyonConf TachyonConf) : FileSystem in class tachyon.master.ClientPool |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.shell.TfsShell |
From |
To |
|
Change Attribute Type sTfs : TachyonFileSystem to sTfs : FileSystem in class tachyon.client.FileSystemUtilsIntegrationTest |
From |
To |
|
Change Attribute Type sStatistics : FileSystem.Statistics to sStatistics : org.apache.hadoop.fs.FileSystem.Statistics in class tachyon.hadoop.TFSStatisticsTest |
From |
To |
|
Change Attribute Type mTFS : TachyonFileSystem to mTFS : FileSystem in class tachyon.worker.DataServerIntegrationTest |
From |
To |
|
Change Attribute Type mTachyonFileSystem : TachyonFileSystem to mFileSystem : FileSystem in class tachyon.client.UfsUtilsIntegrationTest |
From |
To |
|
Change Attribute Type mTachyonFileSystem : TachyonFileSystem to mFileSystem : FileSystem in class tachyon.client.table.RawColumnIntegrationTest |
From |
To |
|
Change Attribute Type mTFS : TachyonFileSystem to mTFS : FileSystem in class tachyon.hadoop.AbstractTFS |
From |
To |
|
Change Attribute Type sTfs : TachyonFileSystem to sTfs : FileSystem in class tachyon.client.LocalBlockInStreamIntegrationTest |
From |
To |
|
Change Attribute Type sTFS : TachyonFileSystem to sTFS : FileSystem in class tachyon.examples.Performance |
From |
To |
|
Change Attribute Type mTachyonFileSystem : TachyonFileSystem to mFileSystem : FileSystem in class tachyon.client.table.RawTableIntegrationTest |
From |
To |
|
Change Attribute Type mTFS : TachyonFileSystem to mTFS : FileSystem in class tachyon.worker.block.meta.TieredStoreIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.master.PinIntegrationTest |
From |
To |
|
Change Attribute Type mTFS : TachyonFileSystem to mTFS : FileSystem in class tachyon.worker.block.meta.CapacityUsageIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.shell.TfsShellTest |
From |
To |
|
Change Attribute Type sTachyonFileSystem : TachyonFileSystem to sFileSystem : FileSystem in class tachyon.hadoop.HdfsFileInputStreamIntegrationTest |
From |
To |
|
Change Attribute Type sTfs : TachyonFileSystem to sTfs : FileSystem in class tachyon.client.FileInStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTFS : TachyonFileSystem to mTFS : FileSystem in class tachyon.examples.Performance.TachyonReadWorker |
From |
To |
|
Change Attribute Type mHdfsFs : FileSystem to mHdfsFs : org.apache.hadoop.fs.FileSystem in class tachyon.examples.Performance.HdfsWorker |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.master.MasterFaultToleranceIntegrationTest |
From |
To |
|
Change Attribute Type mTachyonFileSystem : TachyonFileSystem to mFileSystem : FileSystem in class tachyon.client.table.AbstractTachyonRawTables |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.client.FileSystemIntegrationTest |
From |
To |
|
Change Attribute Type sTFS : FileSystem to sTFS : org.apache.hadoop.fs.FileSystem in class tachyon.hadoop.TFSStatisticsTest |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.master.JournalIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.client.IsolatedFileSystemIntegrationTest |
From |
To |
|
Change Attribute Type sTfs : TachyonFileSystem to sTfs : FileSystem in class tachyon.client.concurrent.FileInStreamConcurrencyIntegrationTest |
From |
To |
|
Change Attribute Type sTfs : TachyonFileSystem to sTfs : FileSystem in class tachyon.examples.JournalCrashTest |
From |
To |
|
Change Attribute Type mTFS : TachyonFileSystem to mTFS : FileSystem in class tachyon.examples.Performance.TachyonWriterWorker |
From |
To |
|
Change Attribute Type sTfs : TachyonFileSystem to sTfs : FileSystem in class tachyon.client.BufferedBlockInStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.master.JournalShutdownIntegrationTest.ClientThread |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.client.RemoteBlockInStreamIntegrationTest |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.client.FileOutStreamIntegrationTest |
From |
To |
|
Change Attribute Type mClients : List<TachyonFileSystem> to mClients : List<FileSystem> in class tachyon.master.ClientPool |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.worker.BlockServiceHandlerIntegrationTest |
From |
To |
|
Change Attribute Type sTFS : FileSystem to sTFS : org.apache.hadoop.fs.FileSystem in class tachyon.hadoop.TFSBlockLocationIntegrationTest |
From |
To |
|
Change Attribute Type sTachyonFileSystem : TachyonLineageFileSystem to sTachyonFileSystem : LineageFileSystem in class tachyon.client.lineage.LineageFileSystem |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.shell.command.AbstractTfsShellCommand |
From |
To |
|
Change Attribute Type mTfs : TachyonFileSystem to mTfs : FileSystem in class tachyon.shell.TfsShellUtilsTest |
From |
To |
|
Change Attribute Type mTFS : TachyonFileSystem to mTFS : FileSystem in class tachyon.hadoop.HdfsFileInputStream |
From |
To |