Uses of Class
tachyon.Inode

Packages that use Inode
tachyon   
 

Uses of Inode in tachyon
 

Subclasses of Inode in tachyon
 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.
 

Methods in tachyon that return Inode
 Inode InodeFolder.getChild(String name, Map<Integer,Inode> allInodes)
           
 

Methods in tachyon with parameters of type Inode
 void MasterLogWriter.append(Inode inode, boolean flush)
           
 int Inode.compareTo(Inode o)
           
 

Method parameters in tachyon with type arguments of type Inode
 void MasterLogWriter.append(List<Inode> inodeList, boolean flush)
           
 Inode InodeFolder.getChild(String name, Map<Integer,Inode> allInodes)
           
 boolean InodeFolder.removeChild(String name, Map<Integer,Inode> allInodes)
           
 



Copyright © 2013. All Rights Reserved.