Uses of Interface
org.apache.accumulo.core.client.BatchWriter

Packages that use BatchWriter
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   
 

Uses of BatchWriter in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return BatchWriter
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.
 

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, BatchWriterConfig config)
           
 BatchWriter ConnectorImpl.createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. 
 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, BatchWriterConfig config)
           
 BatchWriter MockConnector.createBatchWriter(String tableName, long maxMemory, long maxLatency, int maxWriteThreads)
          Deprecated. 
 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.proxy
 

Fields in org.apache.accumulo.proxy declared as BatchWriter
 BatchWriter ProxyServer.BatchWriterPlusException.writer
           
 

Uses of BatchWriter in org.apache.accumulo.test
 

Classes in org.apache.accumulo.test that implement BatchWriter
 class NullBatchWriter
           
 

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

Classes in org.apache.accumulo.test.randomwalk.concurrent that implement BatchWriter
static class BulkImport.RFileBatchWriter
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.