Uses of Class
org.apache.accumulo.core.data.Mutation
Packages that use Mutation
Package
Description
-
Uses of Mutation in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type MutationModifier and TypeMethodDescriptionvoid
BatchWriter.addMutation
(Mutation m) Queues one mutation to write.Method parameters in org.apache.accumulo.core.client with type arguments of type MutationModifier and TypeMethodDescriptionvoid
BatchWriter.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) Deprecated.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) Deprecated.Methods in org.apache.accumulo.core.client.mapreduce with parameters of type Mutation -
Uses of Mutation in org.apache.accumulo.core.data
Subclasses of Mutation in org.apache.accumulo.core.dataModifier and TypeClassDescriptionclass
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 MutationModifier and TypeMethodDescriptionMutation.MutationOptions.delete()
Mutation.MutationOptions.put
(byte[] val) Mutation.MutationOptions.put
(CharSequence val) Mutation.MutationOptions.put
(ByteBuffer val) Mutation.MutationOptions.put
(org.apache.hadoop.io.Text val) Methods in org.apache.accumulo.core.data with parameters of type MutationModifier and TypeMethodDescriptionboolean
Checks if this mutation equals another.Constructors in org.apache.accumulo.core.data with parameters of type Mutation -
Uses of Mutation in org.apache.accumulo.core.data.constraints
Methods in org.apache.accumulo.core.data.constraints with parameters of type MutationModifier and TypeMethodDescriptionConstraint.check
(Constraint.Environment env, Mutation mutation) Checks a mutation for constraint violations.DefaultKeySizeConstraint.check
(Constraint.Environment env, Mutation mutation) NoDeleteConstraint.check
(Constraint.Environment env, Mutation mutation) VisibilityConstraint.check
(Constraint.Environment env, Mutation mutation) -
Uses of Mutation in org.apache.accumulo.hadoop.mapred
Methods in org.apache.accumulo.hadoop.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) -
Uses of Mutation in org.apache.accumulo.hadoop.mapreduce
Methods in org.apache.accumulo.hadoop.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)