Uses of Class
org.apache.accumulo.core.data.Mutation
-
-
Uses of Mutation in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client with parameters of type Mutation Modifier and Type Method Description void
BatchWriter. addMutation(Mutation m)
Queues one mutation to write.Method parameters in org.apache.accumulo.core.client with type arguments of type Mutation Modifier and Type Method Description 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 Modifier and Type Class Description static class
TabletLocator.TabletServerMutations<T extends Mutation>
Methods in org.apache.accumulo.core.client.impl with type parameters of type Mutation Modifier and Type Method Description <T extends Mutation>
voidRootTabletLocator. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
<T extends Mutation>
voidSyncingTabletLocator. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
abstract <T extends Mutation>
voidTabletLocator. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
<T extends Mutation>
voidTabletLocatorImpl. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
<T extends Mutation>
voidTimeoutTabletLocator. binMutations(ClientContext context, 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method 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)
Methods in org.apache.accumulo.core.client.mapred with parameters of type Mutation Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 parameters of type Mutation Modifier and Type Method Description void
MockAccumulo. addMutation(String table, Mutation m)
Deprecated.void
MockBatchWriter. addMutation(Mutation m)
Deprecated.Method parameters in org.apache.accumulo.core.client.mock with type arguments of type Mutation Modifier and Type Method Description void
MockBatchWriter. addMutations(Iterable<Mutation> iterable)
Deprecated. -
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 Modifier and Type Method Description <T extends Mutation>
voidMockTabletLocator. binMutations(ClientContext context, List<T> mutations, Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations, List<T> failures)
Deprecated. -
Uses of Mutation in org.apache.accumulo.core.constraints
Methods in org.apache.accumulo.core.constraints with parameters of type Mutation Modifier and Type Method Description List<Short>
Constraint. check(Constraint.Environment env, Mutation mutation)
Checks a mutation for constraint violations.List<Short>
DefaultKeySizeConstraint. check(Constraint.Environment env, Mutation mutation)
List<Short>
VisibilityConstraint. check(Constraint.Environment env, Mutation mutation)
-
Uses of Mutation in org.apache.accumulo.core.data
Subclasses of Mutation in org.apache.accumulo.core.data Modifier and Type Class Description 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 Modifier and Type Method Description Mutation
KeyExtent. getPrevRowUpdateMutation()
Deprecated.static Mutation
KeyExtent. getPrevRowUpdateMutation(KeyExtent ke)
Deprecated.Methods in org.apache.accumulo.core.data with parameters of type Mutation Modifier and Type Method Description boolean
Mutation. equals(Mutation m)
Checks if this mutation equals another.Constructors in org.apache.accumulo.core.data with parameters of type Mutation Constructor Description Mutation(Mutation m)
Creates a new mutation by copying another. -
Uses of Mutation in org.apache.accumulo.core.data.impl
Methods in org.apache.accumulo.core.data.impl that return Mutation Modifier and Type Method Description Mutation
KeyExtent. getPrevRowUpdateMutation()
Returns a String representing the previous extent's entry in the Metadata tablestatic Mutation
KeyExtent. getPrevRowUpdateMutation(KeyExtent ke)
-
Uses of Mutation in org.apache.accumulo.core.replication
Methods in org.apache.accumulo.core.replication that return Mutation Modifier and Type Method Description static Mutation
ReplicationSchema.OrderSection. add(Mutation m, String tableId, Value v)
Add a column update to the given mutation with the provided tableId and valuestatic Mutation
ReplicationSchema.StatusSection. add(Mutation m, String tableId, Value v)
static Mutation
ReplicationSchema.WorkSection. add(Mutation m, org.apache.hadoop.io.Text serializedTarget, Value v)
static Mutation
ReplicationSchema.OrderSection. createMutation(String file, long timeInMillis)
Creates the Mutation for the Order section for the given file and timeMethods in org.apache.accumulo.core.replication with parameters of type Mutation Modifier and Type Method Description static Mutation
ReplicationSchema.OrderSection. add(Mutation m, String tableId, Value v)
Add a column update to the given mutation with the provided tableId and valuestatic Mutation
ReplicationSchema.StatusSection. add(Mutation m, String tableId, Value v)
static Mutation
ReplicationSchema.WorkSection. add(Mutation m, org.apache.hadoop.io.Text serializedTarget, Value v)
-
Uses of Mutation in org.apache.accumulo.core.util
Subclasses of Mutation in org.apache.accumulo.core.util Modifier and Type Class Description static class
LocalityGroupUtil.PartitionedMutation
Methods in org.apache.accumulo.core.util with parameters of type Mutation Modifier and Type Method Description boolean
LocalityGroupUtil.PartitionedMutation. equals(Mutation m)
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 Modifier and Type Method Description void
LocalityGroupUtil.Partitioner. partition(List<Mutation> mutations, PreAllocatedArray<List<Mutation>> partitionedMutations)
void
LocalityGroupUtil.Partitioner. partition(List<Mutation> mutations, PreAllocatedArray<List<Mutation>> partitionedMutations)
-