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.clone()
          Deprecated. 
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.deepCopy()
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setCredentials(AuthInfo credentials)
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setServerName(java.lang.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)
           
 

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 © 2012 The Apache Software Foundation. All Rights Reserved.