Package | Description |
---|---|
tachyon.master | |
tachyon.thrift |
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
|
int |
MasterInfo.getRawTableId(TachyonURI path)
Get the id of the table at the given path.
|
void |
MasterInfo.updateRawTableMetadata(int tableId,
ByteBuffer metadata)
Update the metadata of a table.
|
ClientRawTableInfo |
MasterServiceHandler.user_getClientRawTableInfo(int id,
String path) |
void |
MasterServiceHandler.user_updateRawTableMetadata(int tableId,
ByteBuffer metadata) |
Modifier and Type | Field and Description |
---|---|
TableDoesNotExistException |
MasterService.user_getClientRawTableInfo_result.eT |
TableDoesNotExistException |
MasterService.user_updateRawTableMetadata_result.eT |
Modifier and Type | Method and Description |
---|---|
TableDoesNotExistException |
TableDoesNotExistException.deepCopy() |
TableDoesNotExistException |
MasterService.user_getClientRawTableInfo_result.getET() |
TableDoesNotExistException |
MasterService.user_updateRawTableMetadata_result.getET() |
TableDoesNotExistException |
TableDoesNotExistException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
TableDoesNotExistException.compareTo(TableDoesNotExistException other) |
boolean |
TableDoesNotExistException.equals(TableDoesNotExistException that) |
MasterService.user_getClientRawTableInfo_result |
MasterService.user_getClientRawTableInfo_result.setET(TableDoesNotExistException eT) |
MasterService.user_updateRawTableMetadata_result |
MasterService.user_updateRawTableMetadata_result.setET(TableDoesNotExistException eT) |
Modifier and Type | Method and Description |
---|---|
ClientRawTableInfo |
MasterService.AsyncClient.user_getClientRawTableInfo_call.getResult() |
void |
MasterService.AsyncClient.user_updateRawTableMetadata_call.getResult() |
ClientRawTableInfo |
MasterService.Client.recv_user_getClientRawTableInfo() |
void |
MasterService.Client.recv_user_updateRawTableMetadata() |
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) |
void |
MasterService.Iface.user_updateRawTableMetadata(int tableId,
ByteBuffer metadata) |
void |
MasterService.Client.user_updateRawTableMetadata(int tableId,
ByteBuffer metadata) |
Constructor and Description |
---|
MasterService.user_getClientRawTableInfo_result(ClientRawTableInfo success,
TableDoesNotExistException eT,
InvalidPathException eI) |
MasterService.user_updateRawTableMetadata_result(TableDoesNotExistException eT,
TachyonException eTa) |
TableDoesNotExistException(TableDoesNotExistException other)
Performs a deep copy on other.
|
Copyright © 2015. All Rights Reserved.