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, removeChildcompareTo, equals, getCreationTimeMs, getId, getInodeType, getName, getParentId, hashCode, isDirectory, isFile, reverseId, setName, setParentIdpublic InodeRawTable(String name, int id, int parentId, int columns, ByteBuffer metadata, long creationTimeMs) throws TachyonException
TachyonExceptionpublic int getColumns()
public void updateMetadata(ByteBuffer metadata) throws TachyonException
TachyonExceptionpublic ByteBuffer getMetadata()
public String toString()
toString in class InodeFolderCopyright © 2014. All rights reserved.