|
||||||||||
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(java.lang.String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Factory method to create a BatchWriter connected to Accumulo. |
BatchWriter |
MultiTableBatchWriter.getBatchWriter(java.lang.String 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(java.lang.String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
|
BatchWriter |
MultiTableBatchWriterImpl.getBatchWriter(java.lang.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(java.lang.String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
|
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(java.lang.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,
java.lang.Iterable<java.util.Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
Shell shellState,
boolean force)
|
Uses of BatchWriter in org.apache.accumulo.examples.shard |
---|
Methods in org.apache.accumulo.examples.shard with parameters of type BatchWriter | |
---|---|
static void |
Index.index(int numPartitions,
org.apache.hadoop.io.Text docId,
java.lang.String doc,
java.lang.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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |