Package | Description |
---|---|
tachyon.client | |
tachyon.master | |
tachyon.thrift |
Modifier and Type | Method and Description |
---|---|
ClientDependencyInfo |
TachyonFS.getClientDependencyInfo(int depId)
Get a ClientDependencyInfo by the dependency id
|
Modifier and Type | Method and Description |
---|---|
ClientDependencyInfo |
Dependency.generateClientDependencyInfo()
Generate a ClientDependencyInfo, which is used for the thrift server.
|
ClientDependencyInfo |
MasterClient.getClientDependencyInfo(int did) |
ClientDependencyInfo |
MasterInfo.getClientDependencyInfo(int dependencyId)
Get the dependency info associated with the given id.
|
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 |
---|---|
org.apache.thrift.async.AsyncMethodCallback<ClientDependencyInfo> |
MasterService.AsyncProcessor.user_getClientDependencyInfo.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
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) |
Modifier and Type | Method and Description |
---|---|
void |
MasterService.AsyncProcessor.user_getClientDependencyInfo.start(I iface,
MasterService.user_getClientDependencyInfo_args args,
org.apache.thrift.async.AsyncMethodCallback<ClientDependencyInfo> resultHandler) |
Constructor and Description |
---|
ClientDependencyInfo(ClientDependencyInfo other)
Performs a deep copy on other.
|
MasterService.user_getClientDependencyInfo_result(ClientDependencyInfo success,
DependencyDoesNotExistException e) |
Copyright © 2015. All Rights Reserved.