public final class BatchProcessor
extends java.lang.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 java.util.concurrent.BlockingQueue<org.influxdb.impl.BatchProcessor.AbstractBatchEntry> |
queue |
| Modifier and Type | Method and Description |
|---|---|
static BatchProcessor.Builder |
builder(InfluxDB influxDB)
Static method to create the Builder for this BatchProcessor.
|
InfluxDB.ConsistencyLevel |
getConsistencyLevel() |
java.util.concurrent.TimeUnit |
getPrecision() |
protected final java.util.concurrent.BlockingQueue<org.influxdb.impl.BatchProcessor.AbstractBatchEntry> queue
public static BatchProcessor.Builder builder(InfluxDB influxDB)
influxDB - the influxdb database handle.public InfluxDB.ConsistencyLevel getConsistencyLevel()
public java.util.concurrent.TimeUnit getPrecision()
Data In Motion GmbH all rights reserved