public class InodeRawTable extends InodeFolder
Modifier and Type | Field and Description |
---|---|
protected int |
COLUMNS |
Constructor and Description |
---|
InodeRawTable(String name,
int id,
int parentId,
int columns,
ByteBuffer metadata,
long creationTimeMs) |
Modifier and Type | Method and Description |
---|---|
int |
getColumns() |
ByteBuffer |
getMetadata() |
String |
toString() |
void |
updateMetadata(ByteBuffer metadata) |
addChild, addChildren, generateClientFileInfo, getChild, getChildrenIds, getNumberOfChildren, isRawTable, removeChild, removeChild
compareTo, equals, getCreationTimeMs, getId, getInodeType, getName, getParentId, hashCode, isDirectory, isFile, reverseId, setName, setParentId
public InodeRawTable(String name, int id, int parentId, int columns, ByteBuffer metadata, long creationTimeMs) throws TachyonException
TachyonException
public int getColumns()
public void updateMetadata(ByteBuffer metadata) throws TachyonException
TachyonException
public ByteBuffer getMetadata()
public String toString()
toString
in class InodeFolder
Copyright © 2014. All rights reserved.