Package | Description |
---|---|
tachyon | |
tachyon.examples | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
int |
MasterInfo.createRawTable(String path,
int columns,
ByteBuffer metadata) |
int |
MasterServiceHandler.user_createRawTable(String path,
int columns,
ByteBuffer metadata) |
Modifier and Type | Method and Description |
---|---|
static void |
BasicRawTableOperations.main(String[] args) |
Modifier and Type | Field and Description |
---|---|
TableColumnException |
MasterService.user_createRawTable_result.eT |
Modifier and Type | Method and Description |
---|---|
TableColumnException |
TableColumnException.deepCopy() |
TableColumnException |
MasterService.user_createRawTable_result.getET() |
TableColumnException |
TableColumnException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
TableColumnException.compareTo(TableColumnException other) |
boolean |
TableColumnException.equals(TableColumnException that) |
MasterService.user_createRawTable_result |
MasterService.user_createRawTable_result.setET(TableColumnException eT) |
Modifier and Type | Method and Description |
---|---|
int |
MasterService.AsyncClient.user_createRawTable_call.getResult() |
int |
MasterService.Client.recv_user_createRawTable() |
int |
MasterService.Iface.user_createRawTable(String path,
int columns,
ByteBuffer metadata) |
int |
MasterService.Client.user_createRawTable(String path,
int columns,
ByteBuffer metadata) |
Constructor and Description |
---|
MasterService.user_createRawTable_result(int success,
FileAlreadyExistException eR,
InvalidPathException eI,
TableColumnException eT,
TachyonException eTa) |
TableColumnException(TableColumnException other)
Performs a deep copy on other.
|
Copyright © 2013. All rights reserved.