Uses of Class
org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_args

Packages that use MasterClientService.reportTabletStatus_args
org.apache.accumulo.core.master.thrift   
 

Uses of MasterClientService.reportTabletStatus_args in org.apache.accumulo.core.master.thrift
 

Methods in org.apache.accumulo.core.master.thrift that return MasterClientService.reportTabletStatus_args
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.deepCopy()
           
 MasterClientService.reportTabletStatus_args MasterClientService.Processor.reportTabletStatus.getEmptyArgsInstance()
           
 MasterClientService.reportTabletStatus_args MasterClientService.AsyncProcessor.reportTabletStatus.getEmptyArgsInstance()
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setCredentials(TCredentials credentials)
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setServerName(String serverName)
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setStatus(TabletLoadState status)
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setTablet(TKeyExtent tablet)
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setTinfo(TInfo tinfo)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.reportTabletStatus_args
 int MasterClientService.reportTabletStatus_args.compareTo(MasterClientService.reportTabletStatus_args other)
           
 boolean MasterClientService.reportTabletStatus_args.equals(MasterClientService.reportTabletStatus_args that)
           
 org.apache.thrift.TBase MasterClientService.Processor.reportTabletStatus.getResult(I iface, MasterClientService.reportTabletStatus_args args)
           
 void MasterClientService.AsyncProcessor.reportTabletStatus.start(I iface, MasterClientService.reportTabletStatus_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.reportTabletStatus_args
MasterClientService.reportTabletStatus_args(MasterClientService.reportTabletStatus_args other)
          Performs a deep copy on other.
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.