Package | Description |
---|---|
tachyon.client | |
tachyon.client.table | |
tachyon.hadoop |
Modifier and Type | Method and Description |
---|---|
static TachyonFS |
TachyonFS.get(String tachyonPath)
Deprecated.
|
static TachyonFS |
TachyonFS.get(String masterHost,
int masterPort,
boolean zkMode)
Deprecated.
Creates a
TachyonFS handler for the given hostname, port, and Zookeeper mode. |
static TachyonFS |
TachyonFS.get(TachyonConf tachyonConf)
Deprecated.
Creates a
TachyonFS handler for the given Tachyon configuration. |
static TachyonFS |
TachyonFS.get(TachyonURI tachyonURI)
Deprecated.
|
static TachyonFS |
TachyonFS.get(TachyonURI tachyonURI,
TachyonConf tachyonConf)
Deprecated.
Creates a
TachyonFS handler for the given Tachyon URI and configuration. |
Modifier and Type | Method and Description |
---|---|
static void |
UfsUtils.loadUfs(TachyonFS tfs,
TachyonURI tachyonPath,
TachyonURI ufsAddrRootPath,
PrefixList excludePathPrefix,
TachyonConf tachyonConf)
Deprecated.
|
Constructor and Description |
---|
RawTable(TachyonFS tachyonClient,
RawTableInfo rawTableInfo)
Creates a new
RawTable |
Constructor and Description |
---|
HdfsFileInputStream(TachyonFS tfs,
long fileId,
org.apache.hadoop.fs.Path hdfsPath,
org.apache.hadoop.conf.Configuration conf,
int bufferSize,
org.apache.hadoop.fs.FileSystem.Statistics stats,
TachyonConf tachyonConf) |
Copyright © 2015. All Rights Reserved.