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 long
count()
Required - Total number of documents ingested during the lifetime of this node.final long
current()
Required - Total number of documents currently being ingested.final long
failed()
Required - Total number of failed ingest operations during the lifetime of this node.static IngestTotal
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 long
Required - 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIngestTotalDeserializer
-