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
           
 TMutation MutationLogger.log_args.mutation
           
 

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

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

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

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation
 void TabletClientService.applyUpdates_args.addToMutations(TMutation elem)
           
 void TabletMutations.addToMutations(TMutation elem)
           
 void MutationLogger.Iface.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void MutationLogger.Client.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void MutationLogger.AsyncIface.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation, org.apache.thrift.async.AsyncMethodCallback<MutationLogger.AsyncClient.log_call> resultHandler)
           
 void MutationLogger.AsyncClient.log(TInfo tinfo, long id, long seq, int tid, TMutation mutation, org.apache.thrift.async.AsyncMethodCallback<MutationLogger.AsyncClient.log_call> resultHandler)
           
 void MutationLogger.Client.send_log(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
 void TabletClientService.Client.send_update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 TabletClientService.update_args TabletClientService.update_args.setMutation(TMutation mutation)
           
 MutationLogger.log_args MutationLogger.log_args.setMutation(TMutation mutation)
           
 void TabletClientService.Iface.update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.Client.update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation)
           
 void TabletClientService.AsyncIface.update(TInfo tinfo, AuthInfo credentials, TKeyExtent keyExtent, TMutation mutation, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.update_call> resultHandler)
           
 void TabletClientService.AsyncClient.update(TInfo tinfo, AuthInfo 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)
           
 TabletMutations TabletMutations.setMutations(List<TMutation> mutations)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation
MutationLogger.AsyncClient.log_call(TInfo tinfo, long id, long seq, int tid, TMutation mutation, org.apache.thrift.async.AsyncMethodCallback<MutationLogger.AsyncClient.log_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
MutationLogger.log_args(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
TabletClientService.AsyncClient.update_call(TInfo tinfo, AuthInfo 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, AuthInfo 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)
           
TabletMutations(int tabletID, long seq, List<TMutation> mutations)
           
 



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