Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_args
-
Packages that use TabletClientService.update_args Package Description 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 Modifier and Type Method Description TabletClientService.update_argsTabletClientService.update_args. deepCopy()TabletClientService.update_argsTabletClientService.AsyncProcessor.update. getEmptyArgsInstance()TabletClientService.update_argsTabletClientService.Processor.update. getEmptyArgsInstance()TabletClientService.update_argsTabletClientService.update_args. setCredentials(TCredentials credentials)TabletClientService.update_argsTabletClientService.update_args. setDurability(TDurability durability)TabletClientService.update_argsTabletClientService.update_args. setKeyExtent(TKeyExtent keyExtent)TabletClientService.update_argsTabletClientService.update_args. setMutation(TMutation mutation)TabletClientService.update_argsTabletClientService.update_args. setTinfo(TInfo tinfo)Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletClientService.update_args Modifier and Type Method Description intTabletClientService.update_args. compareTo(TabletClientService.update_args other)booleanTabletClientService.update_args. equals(TabletClientService.update_args that)TabletClientService.update_resultTabletClientService.Processor.update. getResult(I iface, TabletClientService.update_args args)voidTabletClientService.AsyncProcessor.update. start(I iface, TabletClientService.update_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletClientService.update_args Constructor Description update_args(TabletClientService.update_args other)Performs a deep copy on other.
-