Uses of Interface
org.apache.accumulo.core.client.BatchWriter
Packages that use BatchWriter
- 
Uses of BatchWriter in org.apache.accumulo.core.clientMethods in org.apache.accumulo.core.client that return BatchWriterModifier and TypeMethodDescriptionAccumuloClient.createBatchWriter(String tableName) Factory method to create a BatchWriter.AccumuloClient.createBatchWriter(String tableName, BatchWriterConfig config) Factory method to create a BatchWriter connected to Accumulo.MultiTableBatchWriter.getBatchWriter(String table) Returns a BatchWriter for a particular table.