Class IngestTotal
java.lang.Object
co.elastic.clients.elasticsearch.nodes.IngestTotal
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IngestTotal>Json deserializer forIngestTotal -
Method Summary
Modifier and TypeMethodDescriptionfinal longcount()Required - Total number of documents ingested during the lifetime of this node.final longcurrent()Required - Total number of documents currently being ingested.final longfailed()Required - Total number of failed ingest operations during the lifetime of this node.static IngestTotalvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal longRequired - Total time, in milliseconds, spent preprocessing ingest documents during the lifetime of this node.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIngestTotal
-
-
Method Details
-
of
-
count
public final long count()Required - Total number of documents ingested during the lifetime of this node.API name:
count -
current
public final long current()Required - Total number of documents currently being ingested.API name:
current -
failed
public final long failed()Required - Total number of failed ingest operations during the lifetime of this node.API name:
failed -
timeInMillis
public final long timeInMillis()Required - Total time, in milliseconds, spent preprocessing ingest documents during the lifetime of this node.API name:
time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIngestTotalDeserializer
-