|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableColumnException | |
---|---|
tachyon | |
tachyon.client | |
tachyon.examples | |
tachyon.thrift |
Uses of TableColumnException in tachyon |
---|
Methods in tachyon that throw TableColumnException | |
---|---|
int |
MasterInfo.createRawTable(String path,
int columns,
ByteBuffer metadata)
|
int |
MasterClient.user_createRawTable(String path,
int columns,
ByteBuffer metadata)
|
int |
MasterServiceHandler.user_createRawTable(String path,
int columns,
ByteBuffer metadata)
|
Uses of TableColumnException in tachyon.client |
---|
Methods in tachyon.client that throw TableColumnException | |
---|---|
int |
TachyonClient.createRawTable(String path,
int columns)
|
int |
TachyonClient.createRawTable(String path,
int columns,
ByteBuffer metadata)
|
Uses of TableColumnException in tachyon.examples |
---|
Methods in tachyon.examples that throw TableColumnException | |
---|---|
static void |
BasicRawTableOperations.createRawTable()
|
static void |
BasicRawTableOperations.main(String[] args)
|
Uses of TableColumnException in tachyon.thrift |
---|
Fields in tachyon.thrift declared as TableColumnException | |
---|---|
TableColumnException |
MasterService.user_createRawTable_result.eT
|
Methods in tachyon.thrift that return TableColumnException | |
---|---|
TableColumnException |
TableColumnException.deepCopy()
|
TableColumnException |
MasterService.user_createRawTable_result.getET()
|
TableColumnException |
TableColumnException.setMessage(String message)
|
Methods in tachyon.thrift with parameters of type TableColumnException | |
---|---|
int |
TableColumnException.compareTo(TableColumnException other)
|
boolean |
TableColumnException.equals(TableColumnException that)
|
MasterService.user_createRawTable_result |
MasterService.user_createRawTable_result.setET(TableColumnException eT)
|
Methods in tachyon.thrift that throw TableColumnException | |
---|---|
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)
|
Constructors in tachyon.thrift with parameters of type TableColumnException | |
---|---|
MasterService.user_createRawTable_result(int success,
FileAlreadyExistException eR,
InvalidPathException eI,
TableColumnException eT)
|
|
TableColumnException(TableColumnException other)
Performs a deep copy on other. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |