Package | Description |
---|---|
tachyon.master | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientDependencyInfo |
MasterInfo.getClientDependencyInfo(int dependencyId) |
ClientDependencyInfo |
MasterServiceHandler.user_getClientDependencyInfo(int dependencyId) |
void |
MasterServiceHandler.user_requestFilesInDependency(int depId) |
Modifier and Type | Field and Description |
---|---|
DependencyDoesNotExistException |
MasterService.user_getClientDependencyInfo_result.e |
DependencyDoesNotExistException |
MasterService.user_requestFilesInDependency_result.e |
Modifier and Type | Method and Description |
---|---|
DependencyDoesNotExistException |
DependencyDoesNotExistException.deepCopy() |
DependencyDoesNotExistException |
MasterService.user_getClientDependencyInfo_result.getE() |
DependencyDoesNotExistException |
MasterService.user_requestFilesInDependency_result.getE() |
DependencyDoesNotExistException |
DependencyDoesNotExistException.setMessage(String message) |
Modifier and Type | Method and Description |
---|---|
int |
DependencyDoesNotExistException.compareTo(DependencyDoesNotExistException other) |
boolean |
DependencyDoesNotExistException.equals(DependencyDoesNotExistException that) |
MasterService.user_getClientDependencyInfo_result |
MasterService.user_getClientDependencyInfo_result.setE(DependencyDoesNotExistException e) |
MasterService.user_requestFilesInDependency_result |
MasterService.user_requestFilesInDependency_result.setE(DependencyDoesNotExistException e) |
Modifier and Type | Method and Description |
---|---|
ClientDependencyInfo |
MasterService.AsyncClient.user_getClientDependencyInfo_call.getResult() |
void |
MasterService.AsyncClient.user_requestFilesInDependency_call.getResult() |
ClientDependencyInfo |
MasterService.Client.recv_user_getClientDependencyInfo() |
void |
MasterService.Client.recv_user_requestFilesInDependency() |
ClientDependencyInfo |
MasterService.Iface.user_getClientDependencyInfo(int dependencyId) |
ClientDependencyInfo |
MasterService.Client.user_getClientDependencyInfo(int dependencyId) |
void |
MasterService.Iface.user_requestFilesInDependency(int depId) |
void |
MasterService.Client.user_requestFilesInDependency(int depId) |
Constructor and Description |
---|
DependencyDoesNotExistException(DependencyDoesNotExistException other)
Performs a deep copy on other.
|
MasterService.user_getClientDependencyInfo_result(ClientDependencyInfo success,
DependencyDoesNotExistException e) |
MasterService.user_requestFilesInDependency_result(DependencyDoesNotExistException e) |
Copyright © 2014. All rights reserved.