|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of BatchWriter in org.apache.accumulo.core.client |
|---|
| Methods in org.apache.accumulo.core.client that return BatchWriter | |
|---|---|
BatchWriter |
Connector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Factory method to create a BatchWriter connected to Accumulo. |
BatchWriter |
MultiTableBatchWriter.getBatchWriter(String table)
Returns a BatchWriter for a particular table. |
| Uses of BatchWriter in org.apache.accumulo.core.client.impl |
|---|
| Classes in org.apache.accumulo.core.client.impl that implement BatchWriter | |
|---|---|
class |
BatchWriterImpl
|
| Methods in org.apache.accumulo.core.client.impl that return BatchWriter | |
|---|---|
BatchWriter |
ConnectorImpl.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
|
BatchWriter |
MultiTableBatchWriterImpl.getBatchWriter(String tableName)
|
| Uses of BatchWriter in org.apache.accumulo.core.client.mock |
|---|
| Classes in org.apache.accumulo.core.client.mock that implement BatchWriter | |
|---|---|
class |
MockBatchWriter
|
| Methods in org.apache.accumulo.core.client.mock that return BatchWriter | |
|---|---|
BatchWriter |
MockConnector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
|
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(String table)
|
| Uses of BatchWriter in org.apache.accumulo.core.util.format |
|---|
| Constructors in org.apache.accumulo.core.util.format with parameters of type BatchWriter | |
|---|---|
DeleterFormatter(BatchWriter writer,
Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
Shell shellState,
boolean force)
|
|
| Uses of BatchWriter in org.apache.accumulo.examples.simple.filedata |
|---|
| Methods in org.apache.accumulo.examples.simple.filedata with parameters of type BatchWriter | |
|---|---|
String |
FileDataIngest.insertFileData(String filename,
BatchWriter bw)
|
| Uses of BatchWriter in org.apache.accumulo.examples.simple.shard |
|---|
| Methods in org.apache.accumulo.examples.simple.shard with parameters of type BatchWriter | |
|---|---|
static void |
Index.index(int numPartitions,
org.apache.hadoop.io.Text docId,
String doc,
String splitRegex,
BatchWriter bw)
|
| Uses of BatchWriter in org.apache.accumulo.server.test |
|---|
| Classes in org.apache.accumulo.server.test that implement BatchWriter | |
|---|---|
class |
NullBatchWriter
|
| Uses of BatchWriter in org.apache.accumulo.server.test.randomwalk.concurrent |
|---|
| Classes in org.apache.accumulo.server.test.randomwalk.concurrent that implement BatchWriter | |
|---|---|
static class |
BulkImport.RFileBatchWriter
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||