Uses of Class
org.apache.accumulo.core.client.MutationsRejectedException
Package
Description
Mock framework for Accumulo
-
Uses of MutationsRejectedException in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionvoid
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 byBatchDeleter.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. -
Uses of MutationsRejectedException in org.apache.accumulo.core.client.mock
Modifier and TypeMethodDescriptionvoid
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.