Uses of Class
tachyon.thrift.NetAddress

Packages that use NetAddress
tachyon   
tachyon.client   
tachyon.thrift   
tachyon.web   
 

Uses of NetAddress in tachyon
 

Methods in tachyon that return NetAddress
 NetAddress MasterInfo.getWorker(boolean random, String host)
           
 NetAddress MasterClient.user_getWorker(boolean random, String hostname)
           
 NetAddress MasterServiceHandler.user_getWorker(boolean random, String host)
           
 

Methods in tachyon that return types with arguments of type NetAddress
 List<NetAddress> MasterInfo.getFileLocations(int fileId)
           
 List<NetAddress> MasterInfo.getFileLocations(String path)
           
 List<NetAddress> InodeFile.getLocations()
           
 List<NetAddress> MasterClient.user_getFileLocations(int id)
           
 List<NetAddress> MasterServiceHandler.user_getFileLocationsById(int fileId)
           
 List<NetAddress> MasterServiceHandler.user_getFileLocationsByPath(String filePath)
           
 

Methods in tachyon with parameters of type NetAddress
 void InodeFile.addLocation(long workerId, NetAddress workerAddress)
           
 long MasterInfo.registerWorker(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFileIds)
           
 long MasterClient.worker_register(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFileList)
           
 long MasterServiceHandler.worker_register(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFileIds)
           
 

Uses of NetAddress in tachyon.client
 

Methods in tachyon.client that return types with arguments of type NetAddress
 List<NetAddress> TachyonClient.getFileNetAddresses(int fileId)
           
 List<List<NetAddress>> TachyonClient.getFilesNetAddresses(List<Integer> fileIds)
           
 

Uses of NetAddress in tachyon.thrift
 

Fields in tachyon.thrift declared as NetAddress
 NetAddress ClientWorkerInfo.address
           
 NetAddress MasterService.user_getWorker_result.success
           
 NetAddress MasterService.worker_register_args.workerNetAddress
           
 

Fields in tachyon.thrift with type parameters of type NetAddress
 List<NetAddress> MasterService.user_getFileLocationsById_result.success
           
 List<NetAddress> MasterService.user_getFileLocationsByPath_result.success
           
 

Methods in tachyon.thrift that return NetAddress
 NetAddress NetAddress.deepCopy()
           
 NetAddress ClientWorkerInfo.getAddress()
           
 NetAddress MasterService.AsyncClient.user_getWorker_call.getResult()
           
 NetAddress MasterService.user_getWorker_result.getSuccess()
           
 NetAddress MasterService.worker_register_args.getWorkerNetAddress()
           
 NetAddress MasterService.Client.recv_user_getWorker()
           
 NetAddress NetAddress.setMHost(String mHost)
           
 NetAddress NetAddress.setMPort(int mPort)
           
 NetAddress MasterService.Iface.user_getWorker(boolean random, String host)
           
 NetAddress MasterService.Client.user_getWorker(boolean random, String host)
           
 

Methods in tachyon.thrift that return types with arguments of type NetAddress
 List<NetAddress> MasterService.AsyncClient.user_getFileLocationsById_call.getResult()
           
 List<NetAddress> MasterService.AsyncClient.user_getFileLocationsByPath_call.getResult()
           
 List<NetAddress> MasterService.user_getFileLocationsById_result.getSuccess()
           
 List<NetAddress> MasterService.user_getFileLocationsByPath_result.getSuccess()
           
 Iterator<NetAddress> MasterService.user_getFileLocationsById_result.getSuccessIterator()
           
 Iterator<NetAddress> MasterService.user_getFileLocationsByPath_result.getSuccessIterator()
           
 List<NetAddress> MasterService.Client.recv_user_getFileLocationsById()
           
 List<NetAddress> MasterService.Client.recv_user_getFileLocationsByPath()
           
 List<NetAddress> MasterService.Iface.user_getFileLocationsById(int fileId)
           
 List<NetAddress> MasterService.Client.user_getFileLocationsById(int fileId)
           
 List<NetAddress> MasterService.Iface.user_getFileLocationsByPath(String filePath)
           
 List<NetAddress> MasterService.Client.user_getFileLocationsByPath(String filePath)
           
 

Methods in tachyon.thrift with parameters of type NetAddress
 void MasterService.user_getFileLocationsById_result.addToSuccess(NetAddress elem)
           
 void MasterService.user_getFileLocationsByPath_result.addToSuccess(NetAddress elem)
           
 int NetAddress.compareTo(NetAddress other)
           
 boolean NetAddress.equals(NetAddress that)
           
 void MasterService.Client.send_worker_register(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFiles)
           
 ClientWorkerInfo ClientWorkerInfo.setAddress(NetAddress address)
           
 MasterService.user_getWorker_result MasterService.user_getWorker_result.setSuccess(NetAddress success)
           
 MasterService.worker_register_args MasterService.worker_register_args.setWorkerNetAddress(NetAddress workerNetAddress)
           
 long MasterService.Iface.worker_register(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFiles)
           
 long MasterService.Client.worker_register(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFiles)
           
 void MasterService.AsyncIface.worker_register(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFiles, org.apache.thrift.async.AsyncMethodCallback<MasterService.AsyncClient.worker_register_call> resultHandler)
           
 void MasterService.AsyncClient.worker_register(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFiles, org.apache.thrift.async.AsyncMethodCallback<MasterService.AsyncClient.worker_register_call> resultHandler)
           
 

Method parameters in tachyon.thrift with type arguments of type NetAddress
 MasterService.user_getFileLocationsById_result MasterService.user_getFileLocationsById_result.setSuccess(List<NetAddress> success)
           
 MasterService.user_getFileLocationsByPath_result MasterService.user_getFileLocationsByPath_result.setSuccess(List<NetAddress> success)
           
 

Constructors in tachyon.thrift with parameters of type NetAddress
ClientWorkerInfo(long id, NetAddress address, int lastContactSec, String state, long capacityBytes, long usedBytes, long starttimeMs)
           
MasterService.AsyncClient.worker_register_call(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFiles, org.apache.thrift.async.AsyncMethodCallback<MasterService.AsyncClient.worker_register_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
MasterService.user_getWorker_result(NetAddress success, NoLocalWorkerException e)
           
MasterService.worker_register_args(NetAddress workerNetAddress, long totalBytes, long usedBytes, List<Integer> currentFiles)
           
NetAddress(NetAddress other)
          Performs a deep copy on other.
 

Constructor parameters in tachyon.thrift with type arguments of type NetAddress
MasterService.user_getFileLocationsById_result(List<NetAddress> success, FileDoesNotExistException e)
           
MasterService.user_getFileLocationsByPath_result(List<NetAddress> success, FileDoesNotExistException eF, InvalidPathException eI)
           
 

Uses of NetAddress in tachyon.web
 

Method parameters in tachyon.web with type arguments of type NetAddress
 void WebInterfaceBrowseServlet.UiFileInfo.setFileLocations(List<NetAddress> fileLocations)
           
 



Copyright © 2013. All Rights Reserved.