Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TConditionalMutation
-
Packages that use TConditionalMutation Package Description org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TConditionalMutation in org.apache.accumulo.core.dataImpl.thrift
Methods in org.apache.accumulo.core.dataImpl.thrift that return TConditionalMutation Modifier and Type Method Description TConditionalMutationTConditionalMutation. deepCopy()TConditionalMutationTConditionalMutation. setConditions(List<TCondition> conditions)TConditionalMutationTConditionalMutation. setId(long id)TConditionalMutationTConditionalMutation. setMutation(TMutation mutation)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TConditionalMutation Modifier and Type Method Description intTConditionalMutation. compareTo(TConditionalMutation other)booleanTConditionalMutation. equals(TConditionalMutation that)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TConditionalMutation Constructor Description 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 Modifier and Type Field Description Map<TKeyExtent,List<TConditionalMutation>>TabletClientService.conditionalUpdate_args. mutationsMethods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TConditionalMutation Modifier and Type Method Description Map<TKeyExtent,List<TConditionalMutation>>TabletClientService.conditionalUpdate_args. getMutations()Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConditionalMutation Modifier and Type Method Description voidTabletClientService.AsyncClient. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)voidTabletClientService.AsyncIface. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)List<TCMResult>TabletClientService.Client. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)List<TCMResult>TabletClientService.Iface. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)voidTabletClientService.conditionalUpdate_args. putToMutations(TKeyExtent key, List<TConditionalMutation> val)voidTabletClientService.Client. send_conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)TabletClientService.conditionalUpdate_argsTabletClientService.conditionalUpdate_args. setMutations(Map<TKeyExtent,List<TConditionalMutation>> mutations)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TConditionalMutation Constructor Description conditionalUpdate_args(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)conditionalUpdate_call(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-