Uses of Class
org.apache.accumulo.core.data.thrift.TConditionalMutation

Packages that use TConditionalMutation
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TConditionalMutation in org.apache.accumulo.core.data.thrift
 

Methods in org.apache.accumulo.core.data.thrift that return TConditionalMutation
 TConditionalMutation TConditionalMutation.deepCopy()
           
 TConditionalMutation TConditionalMutation.setConditions(List<TCondition> conditions)
           
 TConditionalMutation TConditionalMutation.setId(long id)
           
 TConditionalMutation TConditionalMutation.setMutation(TMutation mutation)
           
 

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

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

Uses of TConditionalMutation in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TConditionalMutation
 Map<TKeyExtent,List<TConditionalMutation>> TabletClientService.conditionalUpdate_args.mutations
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TConditionalMutation
 Map<TKeyExtent,List<TConditionalMutation>> TabletClientService.conditionalUpdate_args.getMutations()
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConditionalMutation
 List<TCMResult> TabletClientService.Iface.conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)
           
 List<TCMResult> TabletClientService.Client.conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)
           
 void TabletClientService.AsyncIface.conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void TabletClientService.AsyncClient.conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void TabletClientService.conditionalUpdate_args.putToMutations(TKeyExtent key, List<TConditionalMutation> val)
           
 void TabletClientService.Client.send_conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)
           
 TabletClientService.conditionalUpdate_args TabletClientService.conditionalUpdate_args.setMutations(Map<TKeyExtent,List<TConditionalMutation>> mutations)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConditionalMutation
TabletClientService.AsyncClient.conditionalUpdate_call(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.conditionalUpdate_args(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.