| Package | Description | 
|---|---|
| org.apache.accumulo.core.client | |
| 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<org.apache.accumulo.core.data.Range>). | 
| 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 | MockBatchWriter. addMutation(Mutation m) | 
| void | MockBatchWriter. addMutations(Iterable<Mutation> iterable) | 
| void | MockBatchWriter. close() | 
| void | MockMultiTableBatchWriter. close() | 
| void | MockBatchDeleter. delete() | 
| void | MockBatchWriter. flush() | 
| void | MockMultiTableBatchWriter. flush() | 
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.