Uses of Class
org.apache.accumulo.core.client.MutationsRejectedException
Packages that use MutationsRejectedException
Package
Description
Mock framework for Accumulo
-
Uses of MutationsRejectedException in org.apache.accumulo.core.client
Methods 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. -
Uses of MutationsRejectedException in org.apache.accumulo.core.client.mock
Methods in org.apache.accumulo.core.client.mock that throw MutationsRejectedExceptionModifier and TypeMethodDescriptionvoidMockBatchWriter.addMutation(Mutation m) Deprecated.voidMockBatchWriter.addMutations(Iterable<Mutation> iterable) Deprecated.voidMockBatchWriter.close()Deprecated.voidMockMultiTableBatchWriter.close()Deprecated.voidMockBatchDeleter.delete()Deprecated.voidMockBatchWriter.flush()Deprecated.voidMockMultiTableBatchWriter.flush()Deprecated.