public final class UfsUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
loadUfs(TachyonFS tfs,
TachyonURI tachyonPath,
TachyonURI ufsAddrRootPath,
PrefixList excludePathPrefix,
TachyonConf tachyonConf)
Deprecated.
|
static void |
main(String[] args) |
static void |
printUsage() |
@Deprecated public static void loadUfs(TachyonFS tfs, TachyonURI tachyonPath, TachyonURI ufsAddrRootPath, PrefixList excludePathPrefix, TachyonConf tachyonConf) throws IOException
tfs
- the mTachyonFS handler created out of address like "tachyon://host:port"tachyonPath
- the destination point in mTachyonFS to load the under FS path ontoufsAddrRootPath
- the address and root path of the under FS, like "hdfs://host:port/dir".excludePathPrefix
- paths to exclude from ufsRootPath, which will not be registered in
mTachyonFS.tachyonConf
- instance of TachyonConfIOException
- when an event that prevents the operation from completing is encounteredpublic static void main(String[] args)
public static void printUsage()
Copyright © 2015. All Rights Reserved.