|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TabletServerBatchWriter.close()
|
void |
MultiTableBatchWriterImpl.close()
|
void |
BatchWriterImpl.close()
|
void |
TabletServerBatchDeleter.delete()
|
void |
TabletServerBatchWriter.flush()
|
void |
MultiTableBatchWriterImpl.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 |
MockBatchWriter.close()
|
void |
MockMultiTableBatchWriter.close()
|
void |
MockBatchDeleter.delete()
|
void |
MockBatchWriter.flush()
|
void |
MockMultiTableBatchWriter.flush()
|
Uses of MutationsRejectedException in org.apache.accumulo.examples.simple.client |
---|
Methods in org.apache.accumulo.examples.simple.client that throw MutationsRejectedException | |
---|---|
static void |
RowOperations.main(String[] args)
|
static void |
SequentialBatchWriter.main(String[] args)
Writes a specified number of entries to Accumulo using a BatchWriter . |
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.server.test |
---|
Methods in org.apache.accumulo.server.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.server.test.functional |
---|
Methods in org.apache.accumulo.server.test.functional that throw MutationsRejectedException | |
---|---|
void |
PermissionsTest.TablePermissionsTest.run()
|
Uses of MutationsRejectedException in org.apache.accumulo.server.test.randomwalk.concurrent |
---|
Methods in org.apache.accumulo.server.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()
|
Uses of MutationsRejectedException in org.apache.accumulo.server.util |
---|
Methods in org.apache.accumulo.server.util that throw MutationsRejectedException | |
---|---|
static void |
RandomWriter.main(String[] args)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |