tachyon.client
Class RawTable

java.lang.Object
  extended by 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.


Method Summary
 int getColumns()
           
 int getId()
           
 ByteBuffer getMetadata()
           
 String getName()
           
 String getPath()
           
 RawColumn getRawColumn(int columnIndex)
           
 void updateMetadata(ByteBuffer metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.