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   
org.apache.accumulo.examples.simple.client   
org.apache.accumulo.examples.simple.filedata   
org.apache.accumulo.examples.simple.helloworld   
org.apache.accumulo.proxy   
org.apache.accumulo.test   
org.apache.accumulo.test.functional   
org.apache.accumulo.test.randomwalk.concurrent   
 

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()
           
 

Uses of MutationsRejectedException in org.apache.accumulo.examples.simple.client
 

Methods in org.apache.accumulo.examples.simple.client that throw MutationsRejectedException
static void SequentialBatchWriter.main(String[] args)
          Writes a specified number of entries to Accumulo using a BatchWriter.
static void RowOperations.main(String[] args)
           
 

Uses of MutationsRejectedException in org.apache.accumulo.examples.simple.filedata
 

Methods in org.apache.accumulo.examples.simple.filedata that throw MutationsRejectedException
 String FileDataIngest.insertFileData(String filename, BatchWriter bw)
           
 

Uses of MutationsRejectedException in org.apache.accumulo.examples.simple.helloworld
 

Methods in org.apache.accumulo.examples.simple.helloworld that throw MutationsRejectedException
static void InsertWithBatchWriter.main(String[] args)
           
 

Uses of MutationsRejectedException in org.apache.accumulo.proxy
 

Fields in org.apache.accumulo.proxy declared as MutationsRejectedException
 MutationsRejectedException ProxyServer.BatchWriterPlusException.exception
           
 

Uses of MutationsRejectedException in org.apache.accumulo.test
 

Methods in org.apache.accumulo.test that throw MutationsRejectedException
 void NullBatchWriter.addMutation(Mutation m)
           
 void NullBatchWriter.addMutations(Iterable<Mutation> iterable)
           
 void NullBatchWriter.close()
           
 void NullBatchWriter.flush()
           
static void GCLotsOfCandidatesTest.main(String[] args)
           
 

Uses of MutationsRejectedException in org.apache.accumulo.test.functional
 

Methods in org.apache.accumulo.test.functional that throw MutationsRejectedException
 void PermissionsTest.TablePermissionsTest.run()
           
 

Uses of MutationsRejectedException in org.apache.accumulo.test.randomwalk.concurrent
 

Methods in org.apache.accumulo.test.randomwalk.concurrent that throw MutationsRejectedException
 void BulkImport.RFileBatchWriter.addMutation(Mutation m)
           
 void BulkImport.RFileBatchWriter.addMutations(Iterable<Mutation> iterable)
           
 void BulkImport.RFileBatchWriter.close()
           
 void BulkImport.RFileBatchWriter.flush()
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.