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.mapred   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.client.mock.impl   
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
 

Classes in org.apache.accumulo.core.client.impl with type parameters of type Mutation
static class TabletLocator.TabletServerMutations<T extends Mutation>
           
 

Methods in org.apache.accumulo.core.client.impl with type parameters of type Mutation
<T extends Mutation>
void
TimeoutTabletLocator.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
<T extends Mutation>
void
TabletLocatorImpl.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
abstract
<T extends Mutation>
void
TabletLocator.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
<T extends Mutation>
void
RootTabletLocator.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type Mutation
 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 TabletServerBatchWriter.updateBinningStats(int count, long time, Map<String,TabletLocator.TabletServerMutations<Mutation>> binnedMutations)
           
 

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

Methods in org.apache.accumulo.core.client.mapred that return types with arguments of type Mutation
 org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.Text,Mutation> AccumuloOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
           
 

Methods in org.apache.accumulo.core.client.mapred with parameters of type Mutation
 void AccumuloOutputFormat.AccumuloRecordWriter.write(org.apache.hadoop.io.Text table, Mutation mutation)
          Push a mutation into a table.
 

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)
           
 

Methods in org.apache.accumulo.core.client.mapreduce with parameters of type Mutation
 void AccumuloOutputFormat.AccumuloRecordWriter.write(org.apache.hadoop.io.Text table, Mutation mutation)
          Push a mutation into a table.
 

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

Methods in org.apache.accumulo.core.client.mock with type parameters of type Mutation
<T extends Mutation>
void
MockTabletLocator.binMutations(List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures, TCredentials credentials)
          Deprecated.  
 

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)
           
 

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

Methods in org.apache.accumulo.core.client.mock.impl with type parameters of type Mutation
<T extends Mutation>
void
MockTabletLocator.binMutations(Credentials credentials, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
           
 

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

Methods in org.apache.accumulo.core.constraints with parameters of type Mutation
 List<Short> DefaultKeySizeConstraint.check(Constraint.Environment env, Mutation 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
 

Subclasses of Mutation in org.apache.accumulo.core.data
 class ConditionalMutation
          A Mutation that contains a list of conditions that must all be met before the mutation is applied.
 

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)
          Checks if this mutation equals another.
 

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
 void ColumnFQ.put(Mutation m, Value v)
           
 void ColumnFQ.putDelete(Mutation m)
           
 

Method parameters in org.apache.accumulo.core.util with type arguments of type Mutation
 void LocalityGroupUtil.Partitioner.partition(List<Mutation> mutations, List<Mutation>[] partitionedMutations)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.