public final 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.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() |
Consumer<Point> |
getDroppedActionHandler() |
TimeUnit |
getPrecision() |
boolean |
isDropActionsOnQueueExhaustion() |
protected final BlockingQueue<org.influxdb.impl.BatchProcessor.AbstractBatchEntry> queue
public static BatchProcessor.Builder builder(InfluxDB influxDB)
influxDB
- the influxdb database handle.public InfluxDB.ConsistencyLevel getConsistencyLevel()
public TimeUnit getPrecision()
public boolean isDropActionsOnQueueExhaustion()
Copyright © 2022. All rights reserved.