public class RawColumn extends Object
RawTable
.Modifier and Type | Method and Description |
---|---|
boolean |
createPartition(int pId) |
TachyonFile |
getPartition(int pId) |
TachyonFile |
getPartition(int pId,
boolean cachedMetadata) |
int |
partitions() |
public boolean createPartition(int pId) throws IOException
IOException
public TachyonFile getPartition(int pId) throws IOException
IOException
public TachyonFile getPartition(int pId, boolean cachedMetadata) throws IOException
IOException
public int partitions() throws IOException
IOException
Copyright © 2013. All rights reserved.