Package | Description |
---|---|
tachyon.client | |
tachyon.client.table | |
tachyon.hadoop | |
tachyon.util |
Modifier and Type | Field and Description |
---|---|
protected TachyonFS |
InStream.mTachyonFS |
protected TachyonFS |
OutStream.mTachyonFS |
Modifier and Type | Method and Description |
---|---|
static TachyonFS |
TachyonFS.get(String tachyonPath)
Deprecated.
|
static TachyonFS |
TachyonFS.get(String masterHost,
int masterPort,
boolean zookeeperMode)
Create a TachyonFS handler.
|
static TachyonFS |
TachyonFS.get(TachyonURI tachyonURI)
Create a TachyonFS handler.
|
Modifier and Type | Method and Description |
---|---|
static ByteBuffer |
RemoteBlockInStream.readRemoteByteBuffer(TachyonFS tachyonFS,
ClientBlockInfo blockInfo,
long offset,
long len) |
Constructor and Description |
---|
RawTable(TachyonFS tachyonClient,
ClientRawTableInfo clientRawTableInfo) |
Constructor and Description |
---|
HdfsFileInputStream(TachyonFS tfs,
int fileId,
org.apache.hadoop.fs.Path hdfsPath,
org.apache.hadoop.conf.Configuration conf,
int bufferSize) |
Modifier and Type | Method and Description |
---|---|
static void |
UfsUtils.loadUnderFs(TachyonFS tfs,
TachyonURI tachyonPath,
TachyonURI ufsAddrRootPath,
PrefixList excludePathPrefix)
Load files under path "ufsAddress/ufsRootPath" (excluding excludePathPrefix) to the given tfs
under the given tfsRootPath directory.
|
Copyright © 2015. All Rights Reserved.