|
Rename Method public renameFile(file TachyonFile, dst TachyonURI) : boolean renamed to public rename(file TachyonFile, dst TachyonURI) : boolean in class tachyon.client.next.file.TachyonFS |
From |
To |
|
Rename Method public getFileInStream(file TachyonFile, options ClientOptions) : FileInStream renamed to public getOutStream(file TachyonFile, options ClientOptions) : FileOutStream in class tachyon.client.next.file.TachyonFS |
From |
To |
|
Rename Method public getFile(path TachyonURI) : TachyonFile renamed to public getInfo(file TachyonFile) : FileInfo in class tachyon.client.next.file.TachyonFS |
From |
To |
|
Rename Method public getFileInfo(file TachyonFile) : FileInfo renamed to public getInStream(file TachyonFile, options ClientOptions) : FileInStream in class tachyon.client.next.file.TachyonFS |
From |
To |
|
Rename Method public getBlockInStream(blockId long, options ClientOptions) : BlockInStream renamed to public getInStream(blockId long, options ClientOptions) : BlockInStream in class tachyon.client.next.block.TachyonBS |
From |
To |
|
Rename Method public getBlockInfo(blockId long) : BlockInfo renamed to public getInfo(blockId long) : BlockInfo in class tachyon.client.next.block.TachyonBS |
From |
To |
|
Rename Method public getFileOutStream(file TachyonFile, options ClientOptions) : FileOutStream renamed to public open(path TachyonURI) : TachyonFile in class tachyon.client.next.file.TachyonFS |
From |
To |
|
Rename Method public getBlockOutStream(blockId long, options ClientOptions) : BlockOutStream renamed to public getOutStream(blockId long, options ClientOptions) : BlockOutStream in class tachyon.client.next.block.TachyonBS |
From |
To |