Uses of Class
org.apache.accumulo.core.data.Mutation
Packages that use Mutation
Package
Description
Mock framework for Accumulo
- 
Uses of Mutation in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type MutationModifier and TypeMethodDescriptionvoidBatchWriter.addMutation(Mutation m) Queues one mutation to write.Method parameters in org.apache.accumulo.core.client with type arguments of type MutationModifier and TypeMethodDescriptionvoidBatchWriter.addMutations(Iterable<Mutation> iterable) Queues several mutations to write. - 
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 MutationModifier and TypeMethodDescriptionorg.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 - 
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 MutationModifier and TypeMethodDescriptionorg.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 - 
Uses of Mutation in org.apache.accumulo.core.client.mock
Methods in org.apache.accumulo.core.client.mock with parameters of type MutationModifier and TypeMethodDescriptionvoidMockAccumulo.addMutation(String table, Mutation m) Deprecated.voidMockBatchWriter.addMutation(Mutation m) Deprecated.Method parameters in org.apache.accumulo.core.client.mock with type arguments of type MutationModifier and TypeMethodDescriptionvoidMockBatchWriter.addMutations(Iterable<Mutation> iterable) Deprecated. - 
Uses of Mutation in org.apache.accumulo.core.data
Subclasses of Mutation in org.apache.accumulo.core.dataModifier and TypeClassDescriptionclassA 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 MutationModifier and TypeMethodDescriptionKeyExtent.getPrevRowUpdateMutation()Deprecated.static MutationKeyExtent.getPrevRowUpdateMutation(KeyExtent ke) Deprecated.Methods in org.apache.accumulo.core.data with parameters of type MutationModifier and TypeMethodDescriptionbooleanChecks if this mutation equals another.Constructors in org.apache.accumulo.core.data with parameters of type Mutation