public static class RawTableMasterService.Client extends org.apache.thrift.TServiceClient implements RawTableMasterService.Iface
| Modifier and Type | Class and Description |
|---|---|
static class |
RawTableMasterService.Client.Factory |
| Constructor and Description |
|---|
RawTableMasterService.Client(org.apache.thrift.protocol.TProtocol prot) |
RawTableMasterService.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
| Modifier and Type | Method and Description |
|---|---|
long |
createRawTable(String path,
int columns,
ByteBuffer metadata) |
RawTableInfo |
getClientRawTableInfoById(long id) |
RawTableInfo |
getClientRawTableInfoByPath(String path) |
long |
getRawTableId(String path) |
long |
recv_createRawTable() |
RawTableInfo |
recv_getClientRawTableInfoById() |
RawTableInfo |
recv_getClientRawTableInfoByPath() |
long |
recv_getRawTableId() |
void |
recv_updateRawTableMetadata() |
void |
send_createRawTable(String path,
int columns,
ByteBuffer metadata) |
void |
send_getClientRawTableInfoById(long id) |
void |
send_getClientRawTableInfoByPath(String path) |
void |
send_getRawTableId(String path) |
void |
send_updateRawTableMetadata(long tableId,
ByteBuffer metadata) |
void |
updateRawTableMetadata(long tableId,
ByteBuffer metadata) |
public RawTableMasterService.Client(org.apache.thrift.protocol.TProtocol prot)
public RawTableMasterService.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot)
public long createRawTable(String path, int columns, ByteBuffer metadata) throws TachyonTException, ThriftIOException, org.apache.thrift.TException
createRawTable in interface RawTableMasterService.IfaceTachyonTExceptionThriftIOExceptionorg.apache.thrift.TExceptionpublic void send_createRawTable(String path, int columns, ByteBuffer metadata) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic long recv_createRawTable()
throws TachyonTException,
ThriftIOException,
org.apache.thrift.TException
TachyonTExceptionThriftIOExceptionorg.apache.thrift.TExceptionpublic RawTableInfo getClientRawTableInfoById(long id) throws TachyonTException, org.apache.thrift.TException
getClientRawTableInfoById in interface RawTableMasterService.IfaceTachyonTExceptionorg.apache.thrift.TExceptionpublic void send_getClientRawTableInfoById(long id)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic RawTableInfo recv_getClientRawTableInfoById() throws TachyonTException, org.apache.thrift.TException
TachyonTExceptionorg.apache.thrift.TExceptionpublic RawTableInfo getClientRawTableInfoByPath(String path) throws TachyonTException, org.apache.thrift.TException
getClientRawTableInfoByPath in interface RawTableMasterService.IfaceTachyonTExceptionorg.apache.thrift.TExceptionpublic void send_getClientRawTableInfoByPath(String path) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic RawTableInfo recv_getClientRawTableInfoByPath() throws TachyonTException, org.apache.thrift.TException
TachyonTExceptionorg.apache.thrift.TExceptionpublic long getRawTableId(String path) throws TachyonTException, org.apache.thrift.TException
getRawTableId in interface RawTableMasterService.IfaceTachyonTExceptionorg.apache.thrift.TExceptionpublic void send_getRawTableId(String path) throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic long recv_getRawTableId()
throws TachyonTException,
org.apache.thrift.TException
TachyonTExceptionorg.apache.thrift.TExceptionpublic void updateRawTableMetadata(long tableId,
ByteBuffer metadata)
throws TachyonTException,
org.apache.thrift.TException
updateRawTableMetadata in interface RawTableMasterService.IfaceTachyonTExceptionorg.apache.thrift.TExceptionpublic void send_updateRawTableMetadata(long tableId,
ByteBuffer metadata)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionpublic void recv_updateRawTableMetadata()
throws TachyonTException,
org.apache.thrift.TException
TachyonTExceptionorg.apache.thrift.TExceptionCopyright © 2015. All Rights Reserved.