Package | Description |
---|---|
org.apache.accumulo.core.client | |
org.apache.accumulo.core.client.impl | |
org.apache.accumulo.core.client.mock | |
org.apache.accumulo.core.util.format | |
org.apache.accumulo.examples.simple.filedata | |
org.apache.accumulo.examples.simple.shard | |
org.apache.accumulo.proxy | |
org.apache.accumulo.test | |
org.apache.accumulo.test.randomwalk.concurrent | |
org.apache.accumulo.test.stress.random |
This package contains utility classes designed to test Accumulo when large cells are being written.
|
Modifier and Type | Method and Description |
---|---|
abstract BatchWriter |
Connector.createBatchWriter(String tableName,
BatchWriterConfig config)
Factory method to create a BatchWriter connected to Accumulo.
|
abstract BatchWriter |
Connector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
since 1.5.0; Use
Connector.createBatchWriter(String, BatchWriterConfig) instead. |
BatchWriter |
MultiTableBatchWriter.getBatchWriter(String table)
Returns a BatchWriter for a particular table.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchWriterImpl |
Modifier and Type | Method and Description |
---|---|
BatchWriter |
ConnectorImpl.createBatchWriter(String tableName,
BatchWriterConfig config) |
BatchWriter |
ConnectorImpl.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
|
BatchWriter |
MultiTableBatchWriterImpl.getBatchWriter(String tableName) |
Modifier and Type | Class and Description |
---|---|
class |
MockBatchWriter |
Modifier and Type | Method and Description |
---|---|
BatchWriter |
MockConnector.createBatchWriter(String tableName,
BatchWriterConfig config) |
BatchWriter |
MockConnector.createBatchWriter(String tableName,
long maxMemory,
long maxLatency,
int maxWriteThreads)
Deprecated.
|
BatchWriter |
MockMultiTableBatchWriter.getBatchWriter(String table) |
Constructor and Description |
---|
DeleterFormatter(BatchWriter writer,
Iterable<Map.Entry<Key,Value>> scanner,
boolean printTimestamps,
Shell shellState,
boolean force) |
Modifier and Type | Method and Description |
---|---|
String |
FileDataIngest.insertFileData(String filename,
BatchWriter bw) |
Modifier and Type | Method and Description |
---|---|
static void |
Index.index(int numPartitions,
org.apache.hadoop.io.Text docId,
String doc,
String splitRegex,
BatchWriter bw) |
Modifier and Type | Field and Description |
---|---|
BatchWriter |
ProxyServer.BatchWriterPlusException.writer |
Modifier and Type | Class and Description |
---|---|
class |
NullBatchWriter |
Modifier and Type | Class and Description |
---|---|
static class |
BulkImport.RFileBatchWriter |
Constructor and Description |
---|
DataWriter(BatchWriter writer,
RandomMutations mutations) |
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.