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.
|
Modifier and Type | Method and Description |
---|---|
Inode |
InodeFolder.getChild(int fid)
Returns the child with the given id.
|
Inode |
InodeFolder.getChild(String name)
Returns the child with the given name.
|
Modifier and Type | Method and Description |
---|---|
Set<Inode> |
InodeFolder.getChildren()
Returns the folder's children.
|
Modifier and Type | Method and Description |
---|---|
ClientRawTableInfo |
MasterInfo._getClientRawTableInfo(String path,
Inode inode)
Get the raw table info associated with the given id.
|
void |
InodeFolder.addChild(Inode child)
Adds the given inode to the set of children.
|
void |
InodeFolder.addChildren(Inode[] children)
Adds the given inodes to the set of children.
|
int |
Inode.compareTo(Inode o) |
boolean |
InodeFolder.removeChild(Inode child)
Removes the given inode from the folder.
|
Copyright © 2014. All rights reserved.