Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args

Packages that use TabletClientService.update_args
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TabletClientService.update_args in org.apache.accumulo.core.tabletserver.thrift
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletClientService.update_args
 TabletClientService.update_args TabletClientService.update_args.deepCopy()
           
 TabletClientService.update_args TabletClientService.update_args.setCredentials(AuthInfo credentials)
           
 TabletClientService.update_args TabletClientService.update_args.setKeyExtent(TKeyExtent keyExtent)
           
 TabletClientService.update_args TabletClientService.update_args.setMutation(TMutation mutation)
           
 TabletClientService.update_args TabletClientService.update_args.setTinfo(TInfo tinfo)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletClientService.update_args
 int TabletClientService.update_args.compareTo(TabletClientService.update_args other)
           
 boolean TabletClientService.update_args.equals(TabletClientService.update_args that)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletClientService.update_args
TabletClientService.update_args(TabletClientService.update_args other)
          Performs a deep copy on other.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.