Uses of Class
tachyon.thrift.MasterService.addCheckpoint_args

Packages that use MasterService.addCheckpoint_args
tachyon.thrift   
 

Uses of MasterService.addCheckpoint_args in tachyon.thrift
 

Methods in tachyon.thrift that return MasterService.addCheckpoint_args
 MasterService.addCheckpoint_args MasterService.addCheckpoint_args.deepCopy()
           
 MasterService.addCheckpoint_args MasterService.addCheckpoint_args.setCheckpointPath(String checkpointPath)
           
 MasterService.addCheckpoint_args MasterService.addCheckpoint_args.setFileId(int fileId)
           
 MasterService.addCheckpoint_args MasterService.addCheckpoint_args.setFileSizeBytes(long fileSizeBytes)
           
 MasterService.addCheckpoint_args MasterService.addCheckpoint_args.setWorkerId(long workerId)
           
 

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

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



Copyright © 2013. All Rights Reserved.