Class Processor
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Processor
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Processor>Json deserializer forProcessor -
Method Summary
Modifier and TypeMethodDescriptionfinal Longcount()Number of documents transformed by the processor.final Longcurrent()Number of documents currently being transformed by the processor.final Longfailed()Number of failed operations for the processor.static Processorvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal LongTime, in milliseconds, spent by the processor transforming documents.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forProcessor
-
-
Method Details
-
of
-
count
Number of documents transformed by the processor.API name:
count -
current
Number of documents currently being transformed by the processor.API name:
current -
failed
Number of failed operations for the processor.API name:
failed -
timeInMillis
Time, in milliseconds, spent by the processor transforming documents.API name:
time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupProcessorDeserializer
-