tachyon
Class InodeRawTable

java.lang.Object
  extended by tachyon.Inode
      extended by tachyon.InodeFolder
          extended by tachyon.InodeRawTable
All Implemented Interfaces:
Comparable<Inode>

public class InodeRawTable
extends InodeFolder

Tachyon file system's RawTable representation in master.


Field Summary
protected  int COLUMNS
           
 
Fields inherited from class tachyon.Inode
TYPE
 
Constructor Summary
InodeRawTable(String name, int id, int parentId, int columns, ByteBuffer metadata)
           
 
Method Summary
 int getColumns()
           
 ByteBuffer getMetadata()
           
 String toString()
           
 void updateMetadata(ByteBuffer metadata)
           
 
Methods inherited from class tachyon.InodeFolder
addChild, addChildren, getChild, getChildrenIds, getNumberOfChildren, isRawTable, removeChild, removeChild
 
Methods inherited from class tachyon.Inode
compareTo, equals, getCreationTimeMs, getId, getInodeType, getName, getParentId, hashCode, isDirectory, isFile, reverseId, setName, setParentId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COLUMNS

protected final int COLUMNS
Constructor Detail

InodeRawTable

public InodeRawTable(String name,
                     int id,
                     int parentId,
                     int columns,
                     ByteBuffer metadata)
Method Detail

getColumns

public int getColumns()

updateMetadata

public void updateMetadata(ByteBuffer metadata)

getMetadata

public ByteBuffer getMetadata()

toString

public String toString()
Overrides:
toString in class InodeFolder


Copyright © 2013. All Rights Reserved.