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 | Class and Description |
---|---|
static class |
TabletLocator.TabletServerMutations<T extends Mutation> |
Modifier and Type | Method and Description |
---|---|
<T extends Mutation> |
TimeoutTabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
<T extends Mutation> |
TabletLocatorImpl.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
abstract <T extends Mutation> |
TabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
<T extends Mutation> |
RootTabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
Modifier and Type | Method and Description |
---|---|
void |
BatchWriterImpl.addMutation(Mutation m) |
void |
TabletServerBatchWriter.addMutation(String table,
Mutation m) |
void |
Writer.update(Mutation m) |
Modifier and Type | Method and 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) |
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 |
---|---|
<T extends Mutation> |
MockTabletLocator.binMutations(List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures,
TCredentials credentials)
Deprecated.
|
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) |
Modifier and Type | Method and Description |
---|---|
<T extends Mutation> |
MockTabletLocator.binMutations(Credentials credentials,
List<T> mutations,
Map<String,TabletLocator.TabletServerMutations<T>> binnedMutations,
List<T> failures) |
Modifier and Type | Method and Description |
---|---|
List<Short> |
DefaultKeySizeConstraint.check(Constraint.Environment env,
Mutation mutation) |
List<Short> |
Constraint.check(Constraint.Environment env,
Mutation mutation)
Checks a mutation for constrain violations.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionalMutation
A Mutation that contains a list of conditions that must all be met before the mutation is applied.
|
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)
Checks if this mutation equals another.
|
Constructor and Description |
---|
Mutation(Mutation m) |
Modifier and Type | Method and Description |
---|---|
List<Short> |
VisibilityConstraint.check(Constraint.Environment env,
Mutation mutation) |
Modifier and Type | Method and Description |
---|---|
void |
ColumnFQ.put(Mutation m,
Value v) |
void |
ColumnFQ.putDelete(Mutation m) |
Modifier and Type | Method and Description |
---|---|
void |
LocalityGroupUtil.Partitioner.partition(List<Mutation> mutations,
List<Mutation>[] partitionedMutations) |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.