| Class | Description |
|---|---|
| BlockInfo |
Block info on the master side.
|
| Counters |
Class to store global counter in master's write head log and checkpoint file.
|
| Dependency |
Describe the lineage between files.
|
| DependencyVariables |
The variables used to generate the command of the Dependency.
|
| EditLog |
Master operation journal.
|
| EditLogProcessor |
Class that periodically looks for completed edit logs to update metadata of failover nodes.
|
| Image |
Master data image.
|
| ImageWriter |
Class implemented this interface will be able to write image file.
|
| Inode |
Inode is an abstract class, with information shared by all types of Inodes. |
| InodeFile |
Tachyon file system's file representation in master.
|
| InodeFolder |
Tachyon file system's folder representation in master.
|
| Journal |
The Journal manages Tachyon image and journal log.
|
| MasterClient |
The master server client side.
|
| MasterInfo |
A global view of filesystem in master.
|
| MasterServiceHandler |
The Master server program.
|
| MasterWorkerInfo |
The structure to store a worker's information in master node.
|
| RawTables |
All Raw Table related info in MasterInfo.
|
| RecomputeCommand |
The recompute command class.
|
| TachyonMaster |
Entry point for the Master program.
|
| Enum | Description |
|---|---|
| DependencyType |
The type of Dependency, Wide and Narrow.
|
Copyright © 2015. All Rights Reserved.