Class KeyedProcessor
java.lang.Object
co.elastic.clients.elasticsearch.nodes.KeyedProcessor
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class KeyedProcessor extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyedProcessor.BuilderBuilder forKeyedProcessor. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<KeyedProcessor>_DESERIALIZERJson deserializer forKeyedProcessor -
Constructor Summary
Constructors Constructor Description KeyedProcessor(KeyedProcessor.Builder builder)KeyedProcessor(java.util.function.Function<KeyedProcessor.Builder,KeyedProcessor.Builder> fn) -
Method Summary
Modifier and Type Method Description voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupKeyedProcessorDeserializer(DelegatingDeserializer<KeyedProcessor.Builder> op)Processstatistics()API name:statisticsjava.lang.Stringtype()API name:typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forKeyedProcessor
-
-
Constructor Details
-
KeyedProcessor
-
KeyedProcessor
public KeyedProcessor(java.util.function.Function<KeyedProcessor.Builder,KeyedProcessor.Builder> fn)
-
-
Method Details
-
statistics
API name:statistics -
type
public java.lang.String type()API name:type -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupKeyedProcessorDeserializer
protected static void setupKeyedProcessorDeserializer(DelegatingDeserializer<KeyedProcessor.Builder> op)
-