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

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

Uses of TMutation in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data that return TMutation
 TMutation Mutation.toThrift()
           
 

Constructors in org.apache.accumulo.core.data with parameters of type TMutation
Mutation(TMutation tmutation)
           
 

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

Methods in org.apache.accumulo.core.data.thrift that return TMutation
 TMutation TMutation.deepCopy()
           
 TMutation TMutation.setData(byte[] data)
           
 TMutation TMutation.setData(ByteBuffer data)
           
 TMutation TMutation.setEntries(int entries)
           
 TMutation TMutation.setRow(byte[] row)
           
 TMutation TMutation.setRow(ByteBuffer row)
           
 TMutation TMutation.setValues(List<ByteBuffer> values)
           
 

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

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

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

Fields in org.apache.accumulo.core.tabletserver.thrift declared as TMutation
 TMutation TabletClientService.update_args.mutation
           
 

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TMutation
 List<TMutation> TabletClientService.applyUpdates_args.mutations
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TMutation
 TMutation TabletClientService.update_args.getMutation()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TMutation
 List<TMutation> TabletClientService.applyUpdates_args.getMutations()
           
 Iterator<TMutation> TabletClientService.applyUpdates_args.getMutationsIterator()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation
 void TabletClientService.applyUpdates_args.addToMutations(TMutation elem)
           
 void TabletClientService.Client.send_update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation)
           
 TabletClientService.update_args TabletClientService.update_args.setMutation(TMutation mutation)
           
 void TabletClientService.Iface.update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.Client.update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.AsyncIface.update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.update_call> resultHandler)
           
 void TabletClientService.AsyncClient.update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.update_call> resultHandler)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TMutation
 void TabletClientService.Iface.applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
           
 void TabletClientService.Client.applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
           
 void TabletClientService.AsyncIface.applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call> resultHandler)
           
 void TabletClientService.AsyncClient.applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call> resultHandler)
           
 void TabletClientService.Client.send_applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
           
 TabletClientService.applyUpdates_args TabletClientService.applyUpdates_args.setMutations(List<TMutation> mutations)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation
TabletClientService.AsyncClient.update_call(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.update_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.update_args(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TMutation
TabletClientService.applyUpdates_args(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
           
TabletClientService.AsyncClient.applyUpdates_call(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.applyUpdates_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.