tachyon.client
Class RawTable
java.lang.Object
tachyon.client.RawTable
public class RawTable
- extends Object
Tachyon provides native support for tables with multiple columns. Each table contains one or
more columns. Each columns contains one or more ordered files.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getColumns
public int getColumns()
getId
public int getId()
getName
public String getName()
getPath
public String getPath()
getMetadata
public ByteBuffer getMetadata()
getRawColumn
public RawColumn getRawColumn(int columnIndex)
updateMetadata
public void updateMetadata(ByteBuffer metadata)
throws TableDoesNotExistException,
org.apache.thrift.TException
- Throws:
TableDoesNotExistException
org.apache.thrift.TException
Copyright © 2013. All Rights Reserved.