public class BatchProcessor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BatchProcessor.Builder
The Builder to create a BatchProcessor instance.
|
Modifier and Type | Field and Description |
---|---|
protected BlockingQueue<org.influxdb.impl.BatchProcessor.BatchEntry> |
queue |
Modifier and Type | Method and Description |
---|---|
static BatchProcessor.Builder |
builder(InfluxDB influxDB)
Static method to create the Builder for this BatchProcessor.
|
protected final BlockingQueue<org.influxdb.impl.BatchProcessor.BatchEntry> queue
public static BatchProcessor.Builder builder(InfluxDB influxDB)
influxDB
- the influxdb database handle.Copyright © 2015. All rights reserved.