Class Processor
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Processor
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Processor extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessor.BuilderBuilder forProcessor. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Processor>_DESERIALIZERJson deserializer forProcessor -
Method Summary
Modifier and Type Method Description java.lang.Longcount()API name:countjava.lang.Longcurrent()API name:currentjava.lang.Longfailed()API name:failedstatic Processorof(java.util.function.Function<Processor.Builder,ObjectBuilder<Processor>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupProcessorDeserializer(ObjectDeserializer<Processor.Builder> op)java.lang.LongtimeInMillis()API name:time_in_millisjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forProcessor
-
-
Method Details
-
of
public static Processor of(java.util.function.Function<Processor.Builder,ObjectBuilder<Processor>> fn) -
count
@Nullable public final java.lang.Long count()API name:count -
current
@Nullable public final java.lang.Long current()API name:current -
failed
@Nullable public final java.lang.Long failed()API name:failed -
timeInMillis
@Nullable public final java.lang.Long timeInMillis()API name:time_in_millis -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupProcessorDeserializer
-