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 BatchWriter.close()
          Flush and release any resources.
 void MultiTableBatchWriter.close()
          Flush and release all resources.
 void BatchDeleter.delete()
          Deletes the ranges specified by BatchDeleter.setRanges(java.util.Collection).
 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.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 BatchWriterImpl.close()
           
 void TabletServerBatchWriter.close()
           
 void TabletServerBatchDeleter.delete()
           
 void MultiTableBatchWriterImpl.flush()
           
 void BatchWriterImpl.flush()
           
 void TabletServerBatchWriter.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 Apache Accumulo Project. All Rights Reserved.