Uses of Class
tachyon.thrift.ClientWorkerInfo

Packages that use ClientWorkerInfo
tachyon   
tachyon.thrift   
 

Uses of ClientWorkerInfo in tachyon
 

Methods in tachyon that return ClientWorkerInfo
 ClientWorkerInfo WorkerInfo.generateClientWorkerInfo()
           
 

Methods in tachyon that return types with arguments of type ClientWorkerInfo
 List<ClientWorkerInfo> MasterInfo.getWorkersInfo()
           
 

Uses of ClientWorkerInfo in tachyon.thrift
 

Methods in tachyon.thrift that return ClientWorkerInfo
 ClientWorkerInfo ClientWorkerInfo.deepCopy()
           
 ClientWorkerInfo ClientWorkerInfo.setAddress(NetAddress address)
           
 ClientWorkerInfo ClientWorkerInfo.setCapacityBytes(long capacityBytes)
           
 ClientWorkerInfo ClientWorkerInfo.setId(long id)
           
 ClientWorkerInfo ClientWorkerInfo.setLastContactSec(int lastContactSec)
           
 ClientWorkerInfo ClientWorkerInfo.setStarttimeMs(long starttimeMs)
           
 ClientWorkerInfo ClientWorkerInfo.setState(String state)
           
 ClientWorkerInfo ClientWorkerInfo.setUsedBytes(long usedBytes)
           
 

Methods in tachyon.thrift with parameters of type ClientWorkerInfo
 int ClientWorkerInfo.compareTo(ClientWorkerInfo other)
           
 boolean ClientWorkerInfo.equals(ClientWorkerInfo that)
           
 

Constructors in tachyon.thrift with parameters of type ClientWorkerInfo
ClientWorkerInfo(ClientWorkerInfo other)
          Performs a deep copy on other.
 



Copyright © 2013. All Rights Reserved.