Package | Description |
---|---|
tachyon.client.table | |
tachyon.master | |
tachyon.thrift |
Constructor and Description |
---|
RawTable(TachyonFS tachyonClient,
ClientRawTableInfo clientRawTableInfo) |
Modifier and Type | Method and Description |
---|---|
ClientRawTableInfo |
MasterInfo._getClientRawTableInfo(TachyonURI path,
Inode inode)
Get the raw table info associated with the given id.
|
ClientRawTableInfo |
MasterInfo.getClientRawTableInfo(int id)
Get the raw table info associated with the given id.
|
ClientRawTableInfo |
MasterInfo.getClientRawTableInfo(TachyonURI path)
Get the raw table info for the table at the given path
|
ClientRawTableInfo |
MasterServiceHandler.user_getClientRawTableInfo(int id,
String path) |
ClientRawTableInfo |
MasterClient.user_getClientRawTableInfo(int id,
String path) |
Modifier and Type | Field and Description |
---|---|
ClientRawTableInfo |
MasterService.user_getClientRawTableInfo_result.success |
Modifier and Type | Method and Description |
---|---|
ClientRawTableInfo |
ClientRawTableInfo.deepCopy() |
ClientRawTableInfo |
MasterService.AsyncClient.user_getClientRawTableInfo_call.getResult() |
ClientRawTableInfo |
MasterService.user_getClientRawTableInfo_result.getSuccess() |
ClientRawTableInfo |
MasterService.Client.recv_user_getClientRawTableInfo() |
ClientRawTableInfo |
ClientRawTableInfo.setColumns(int columns) |
ClientRawTableInfo |
ClientRawTableInfo.setId(int id) |
ClientRawTableInfo |
ClientRawTableInfo.setMetadata(byte[] metadata) |
ClientRawTableInfo |
ClientRawTableInfo.setMetadata(ByteBuffer metadata) |
ClientRawTableInfo |
ClientRawTableInfo.setName(String name) |
ClientRawTableInfo |
ClientRawTableInfo.setPath(String path) |
ClientRawTableInfo |
MasterService.Iface.user_getClientRawTableInfo(int id,
String path)
Get RawTable's info; Return a ClientRawTable instance with id 0 if the system does not contain
the table.
|
ClientRawTableInfo |
MasterService.Client.user_getClientRawTableInfo(int id,
String path) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<ClientRawTableInfo> |
MasterService.AsyncProcessor.user_getClientRawTableInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
ClientRawTableInfo.compareTo(ClientRawTableInfo other) |
boolean |
ClientRawTableInfo.equals(ClientRawTableInfo that) |
MasterService.user_getClientRawTableInfo_result |
MasterService.user_getClientRawTableInfo_result.setSuccess(ClientRawTableInfo success) |
Modifier and Type | Method and Description |
---|---|
void |
MasterService.AsyncProcessor.user_getClientRawTableInfo.start(I iface,
MasterService.user_getClientRawTableInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<ClientRawTableInfo> resultHandler) |
Constructor and Description |
---|
ClientRawTableInfo(ClientRawTableInfo other)
Performs a deep copy on other.
|
MasterService.user_getClientRawTableInfo_result(ClientRawTableInfo success,
TableDoesNotExistException eT,
InvalidPathException eI) |
Copyright © 2015. All Rights Reserved.