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.clone()
          Deprecated. 
 TMutation TMutation.deepCopy()
           
 TMutation TMutation.setData(byte[] data)
           
 TMutation TMutation.setEntries(int entries)
           
 TMutation TMutation.setRow(byte[] row)
           
 TMutation TMutation.setValues(java.util.List<byte[]> 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.applyUpdate_args.mutation
           
 TMutation TabletClientService.update_args.mutation
           
 TMutation MutationLogger.log_args.mutation
           
 

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

Methods in org.apache.accumulo.core.tabletserver.thrift that return TMutation
 TMutation TabletClientService.applyUpdate_args.getMutation()
           
 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
 java.util.List<TMutation> TabletMutations.getMutations()
           
 java.util.Iterator<TMutation> TabletMutations.getMutationsIterator()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation
 void TabletMutations.addToMutations(TMutation elem)
           
 void TabletClientService.Iface.applyUpdate(TInfo tinfo, long updateID, TMutation mutation)
           
 void TabletClientService.Client.applyUpdate(TInfo tinfo, long updateID, TMutation mutation)
           
 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 TabletClientService.Client.send_applyUpdate(TInfo tinfo, long updateID, TMutation mutation)
           
 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.applyUpdate_args TabletClientService.applyUpdate_args.setMutation(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)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TMutation
 TabletMutations TabletMutations.setMutations(java.util.List<TMutation> mutations)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TMutation
MutationLogger.log_args(TInfo tinfo, long id, long seq, int tid, TMutation mutation)
           
TabletClientService.applyUpdate_args(TInfo tinfo, long updateID, TMutation mutation)
           
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
TabletMutations(int tabletID, long seq, java.util.List<TMutation> mutations)
           
 



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