public class RawTable extends Object
Constructor and Description |
---|
RawTable(TachyonFS tachyonClient,
ClientRawTableInfo clientRawTableInfo) |
Modifier and Type | Method and Description |
---|---|
int |
getColumns() |
int |
getId() |
ByteBuffer |
getMetadata() |
String |
getName() |
String |
getPath() |
RawColumn |
getRawColumn(int columnIndex) |
void |
updateMetadata(ByteBuffer metadata) |
public RawTable(TachyonFS tachyonClient, ClientRawTableInfo clientRawTableInfo)
public int getColumns()
public int getId()
public String getName()
public String getPath()
public ByteBuffer getMetadata()
public RawColumn getRawColumn(int columnIndex)
public void updateMetadata(ByteBuffer metadata) throws IOException
IOException
Copyright © 2014. All rights reserved.