Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mapred | |
org.apache.accumulo.core.client.mapreduce | |
org.apache.accumulo.core.client.mock |
Mock framework for Accumulo
|
org.apache.accumulo.core.data |
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)
Deprecated.
|
void |
MockAccumulo.addMutation(String table,
Mutation m)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MockBatchWriter.addMutations(Iterable<Mutation> iterable)
Deprecated.
|
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()
Deprecated.
|
static Mutation |
KeyExtent.getPrevRowUpdateMutation(KeyExtent ke)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Mutation.equals(Mutation m)
Checks if this mutation equals another.
|
Constructor and Description |
---|
Mutation(Mutation m)
Creates a new mutation by copying another.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.