Class GeoIpDownloadStatistics

java.lang.Object
co.elastic.clients.elasticsearch.ingest.geo_ip_stats.GeoIpDownloadStatistics
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class GeoIpDownloadStatistics
extends java.lang.Object
implements JsonpSerializable
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static GeoIpDownloadStatistics of​(java.util.function.Function<GeoIpDownloadStatistics.Builder,​ObjectBuilder<GeoIpDownloadStatistics>> fn)
    • successfulDownloads

      public final int successfulDownloads()
      Required - Total number of successful database downloads.

      API name: successful_downloads

    • failedDownloads

      public final int failedDownloads()
      Required - Total number of failed database downloads.

      API name: failed_downloads

    • totalDownloadTime

      public final int totalDownloadTime()
      Required - Total milliseconds spent downloading databases.

      API name: total_download_time

    • databaseCount

      public final int databaseCount()
      Required - Current number of databases available for use.

      API name: database_count

    • skippedUpdates

      public final int skippedUpdates()
      Required - Total number of database updates skipped.

      API name: skipped_updates

    • serialize

      public void serialize​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
      Serialize this object to JSON.
      Specified by:
      serialize in interface JsonpSerializable
    • serializeInternal

      protected void serializeInternal​(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
    • setupGeoIpDownloadStatisticsDeserializer

      protected static void setupGeoIpDownloadStatisticsDeserializer​(ObjectDeserializer<GeoIpDownloadStatistics.Builder> op)