Uses of Class
tachyon.thrift.MasterService.worker_heartbeat_args

Packages that use MasterService.worker_heartbeat_args
tachyon.thrift   
 

Uses of MasterService.worker_heartbeat_args in tachyon.thrift
 

Methods in tachyon.thrift that return MasterService.worker_heartbeat_args
 MasterService.worker_heartbeat_args MasterService.worker_heartbeat_args.deepCopy()
           
 MasterService.worker_heartbeat_args MasterService.worker_heartbeat_args.setRemovedFiles(List<Integer> removedFiles)
           
 MasterService.worker_heartbeat_args MasterService.worker_heartbeat_args.setUsedBytes(long usedBytes)
           
 MasterService.worker_heartbeat_args MasterService.worker_heartbeat_args.setWorkerId(long workerId)
           
 

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

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



Copyright © 2013. All Rights Reserved.