Uses of Class
org.apache.accumulo.core.data.Mutation

Packages that use Mutation
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.constraints   
org.apache.accumulo.core.data   
org.apache.accumulo.core.security   
org.apache.accumulo.core.util   
 

Uses of Mutation in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client with parameters of type Mutation
 void BatchWriter.addMutation(Mutation m)
          Queues one mutation to write.
 

Method parameters in org.apache.accumulo.core.client with type arguments of type Mutation
 void BatchWriter.addMutations(Iterable<Mutation> iterable)
          Queues several mutations to write.
 

Uses of Mutation in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that return types with arguments of type Mutation
 Map<KeyExtent,List<Mutation>> TabletLocator.TabletServerMutations.getMutations()
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type Mutation
 void TabletLocator.TabletServerMutations.addMutation(KeyExtent ke, Mutation m)
           
 void BatchWriterImpl.addMutation(Mutation m)
           
 void TabletServerBatchWriter.addMutation(String table, Mutation m)
           
 void Writer.update(Mutation m)
           
 

Method parameters in org.apache.accumulo.core.client.impl with type arguments of type Mutation
 void TabletServerBatchWriter.addMutation(String table, Iterator<Mutation> iterator)
           
 void BatchWriterImpl.addMutations(Iterable<Mutation> iterable)
           
 void TabletLocatorImpl.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 void TabletLocatorImpl.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
abstract  void TabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
abstract  void TabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 void RootTabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 void RootTabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 

Uses of Mutation in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type Mutation
 org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,Mutation> AccumuloOutputFormat.getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext attempt)
           
 

Uses of Mutation in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock with parameters of type Mutation
 void MockBatchWriter.addMutation(Mutation m)
           
 void MockAccumulo.addMutation(String table, Mutation m)
           
 

Method parameters in org.apache.accumulo.core.client.mock with type arguments of type Mutation
 void MockBatchWriter.addMutations(Iterable<Mutation> iterable)
           
 void MockTabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 void MockTabletLocator.binMutations(List<Mutation> mutations, Map<String,TabletLocator.TabletServerMutations> binnedMutations, List<Mutation> failures)
           
 

Uses of Mutation in org.apache.accumulo.core.constraints
 

Methods in org.apache.accumulo.core.constraints with parameters of type Mutation
 List<Short> Constraint.check(Constraint.Environment env, Mutation mutation)
          Checks a mutation for constrain violations.
 

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

Methods in org.apache.accumulo.core.data that return Mutation
 Mutation KeyExtent.getPrevRowUpdateMutation()
          Returns a String representing the previous extent's entry in the Metadata table
static Mutation KeyExtent.getPrevRowUpdateMutation(KeyExtent ke)
           
 

Methods in org.apache.accumulo.core.data with parameters of type Mutation
 boolean Mutation.equals(Mutation m)
           
 

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

Uses of Mutation in org.apache.accumulo.core.security
 

Methods in org.apache.accumulo.core.security with parameters of type Mutation
 List<Short> VisibilityConstraint.check(Constraint.Environment env, Mutation mutation)
           
 

Uses of Mutation in org.apache.accumulo.core.util
 

Methods in org.apache.accumulo.core.util with parameters of type Mutation
static void ColumnFQ.put(Mutation m, ColumnFQ cfq, Value v)
           
static void ColumnFQ.putDelete(Mutation m, ColumnFQ cfq)
           
 



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