tachyon
Class InodeRawTable
java.lang.Object
tachyon.Inode
tachyon.InodeFolder
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 |
Methods inherited from class tachyon.Inode |
compareTo, equals, getCreationTimeMs, getId, getInodeType, getName, getParentId, hashCode, isDirectory, isFile, reverseId, setName, setParentId |
COLUMNS
protected final int COLUMNS
InodeRawTable
public InodeRawTable(String name,
int id,
int parentId,
int columns,
ByteBuffer metadata)
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.