| Package | Description |
|---|---|
| tachyon.master |
| Modifier and Type | Class and Description |
|---|---|
class |
InodeFile
Tachyon file system's file representation in master.
|
class |
InodeFolder
Tachyon file system's folder representation in master.
|
class |
InodeRawTable
Tachyon file system's RawTable representation in master.
|
| Modifier and Type | Method and Description |
|---|---|
Inode |
InodeFolder.getChild(String name,
Map<Integer,Inode> allInodes) |
| Modifier and Type | Method and Description |
|---|---|
int |
Inode.compareTo(Inode o) |
| Modifier and Type | Method and Description |
|---|---|
Inode |
InodeFolder.getChild(String name,
Map<Integer,Inode> allInodes) |
boolean |
InodeFolder.removeChild(String name,
Map<Integer,Inode> allInodes) |
Copyright © 2014. All rights reserved.