Package | Description |
---|---|
tachyon.client | |
tachyon.master | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientDependencyInfo |
TachyonFS.getClientDependencyInfo(int did) |
Modifier and Type | Method and Description |
---|---|
ClientDependencyInfo |
Dependency.generateClientDependencyInfo() |
ClientDependencyInfo |
MasterClient.getClientDependencyInfo(int did) |
ClientDependencyInfo |
MasterInfo.getClientDependencyInfo(int dependencyId) |
ClientDependencyInfo |
MasterServiceHandler.user_getClientDependencyInfo(int dependencyId) |
Modifier and Type | Field and Description |
---|---|
ClientDependencyInfo |
MasterService.user_getClientDependencyInfo_result.success |
Modifier and Type | Method and Description |
---|---|
ClientDependencyInfo |
ClientDependencyInfo.deepCopy() |
ClientDependencyInfo |
MasterService.AsyncClient.user_getClientDependencyInfo_call.getResult() |
ClientDependencyInfo |
MasterService.user_getClientDependencyInfo_result.getSuccess() |
ClientDependencyInfo |
MasterService.Client.recv_user_getClientDependencyInfo() |
ClientDependencyInfo |
ClientDependencyInfo.setChildren(List<Integer> children) |
ClientDependencyInfo |
ClientDependencyInfo.setData(List<ByteBuffer> data) |
ClientDependencyInfo |
ClientDependencyInfo.setId(int id) |
ClientDependencyInfo |
ClientDependencyInfo.setParents(List<Integer> parents) |
ClientDependencyInfo |
MasterService.Iface.user_getClientDependencyInfo(int dependencyId) |
ClientDependencyInfo |
MasterService.Client.user_getClientDependencyInfo(int dependencyId) |
Modifier and Type | Method and Description |
---|---|
int |
ClientDependencyInfo.compareTo(ClientDependencyInfo other) |
boolean |
ClientDependencyInfo.equals(ClientDependencyInfo that) |
MasterService.user_getClientDependencyInfo_result |
MasterService.user_getClientDependencyInfo_result.setSuccess(ClientDependencyInfo success) |
Constructor and Description |
---|
ClientDependencyInfo(ClientDependencyInfo other)
Performs a deep copy on other.
|
MasterService.user_getClientDependencyInfo_result(ClientDependencyInfo success,
DependencyDoesNotExistException e) |
Copyright © 2014. All rights reserved.