Package | Description |
---|---|
tachyon.master | |
tachyon.thrift | |
tachyon.util |
Modifier and Type | Method and Description |
---|---|
int |
MasterInfo.createFile(boolean recursive,
String path,
boolean directory,
int columns,
ByteBuffer metadata,
long blockSizeByte)
Create a file.
|
int |
MasterInfo.createFile(String path,
long blockSizeByte) |
int |
MasterInfo.createRawTable(String path,
int columns,
ByteBuffer metadata) |
boolean |
MasterInfo.mkdir(String path) |
void |
MasterInfo.rename(int fileId,
String dstPath) |
void |
MasterInfo.rename(String srcPath,
String dstPath) |
int |
MasterServiceHandler.user_createDependency(List<String> parents,
List<String> children,
String commandPrefix,
List<ByteBuffer> data,
String comment,
String framework,
String frameworkVersion,
int dependencyType,
long childrenBlockSizeByte) |
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 | Field and Description |
---|---|
FileAlreadyExistException |
MasterService.user_createDependency_result.eA |
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_createDependency_result.getEA() |
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 |
MasterService.AsyncClient.user_createDependency_call.getResult() |
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_createDependency() |
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_createDependency(List<String> parents,
List<String> children,
String commandPrefix,
List<ByteBuffer> data,
String comment,
String framework,
String frameworkVersion,
int dependencyType,
long childrenBlockSizeByte) |
int |
MasterService.Client.user_createDependency(List<String> parents,
List<String> children,
String commandPrefix,
List<ByteBuffer> data,
String comment,
String framework,
String frameworkVersion,
int dependencyType,
long childrenBlockSizeByte) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
UnderfsUtil.main(String[] args) |
Copyright © 2014. All rights reserved.