Uses of Class
org.apache.accumulo.core.client.MutationsRejectedException

Packages that use MutationsRejectedException
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mock   
 

Uses of MutationsRejectedException in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that throw MutationsRejectedException
 void BatchWriter.addMutation(Mutation m)
          Queues one mutation to write.
 void BatchWriter.addMutations(Iterable<Mutation> iterable)
          Queues several mutations to write.
 void MultiTableBatchWriter.close()
          Flush and release all resources.
 void BatchWriter.close()
          Flush and release any resources.
 void BatchDeleter.delete()
          Deletes the ranges specified by BatchDeleter.setRanges(java.util.Collection).
 void MultiTableBatchWriter.flush()
          Send mutations for all tables to accumulo.
 void BatchWriter.flush()
          Send any buffered mutations to Accumulo immediately.
 

Uses of MutationsRejectedException in org.apache.accumulo.core.client.impl
 

Methods in org.apache.accumulo.core.client.impl that throw MutationsRejectedException
 void BatchWriterImpl.addMutation(Mutation m)
           
 void TabletServerBatchWriter.addMutation(String table, Iterator<Mutation> iterator)
           
 void TabletServerBatchWriter.addMutation(String table, Mutation m)
           
 void BatchWriterImpl.addMutations(Iterable<Mutation> iterable)
           
 void MultiTableBatchWriterImpl.close()
           
 void TabletServerBatchWriter.close()
           
 void BatchWriterImpl.close()
           
 void TabletServerBatchDeleter.delete()
           
 void MultiTableBatchWriterImpl.flush()
           
 void TabletServerBatchWriter.flush()
           
 void BatchWriterImpl.flush()
           
 

Uses of MutationsRejectedException in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock that throw MutationsRejectedException
 void MockBatchWriter.addMutation(Mutation m)
           
 void MockBatchWriter.addMutations(Iterable<Mutation> iterable)
           
 void MockMultiTableBatchWriter.close()
           
 void MockBatchWriter.close()
           
 void MockBatchDeleter.delete()
           
 void MockMultiTableBatchWriter.flush()
           
 void MockBatchWriter.flush()
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.