Uses of Class
org.apache.accumulo.core.client.MutationsRejectedException
Packages that use MutationsRejectedException
- 
Uses of MutationsRejectedException in org.apache.accumulo.core.clientMethods in org.apache.accumulo.core.client that throw MutationsRejectedExceptionModifier and TypeMethodDescriptionvoidBatchWriter.addMutation(Mutation m) Queues one mutation to write.voidBatchWriter.addMutations(Iterable<Mutation> iterable) Queues several mutations to write.voidBatchWriter.close()Flush and release any resources.voidMultiTableBatchWriter.close()Flush and release all resources.voidBatchDeleter.delete()Deletes the ranges specified byBatchDeleter.setRanges(java.util.Collection<org.apache.accumulo.core.data.Range>).voidBatchWriter.flush()Send any buffered mutations to Accumulo immediately.voidMultiTableBatchWriter.flush()Send mutations for all tables to accumulo.