Class AbstractInfluxDBClient

java.lang.Object
com.influxdb.internal.AbstractRestClient
com.influxdb.client.internal.AbstractInfluxDBClient
Direct Known Subclasses:
InfluxDBClientImpl

public abstract class AbstractInfluxDBClient extends AbstractRestClient
Author:
Jakub Bednar (bednar@github) (20/11/2018 07:13)
  • Field Details

    • DEFAULT_DIALECT

      public static final Dialect DEFAULT_DIALECT
    • healthService

      public final HealthService healthService
    • pingService

      public final PingService pingService
    • retrofit

      protected final retrofit2.Retrofit retrofit
    • options

      protected final InfluxDBClientOptions options
    • loggingInterceptor

      protected final okhttp3.logging.HttpLoggingInterceptor loggingInterceptor
    • gzipInterceptor

      protected final GzipInterceptor gzipInterceptor
    • autoCloseables

      protected final Collection<AutoCloseable> autoCloseables
  • Constructor Details

  • Method Details

    • close

      public void close()
    • health

      @Nonnull protected HealthCheck health(retrofit2.Call<HealthCheck> healthCall)