Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.mock |
Mock framework for Accumulo
|
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 |
BatchWriter.close()
Flush and release any resources.
|
void |
MultiTableBatchWriter.close()
Flush and release all resources.
|
void |
BatchDeleter.delete()
Deletes the ranges specified by
BatchDeleter.setRanges(java.util.Collection<org.apache.accumulo.core.data.Range>) . |
void |
BatchWriter.flush()
Send any buffered mutations to Accumulo immediately.
|
void |
MultiTableBatchWriter.flush()
Send mutations for all tables to accumulo.
|
Modifier and Type | Method and Description |
---|---|
void |
MockBatchWriter.addMutation(Mutation m)
Deprecated.
|
void |
MockBatchWriter.addMutations(Iterable<Mutation> iterable)
Deprecated.
|
void |
MockBatchWriter.close()
Deprecated.
|
void |
MockMultiTableBatchWriter.close()
Deprecated.
|
void |
MockBatchDeleter.delete()
Deprecated.
|
void |
MockBatchWriter.flush()
Deprecated.
|
void |
MockMultiTableBatchWriter.flush()
Deprecated.
|
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.