Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock |
Modifier and Type | Method and Description |
---|---|
void |
BatchWriter.addMutation(Mutation m)
Queues one mutation to write.
|
void |
BatchWriter.addMutations(Iterable<Mutation> iterable)
Queues several mutations to write.
|
void |
MultiTableBatchWriter.close()
Flush and release all resources.
|
void |
BatchWriter.close()
Flush and release any resources.
|
void |
BatchDeleter.delete()
Deletes the ranges specified by
BatchDeleter.setRanges(java.util.Collection . |
void |
MultiTableBatchWriter.flush()
Send mutations for all tables to accumulo.
|
void |
BatchWriter.flush()
Send any buffered mutations to Accumulo immediately.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchWriterImpl.addMutation(Mutation m) |
void |
TabletServerBatchWriter.addMutation(String table,
Iterator<Mutation> iterator) |
void |
TabletServerBatchWriter.addMutation(String table,
Mutation m) |
void |
BatchWriterImpl.addMutations(Iterable<Mutation> iterable) |
void |
TabletServerBatchWriter.close() |
void |
MultiTableBatchWriterImpl.close() |
void |
BatchWriterImpl.close() |
void |
TabletServerBatchDeleter.delete() |
void |
TabletServerBatchWriter.flush() |
void |
MultiTableBatchWriterImpl.flush() |
void |
BatchWriterImpl.flush() |
Modifier and Type | Method and Description |
---|---|
void |
MockBatchWriter.addMutation(Mutation m) |
void |
MockBatchWriter.addMutations(Iterable<Mutation> iterable) |
void |
MockMultiTableBatchWriter.close() |
void |
MockBatchWriter.close() |
void |
MockBatchDeleter.delete() |
void |
MockMultiTableBatchWriter.flush() |
void |
MockBatchWriter.flush() |
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.