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

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

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

Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletClientService.applyUpdates_args
 TabletClientService.applyUpdates_args TabletClientService.applyUpdates_args.deepCopy()
           
 TabletClientService.applyUpdates_args TabletClientService.applyUpdates_args.setKeyExtent(TKeyExtent keyExtent)
           
 TabletClientService.applyUpdates_args TabletClientService.applyUpdates_args.setMutations(List<TMutation> mutations)
           
 TabletClientService.applyUpdates_args TabletClientService.applyUpdates_args.setTinfo(TInfo tinfo)
           
 TabletClientService.applyUpdates_args TabletClientService.applyUpdates_args.setUpdateID(long updateID)
           
 

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

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



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