tachyon.client
Class RawColumn

java.lang.Object
  extended by tachyon.client.RawColumn

public class RawColumn
extends Object

The column of a RawTable.


Method Summary
 boolean createPartition(int pId)
           
 TachyonFile getPartition(int pId)
           
 TachyonFile getPartition(int pId, boolean cachedMetadata)
           
 int partitions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createPartition

public boolean createPartition(int pId)
                        throws InvalidPathException,
                               FileAlreadyExistException
Throws:
InvalidPathException
FileAlreadyExistException

getPartition

public TachyonFile getPartition(int pId)
                         throws InvalidPathException
Throws:
InvalidPathException

getPartition

public TachyonFile getPartition(int pId,
                                boolean cachedMetadata)
                         throws InvalidPathException
Throws:
InvalidPathException

partitions

public int partitions()
               throws FileDoesNotExistException,
                      InvalidPathException,
                      org.apache.thrift.TException
Throws:
FileDoesNotExistException
InvalidPathException
org.apache.thrift.TException


Copyright © 2013. All Rights Reserved.