Uses of Class
org.apache.accumulo.core.data.Mutation
Package
Description
Mock framework for Accumulo
-
Uses of Mutation in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionvoid
BatchWriter.addMutation
(Mutation m) Queues one mutation to write.Modifier and TypeMethodDescriptionvoid
BatchWriter.addMutations
(Iterable<Mutation> iterable) Queues several mutations to write. -
Uses of Mutation in org.apache.accumulo.core.client.mapred
Modifier 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) -
Uses of Mutation in org.apache.accumulo.core.client.mapreduce
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeMethodDescriptionvoid
MockAccumulo.addMutation
(String table, Mutation m) Deprecated.void
MockBatchWriter.addMutation
(Mutation m) Deprecated.Modifier and TypeMethodDescriptionvoid
MockBatchWriter.addMutations
(Iterable<Mutation> iterable) Deprecated. -
Uses of Mutation in org.apache.accumulo.core.data
Modifier and TypeClassDescriptionclass
A Mutation that contains a list of conditions that must all be met before the mutation is applied.Modifier and TypeMethodDescriptionKeyExtent.getPrevRowUpdateMutation()
Deprecated.static Mutation
KeyExtent.getPrevRowUpdateMutation
(KeyExtent ke) Deprecated.Modifier and TypeMethodDescriptionboolean
Checks if this mutation equals another.