|
Move And Rename Method public rename(argv String[]) : void from class tachyon.shell.TfsShell to public run(args String...) : void from class tachyon.shell.command.MvCommand |
From |
To |
|
Move And Rename Method public touch(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.ReportCommand |
From |
To |
|
Move And Rename Method public report(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.ReportCommand |
From |
To |
|
Move And Rename Method public fileinfo(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.FileInfoCommand |
From |
To |
|
Move And Rename Method public pin(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.RmrCommand |
From |
To |
|
Move And Rename Method private createLineage(argv String[]) : void from class tachyon.shell.TfsShell to public run(args String...) : void from class tachyon.shell.command.CreateLineageCommand |
From |
To |
|
Move And Rename Method public du(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.DuCommand |
From |
To |
|
Move And Rename Method private deleteLineage(argv String[]) : int from class tachyon.shell.TfsShell to public run(args String...) : void from class tachyon.shell.command.DeleteLineageCommand |
From |
To |
|
Move And Rename Method public getUsedBytes() : void from class tachyon.shell.TfsShell to public run(args String...) : void from class tachyon.shell.command.GetUsedBytesCommand |
From |
To |
|
Move And Rename Method public getCapacityBytes() : void from class tachyon.shell.TfsShell to public run(args String...) : void from class tachyon.shell.command.GetCapacityBytesCommand |
From |
To |
|
Move And Rename Method public rmr(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.RmrCommand |
From |
To |
|
Move And Rename Method public free(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.FreeCommand |
From |
To |
|
Move And Rename Method public cat(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.CatCommand |
From |
To |
|
Move And Rename Method public mount(argv String[]) : void from class tachyon.shell.TfsShell to public run(args String...) : void from class tachyon.shell.command.MountCommand |
From |
To |
|
Move And Rename Method public rm(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.RmCommand |
From |
To |
|
Move And Rename Method public location(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.LocationCommand |
From |
To |
|
Move And Rename Method public unpin(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.RmrCommand |
From |
To |
|
Move And Rename Method public tail(path TachyonURI) : void from class tachyon.shell.TfsShell to package runCommand(path TachyonURI) : void from class tachyon.shell.command.TailCommand |
From |
To |
|
Move And Rename Method public lsr(path TachyonURI) : void from class tachyon.shell.TfsShell to public ls(tfs TachyonFileSystem, path TachyonURI, recursive boolean) : void from class tachyon.shell.command.CommandUtils |
From |
To |
|
Move Method public convertMsToDate(Millis long) : String from class tachyon.shell.TfsShell to public convertMsToDate(millis long) : String from class tachyon.shell.command.CommandUtils |
From |
To |
|
Move Method private copyPath(src File, tachyonClient TachyonFileSystem, dstPath TachyonURI) : void from class tachyon.shell.TfsShell to private copyPath(src File, dstPath TachyonURI) : void from class tachyon.shell.command.CopyFromLocalCommand |
From |
To |
|
Move Method public copyFromLocal(srcFile File, dstPath TachyonURI) : void from class tachyon.shell.TfsShell to private copyFromLocal(srcFile File, dstPath TachyonURI) : void from class tachyon.shell.command.CopyFromLocalCommand |
From |
To |
|
Move Method private countHelper(path TachyonURI) : long[] from class tachyon.shell.TfsShell to private countHelper(path TachyonURI) : long[] from class tachyon.shell.command.CountCommand |
From |
To |
|
Move Method private listStatusSortedByIncreasingCreationTime(path TachyonURI) : List<FileInfo> from class tachyon.shell.TfsShell to private listStatusSortedByIncreasingCreationTime(tfs TachyonFileSystem, path TachyonURI) : List<FileInfo> from class tachyon.shell.command.CommandUtils |
From |
To |
|
Move Method public load(filePath TachyonURI) : void from class tachyon.shell.TfsShell to private load(filePath TachyonURI) : void from class tachyon.shell.command.LoadCommand |
From |
To |
|
Move Method public persist(filePath TachyonURI) : void from class tachyon.shell.TfsShell to private persist(filePath TachyonURI) : void from class tachyon.shell.command.PersistCommand |
From |
To |
|
Move Method public copyWildcardToLocal(srcPaths List<TachyonURI>, dstFile File) : void from class tachyon.shell.TfsShell to private copyWildcardToLocal(srcPaths List<TachyonURI>, dstFile File) : void from class tachyon.shell.command.CopyToLocalCommand |
From |
To |
|
Move Method public setTTL(path TachyonURI, ttlMs long) : void from class tachyon.shell.TfsShell to public setTTL(tfs TachyonFileSystem, path TachyonURI, ttlMs long) : void from class tachyon.shell.command.CommandUtils |
From |
To |
|
Move Method public ls(path TachyonURI) : void from class tachyon.shell.TfsShell to public ls(tfs TachyonFileSystem, path TachyonURI, recursive boolean) : void from class tachyon.shell.command.CommandUtils |
From |
To |
|
Move Method private copyToLocal(srcPath TachyonURI, dstFile File) : void from class tachyon.shell.TfsShell to private copyToLocal(srcPath TachyonURI, dstFile File) : void from class tachyon.shell.command.CopyToLocalCommand |
From |
To |
|
Move Method public copyFileToLocal(srcPath TachyonURI, dstFile File) : void from class tachyon.shell.TfsShell to private copyFileToLocal(srcPath TachyonURI, dstFile File) : void from class tachyon.shell.command.CopyToLocalCommand |
From |
To |
|
Move Method public createTachyonURIComparator() : Comparator<TachyonURI> from class tachyon.shell.TfsShell to private createTachyonURIComparator() : Comparator<TachyonURI> from class tachyon.shell.command.WithWildCardPathCommand |
From |
To |
|
Move Method private getFileOrFolderSize(tachyonFS TachyonFileSystem, path TachyonURI) : long from class tachyon.shell.TfsShell to private getFileOrFolderSize(tachyonFS TachyonFileSystem, path TachyonURI) : long from class tachyon.shell.command.DuCommand |
From |
To |
|
Move Method public copyFromLocalWildcard(srcFiles List<File>, dstPath TachyonURI) : void from class tachyon.shell.TfsShell to private copyFromLocalWildcard(srcFiles List<File>, dstPath TachyonURI) : void from class tachyon.shell.command.CopyFromLocalCommand |
From |
To |