Uses of Class
tachyon.thrift.Command

Packages that use Command
tachyon   
tachyon.thrift   
 

Uses of Command in tachyon
 

Methods in tachyon that return Command
 Command WorkerServiceHandler.heartbeat()
           
 Command MasterClient.worker_heartbeat(long workerId, long usedBytes, List<Integer> removedPartitionList)
           
 Command MasterServiceHandler.worker_heartbeat(long workerId, long usedBytes, List<Integer> removedFileIds)
           
 Command MasterInfo.workerHeartbeat(long workerId, long usedBytes, List<Integer> removedFileIds)
           
 

Uses of Command in tachyon.thrift
 

Fields in tachyon.thrift declared as Command
 Command MasterService.worker_heartbeat_result.success
           
 

Methods in tachyon.thrift that return Command
 Command Command.deepCopy()
           
 Command MasterService.AsyncClient.worker_heartbeat_call.getResult()
           
 Command MasterService.worker_heartbeat_result.getSuccess()
           
 Command MasterService.Client.recv_worker_heartbeat()
           
 Command Command.setMCommandType(CommandType mCommandType)
           
 Command Command.setMData(byte[] mData)
           
 Command Command.setMData(ByteBuffer mData)
           
 Command MasterService.Iface.worker_heartbeat(long workerId, long usedBytes, List<Integer> removedFiles)
           
 Command MasterService.Client.worker_heartbeat(long workerId, long usedBytes, List<Integer> removedFiles)
           
 

Methods in tachyon.thrift with parameters of type Command
 int Command.compareTo(Command other)
           
 boolean Command.equals(Command that)
           
 MasterService.worker_heartbeat_result MasterService.worker_heartbeat_result.setSuccess(Command success)
           
 

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



Copyright © 2013. All Rights Reserved.