Package | Description |
---|---|
tachyon | |
tachyon.examples | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
int |
MasterInfo.createFile(boolean recursive,
String path,
boolean directory,
int columns,
ByteBuffer metadata,
long blockSizeByte) |
int |
MasterInfo.createFile(String path,
long blockSizeByte) |
int |
MasterInfo.createRawTable(String path,
int columns,
ByteBuffer metadata) |
static void |
UnderfsUtil.main(String[] args) |
boolean |
MasterInfo.mkdir(String path) |
void |
MasterInfo.rename(int fileId,
String dstPath) |
void |
MasterInfo.rename(String srcPath,
String dstPath) |
int |
MasterServiceHandler.user_createFile(String path,
long blockSizeByte) |
int |
MasterServiceHandler.user_createFileOnCheckpoint(String path,
String checkpointPath) |
int |
MasterServiceHandler.user_createRawTable(String path,
int columns,
ByteBuffer metadata) |
boolean |
MasterServiceHandler.user_mkdir(String path) |
void |
MasterServiceHandler.user_rename(String srcPath,
String dstPath) |
void |
MasterServiceHandler.user_renameTo(int fileId,
String dstPath) |
Modifier and Type | Method and Description |
---|---|
static void |
BasicOperations.main(String[] args) |
static void |
BasicRawTableOperations.main(String[] args) |
static void |
Performance.main(String[] args) |
static void |
BasicRawTableOperations.writeParition() |
Modifier and Type | Field and Description |
---|---|
FileAlreadyExistException |
MasterService.user_rename_result.eA |
FileAlreadyExistException |
MasterService.user_renameTo_result.eA |
FileAlreadyExistException |
MasterService.user_createFile_result.eR |
FileAlreadyExistException |
MasterService.user_createFileOnCheckpoint_result.eR |
FileAlreadyExistException |
MasterService.user_mkdir_result.eR |
FileAlreadyExistException |
MasterService.user_createRawTable_result.eR |
Modifier and Type | Method and Description |
---|---|
FileAlreadyExistException |
FileAlreadyExistException.deepCopy() |
FileAlreadyExistException |
MasterService.user_rename_result.getEA() |
FileAlreadyExistException |
MasterService.user_renameTo_result.getEA() |
FileAlreadyExistException |
MasterService.user_createFile_result.getER() |
FileAlreadyExistException |
MasterService.user_createFileOnCheckpoint_result.getER() |
FileAlreadyExistException |
MasterService.user_mkdir_result.getER() |
FileAlreadyExistException |
MasterService.user_createRawTable_result.getER() |
FileAlreadyExistException |
FileAlreadyExistException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
FileAlreadyExistException.compareTo(FileAlreadyExistException other) |
boolean |
FileAlreadyExistException.equals(FileAlreadyExistException that) |
MasterService.user_rename_result |
MasterService.user_rename_result.setEA(FileAlreadyExistException eA) |
MasterService.user_renameTo_result |
MasterService.user_renameTo_result.setEA(FileAlreadyExistException eA) |
MasterService.user_createFile_result |
MasterService.user_createFile_result.setER(FileAlreadyExistException eR) |
MasterService.user_createFileOnCheckpoint_result |
MasterService.user_createFileOnCheckpoint_result.setER(FileAlreadyExistException eR) |
MasterService.user_mkdir_result |
MasterService.user_mkdir_result.setER(FileAlreadyExistException eR) |
MasterService.user_createRawTable_result |
MasterService.user_createRawTable_result.setER(FileAlreadyExistException eR) |
Modifier and Type | Method and Description |
---|---|
int |
MasterService.AsyncClient.user_createFile_call.getResult() |
int |
MasterService.AsyncClient.user_createFileOnCheckpoint_call.getResult() |
void |
MasterService.AsyncClient.user_rename_call.getResult() |
void |
MasterService.AsyncClient.user_renameTo_call.getResult() |
boolean |
MasterService.AsyncClient.user_mkdir_call.getResult() |
int |
MasterService.AsyncClient.user_createRawTable_call.getResult() |
int |
MasterService.Client.recv_user_createFile() |
int |
MasterService.Client.recv_user_createFileOnCheckpoint() |
int |
MasterService.Client.recv_user_createRawTable() |
boolean |
MasterService.Client.recv_user_mkdir() |
void |
MasterService.Client.recv_user_rename() |
void |
MasterService.Client.recv_user_renameTo() |
int |
MasterService.Iface.user_createFile(String path,
long blockSizeByte) |
int |
MasterService.Client.user_createFile(String path,
long blockSizeByte) |
int |
MasterService.Iface.user_createFileOnCheckpoint(String path,
String checkpointPath) |
int |
MasterService.Client.user_createFileOnCheckpoint(String path,
String checkpointPath) |
int |
MasterService.Iface.user_createRawTable(String path,
int columns,
ByteBuffer metadata) |
int |
MasterService.Client.user_createRawTable(String path,
int columns,
ByteBuffer metadata) |
boolean |
MasterService.Iface.user_mkdir(String path) |
boolean |
MasterService.Client.user_mkdir(String path) |
void |
MasterService.Iface.user_rename(String srcPath,
String dstPath) |
void |
MasterService.Client.user_rename(String srcPath,
String dstPath) |
void |
MasterService.Iface.user_renameTo(int fileId,
String dstPath) |
void |
MasterService.Client.user_renameTo(int fileId,
String dstPath) |
Copyright © 2013. All rights reserved.