Uses of Class
org.apache.accumulo.core.client.MutationsRejectedException
-
Packages that use MutationsRejectedException Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of MutationsRejectedException in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that throw MutationsRejectedException Modifier and Type Method Description voidBatchWriter. 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.clientImpl
Methods in org.apache.accumulo.core.clientImpl that throw MutationsRejectedException Modifier and Type Method Description voidBatchWriterImpl. addMutation(Mutation m)voidTabletServerBatchWriter. addMutation(TableId table, Iterator<Mutation> iterator)voidTabletServerBatchWriter. addMutation(TableId table, Mutation m)voidBatchWriterImpl. addMutations(Iterable<Mutation> iterable)voidBatchWriterImpl. close()voidMultiTableBatchWriterImpl. close()voidTabletServerBatchWriter. close()voidTabletServerBatchDeleter. delete()voidBatchWriterImpl. flush()voidMultiTableBatchWriterImpl. flush()voidTabletServerBatchWriter. flush()
-