influxdata/influxdb-java

View on GitHub
src/main/java/org/influxdb/BatchOptions.java

Summary

Maintainability
A
2 hrs
Test Coverage

BatchOptions has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

public final class BatchOptions implements Cloneable {

  // default values here are consistent with Telegraf
  public static final int DEFAULT_BATCH_ACTIONS_LIMIT = 1000;
  public static final int DEFAULT_BATCH_INTERVAL_DURATION = 1000;
Severity: Minor
Found in src/main/java/org/influxdb/BatchOptions.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status