| Modifier and Type | Method and Description | 
|---|---|
| void | BatchWriter. addMutation(Mutation m)Queues one mutation to write. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BatchWriter. addMutations(Iterable<Mutation> iterable)Queues several mutations to write. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AccumuloOutputFormat.AccumuloRecordWriter. write(org.apache.hadoop.io.Text table,
     Mutation mutation)Push a mutation into a table. | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.Text,Mutation> | AccumuloOutputFormat. getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext attempt) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AccumuloOutputFormat.AccumuloRecordWriter. write(org.apache.hadoop.io.Text table,
     Mutation mutation)Push a mutation into a table. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MockBatchWriter. addMutation(Mutation m) | 
| void | MockAccumulo. addMutation(String table,
           Mutation m) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MockBatchWriter. addMutations(Iterable<Mutation> iterable) | 
| void | MockTabletLocator. binMutations(List<Mutation> mutations,
            Map<String,org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations> binnedMutations,
            List<Mutation> failures,
            org.apache.accumulo.core.security.thrift.TCredentials credentials) | 
| void | MockTabletLocator. binMutations(List<Mutation> mutations,
            Map<String,org.apache.accumulo.core.client.impl.TabletLocator.TabletServerMutations> binnedMutations,
            List<Mutation> failures,
            org.apache.accumulo.core.security.thrift.TCredentials credentials) | 
| Modifier and Type | Method and Description | 
|---|---|
| Mutation | KeyExtent. getPrevRowUpdateMutation()Returns a String representing the previous extent's entry in the Metadata table | 
| static Mutation | KeyExtent. getPrevRowUpdateMutation(KeyExtent ke) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Mutation. equals(Mutation m) | 
| Constructor and Description | 
|---|
| Mutation(Mutation m) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Short> | VisibilityConstraint. check(org.apache.accumulo.core.constraints.Constraint.Environment env,
     Mutation mutation) | 
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.