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)
Get one column of the raw table
|
void |
updateMetadata(ByteBuffer metadata)
Update the meta data of the raw table
|
public RawTable(TachyonFS tachyonClient, ClientRawTableInfo clientRawTableInfo)
tachyonClient
- clientRawTableInfo
- public int getColumns()
public int getId()
public ByteBuffer getMetadata()
public String getName()
public String getPath()
public RawColumn getRawColumn(int columnIndex)
columnIndex
- the index of the columnpublic void updateMetadata(ByteBuffer metadata) throws IOException
metadata
- the new meta dataIOException
Copyright © 2014. All rights reserved.