| Class | Description |
|---|---|
| BlockInfo |
Block info on the master side.
|
| CheckpointInfo |
Class to store global counter in master's write head log and checkpoint file.
|
| Dependency | |
| DependencyVariables | |
| EditLog |
Master operation journal.
|
| EditLogProcessor |
Class that periodically looks for completed edit logs to update metadata of failover nodes.
|
| Image |
Master data image.
|
| 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.
|
| InodeRawTable |
Tachyon file system's RawTable representation in master.
|
| Journal |
The Journal manages Tachyon image and journal log.
|
| Master |
Entry point for the Master program.
|
| 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.
|
| Enum | Description |
|---|---|
| DependencyType | |
| InodeType |
Different Inodes in Tachyon Filesystem's master.
|
Copyright © 2014. All rights reserved.