|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileAlreadyExistException | |
---|---|
tachyon | |
tachyon.client | |
tachyon.command | |
tachyon.examples | |
tachyon.thrift |
Uses of FileAlreadyExistException in tachyon |
---|
Methods in tachyon that throw FileAlreadyExistException | |
---|---|
int |
MasterInfo.createFile(boolean recursive,
String path,
boolean directory,
int columns,
ByteBuffer metadata)
|
int |
MasterInfo.createFile(String path,
boolean directory)
|
int |
MasterInfo.createRawTable(String path,
int columns,
ByteBuffer metadata)
|
static void |
SubsumeHdfs.main(String[] args)
|
void |
MasterInfo.renameFile(String srcPath,
String dstPath)
|
int |
MasterClient.user_createFile(String path)
|
int |
MasterServiceHandler.user_createFile(String filePath)
|
int |
MasterClient.user_createRawTable(String path,
int columns,
ByteBuffer metadata)
|
int |
MasterServiceHandler.user_createRawTable(String path,
int columns,
ByteBuffer metadata)
|
int |
MasterClient.user_mkdir(String path)
|
int |
MasterServiceHandler.user_mkdir(String path)
|
void |
MasterClient.user_renameFile(String srcPath,
String dstPath)
|
void |
MasterServiceHandler.user_renameFile(String srcFilePath,
String dstFilePath)
|
Uses of FileAlreadyExistException in tachyon.client |
---|
Methods in tachyon.client that throw FileAlreadyExistException | |
---|---|
int |
TachyonClient.createFile(String path)
|
boolean |
RawColumn.createPartition(int pId)
|
int |
TachyonClient.createRawTable(String path,
int columns)
|
int |
TachyonClient.createRawTable(String path,
int columns,
ByteBuffer metadata)
|
int |
TachyonClient.mkdir(String path)
Create a directory if it does not exist. |
Uses of FileAlreadyExistException in tachyon.command |
---|
Methods in tachyon.command that throw FileAlreadyExistException | |
---|---|
int |
TFsShell.copyFromLocal(String[] argv)
Copies a file specified by argv from the local filesystem to the filesystem. |
int |
TFsShell.mkdir(String[] argv)
Creates a new directory specified by the path in argv, including any parent folders that are required. |
Uses of FileAlreadyExistException in tachyon.examples |
---|
Methods in tachyon.examples that throw FileAlreadyExistException | |
---|---|
static void |
BasicOperations.createFile()
|
static void |
Performance.createFiles()
|
static void |
BasicRawTableOperations.createRawTable()
|
static void |
Performance.main(String[] args)
|
static void |
BasicOperations.main(String[] args)
|
static void |
BasicRawTableOperations.main(String[] args)
|
static void |
BasicRawTableOperations.writeParition()
|
Uses of FileAlreadyExistException in tachyon.thrift |
---|
Fields in tachyon.thrift declared as FileAlreadyExistException | |
---|---|
FileAlreadyExistException |
MasterService.user_renameFile_result.eA
|
FileAlreadyExistException |
MasterService.user_createFile_result.eR
|
FileAlreadyExistException |
MasterService.user_mkdir_result.eR
|
FileAlreadyExistException |
MasterService.user_createRawTable_result.eR
|
Methods in tachyon.thrift that return FileAlreadyExistException | |
---|---|
FileAlreadyExistException |
FileAlreadyExistException.deepCopy()
|
FileAlreadyExistException |
MasterService.user_renameFile_result.getEA()
|
FileAlreadyExistException |
MasterService.user_createFile_result.getER()
|
FileAlreadyExistException |
MasterService.user_mkdir_result.getER()
|
FileAlreadyExistException |
MasterService.user_createRawTable_result.getER()
|
FileAlreadyExistException |
FileAlreadyExistException.setMessage(String message)
|
Methods in tachyon.thrift with parameters of type FileAlreadyExistException | |
---|---|
int |
FileAlreadyExistException.compareTo(FileAlreadyExistException other)
|
boolean |
FileAlreadyExistException.equals(FileAlreadyExistException that)
|
MasterService.user_renameFile_result |
MasterService.user_renameFile_result.setEA(FileAlreadyExistException eA)
|
MasterService.user_createFile_result |
MasterService.user_createFile_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)
|
Methods in tachyon.thrift that throw FileAlreadyExistException | |
---|---|
int |
MasterService.AsyncClient.user_createFile_call.getResult()
|
void |
MasterService.AsyncClient.user_renameFile_call.getResult()
|
int |
MasterService.AsyncClient.user_mkdir_call.getResult()
|
int |
MasterService.AsyncClient.user_createRawTable_call.getResult()
|
int |
MasterService.Client.recv_user_createFile()
|
int |
MasterService.Client.recv_user_createRawTable()
|
int |
MasterService.Client.recv_user_mkdir()
|
void |
MasterService.Client.recv_user_renameFile()
|
int |
MasterService.Iface.user_createFile(String filePath)
|
int |
MasterService.Client.user_createFile(String filePath)
|
int |
MasterService.Iface.user_createRawTable(String path,
int columns,
ByteBuffer metadata)
|
int |
MasterService.Client.user_createRawTable(String path,
int columns,
ByteBuffer metadata)
|
int |
MasterService.Iface.user_mkdir(String path)
|
int |
MasterService.Client.user_mkdir(String path)
|
void |
MasterService.Iface.user_renameFile(String srcFilePath,
String dstFilePath)
|
void |
MasterService.Client.user_renameFile(String srcFilePath,
String dstFilePath)
|
Constructors in tachyon.thrift with parameters of type FileAlreadyExistException | |
---|---|
FileAlreadyExistException(FileAlreadyExistException other)
Performs a deep copy on other. |
|
MasterService.user_createFile_result(int success,
FileAlreadyExistException eR,
InvalidPathException eI)
|
|
MasterService.user_createRawTable_result(int success,
FileAlreadyExistException eR,
InvalidPathException eI,
TableColumnException eT)
|
|
MasterService.user_mkdir_result(int success,
FileAlreadyExistException eR,
InvalidPathException eI)
|
|
MasterService.user_renameFile_result(FileAlreadyExistException eA,
FileDoesNotExistException eF,
InvalidPathException eI)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |