jar

com.github.nickrm : jflux

Maven & Gradle

Feb 01, 2020
2 stars

Java client for InfluxDB

Table Of Contents

Latest Version

Download com.github.nickrm : jflux JAR file - Latest Versions:

All Versions

Download com.github.nickrm : jflux JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jflux-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nickrm.jflux.api.response

├─ com.github.nickrm.jflux.api.response.ApiResponse.class - [JAR]

├─ com.github.nickrm.jflux.api.response.QueryResult.class - [JAR]

├─ com.github.nickrm.jflux.api.response.ResponseMetadata.class - [JAR]

com.github.nickrm.jflux.annotation.exception

├─ com.github.nickrm.jflux.annotation.exception.AnnotationProcessingException.class - [JAR]

├─ com.github.nickrm.jflux.annotation.exception.DuplicateAnnotatedMembersException.class - [JAR]

├─ com.github.nickrm.jflux.annotation.exception.InvalidAnnotatedType.class - [JAR]

├─ com.github.nickrm.jflux.annotation.exception.MissingAnnotatedMemberException.class - [JAR]

com.github.nickrm.jflux.api.exception

├─ com.github.nickrm.jflux.api.exception.IllegalStatementException.class - [JAR]

├─ com.github.nickrm.jflux.api.exception.InfluxClientException.class - [JAR]

com.github.nickrm.jflux.annotation

├─ com.github.nickrm.jflux.annotation.Field.class - [JAR]

├─ com.github.nickrm.jflux.annotation.Measurement.class - [JAR]

├─ com.github.nickrm.jflux.annotation.Tag.class - [JAR]

├─ com.github.nickrm.jflux.annotation.Timestamp.class - [JAR]

com.github.nickrm.jflux.domain

├─ com.github.nickrm.jflux.domain.BuildType.class - [JAR]

├─ com.github.nickrm.jflux.domain.Measurement.class - [JAR]

├─ com.github.nickrm.jflux.domain.Point.class - [JAR]

├─ com.github.nickrm.jflux.domain.RetentionPolicy.class - [JAR]

├─ com.github.nickrm.jflux.domain.Version.class - [JAR]

com.github.nickrm.jflux.exception

├─ com.github.nickrm.jflux.exception.DatabaseAlreadyExistsException.class - [JAR]

├─ com.github.nickrm.jflux.exception.NoDatabaseSelectedException.class - [JAR]

├─ com.github.nickrm.jflux.exception.RetentionPolicyAlreadyExistsException.class - [JAR]

├─ com.github.nickrm.jflux.exception.UnknownDatabaseException.class - [JAR]

├─ com.github.nickrm.jflux.exception.UnknownRetentionPolicyException.class - [JAR]

com.github.nickrm.jflux

├─ com.github.nickrm.jflux.AnnotationBasedPointConverter.class - [JAR]

├─ com.github.nickrm.jflux.ApiCaller.class - [JAR]

├─ com.github.nickrm.jflux.DatabaseManager.class - [JAR]

├─ com.github.nickrm.jflux.DurationConverter.class - [JAR]

├─ com.github.nickrm.jflux.JFluxClient.class - [JAR]

├─ com.github.nickrm.jflux.LineProtocolConverter.class - [JAR]

├─ com.github.nickrm.jflux.NamingStrategy.class - [JAR]

├─ com.github.nickrm.jflux.RetentionPolicyConverter.class - [JAR]

├─ com.github.nickrm.jflux.RetentionPolicyManager.class - [JAR]

com.github.nickrm.jflux.api

├─ com.github.nickrm.jflux.api.InfluxHttpService.class - [JAR]

├─ com.github.nickrm.jflux.api.InfluxRequestInterceptor.class - [JAR]

├─ com.github.nickrm.jflux.api.JFluxHttpClient.class - [JAR]

com.github.nickrm.jflux.api.converter

├─ com.github.nickrm.jflux.api.converter.ApiResponseConverter.class - [JAR]

├─ com.github.nickrm.jflux.api.converter.ErrorResponseConverter.class - [JAR]

├─ com.github.nickrm.jflux.api.converter.ResponseBodyConverter.class - [JAR]

├─ com.github.nickrm.jflux.api.converter.ResponseHeaderConverter.class - [JAR]

Advertisement