Class GeoIpDownloadStatistics
java.lang.Object
co.elastic.clients.elasticsearch.ingest.geo_ip_stats.GeoIpDownloadStatistics
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GeoIpDownloadStatistics
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoIpDownloadStatistics>
Json deserializer forGeoIpDownloadStatistics
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
Required - Current number of databases available for use.final int
Required - Total number of failed database downloads.static GeoIpDownloadStatistics
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final int
Required - Total number of database updates skipped.final int
Required - Total number of successful database downloads.toString()
final long
Required - Total milliseconds spent downloading databases.
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoIpDownloadStatistics
-
-
Method Details
-
of
public static GeoIpDownloadStatistics of(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 long 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
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGeoIpDownloadStatisticsDeserializer
protected static void setupGeoIpDownloadStatisticsDeserializer(ObjectDeserializer<GeoIpDownloadStatistics.Builder> op)
-