Class | Description |
---|---|
AbstractTachyonFileSystem |
Tachyon File System client.
|
FileInStream |
A streaming API to read a file.
|
FileOutStream |
Provides a streaming API to write a file.
|
TachyonFile |
A file handler for a file in Tachyon.
|
TachyonFileSystem |
A TachyonFileSystem implementation including convenience methods as well as a streaming API to
read and write files.
|
TachyonFileSystem.TachyonFileSystemFactory | |
TachyonFileSystemUtils |
Collection of utility methods to handle with
TachyonFileSystem related objects |
UnderStoreFileInStream |
This class provides a streaming API to read a fixed chunk from a file in the under storage
system.
|
Enum | Description |
---|---|
FileSystemContext |
A shared context in each client JVM for common File System client functionality such as a pool
of master clients.
|
Copyright © 2015. All Rights Reserved.