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()API name:countfinal Longcurrent()API name:currentfinal Longfailed()API name:failedstatic IngestTotalfinal List<Map<String,KeyedProcessor>> API name:processorsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal LongAPI name:time_in_millistoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forIngestTotal
-
-
Method Details
-
of
-
count
API name:count -
current
API name:current -
failed
API name:failed -
processors
API name:processors -
timeInMillis
API name:time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupIngestTotalDeserializer
-