tachyon.client
Class RawColumn
java.lang.Object
tachyon.client.RawColumn
public class RawColumn
- extends Object
The column of a RawTable
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.