Package | Description |
---|---|
tachyon.client | |
tachyon.client.file | |
tachyon.client.lineage |
Modifier and Type | Method and Description |
---|---|
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
String fileName,
int len,
OutStreamOptions options)
Creates a simple file with
len bytes. |
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
String fileName,
TachyonStorageType tachyonStorageType,
UnderStorageType underStorageType,
int len)
Creates a simple file with
len bytes. |
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
String fileName,
TachyonStorageType tachyonStorageType,
UnderStorageType underStorageType,
int len,
long blockCapacityByte)
Creates a simple file with
len bytes. |
static TachyonFile |
TachyonFSTestUtils.createByteFile(TachyonFileSystem tfs,
TachyonURI fileURI,
TachyonStorageType tachyonStorageType,
UnderStorageType underStorageType,
int len)
Creates a simple file with
len bytes. |
static List<String> |
TachyonFSTestUtils.listFiles(TachyonFileSystem tfs,
String path)
Returns a list of files at a given
path . |
Modifier and Type | Method and Description |
---|---|
static TachyonFileSystem |
TachyonFileSystem.TachyonFileSystemFactory.get() |
Modifier and Type | Class and Description |
---|---|
class |
TachyonLineageFileSystem
Tachyon lineage file system client.
|
Copyright © 2015. All Rights Reserved.