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 class
KeyedProcessor.Builder
Builder forKeyedProcessor
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<KeyedProcessor>
_DESERIALIZER
Json 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 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
setupKeyedProcessorDeserializer(DelegatingDeserializer<KeyedProcessor.Builder> op)
Process
statistics()
API name:statistics
java.lang.String
type()
API name:type
Methods 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupKeyedProcessorDeserializer
protected static void setupKeyedProcessorDeserializer(DelegatingDeserializer<KeyedProcessor.Builder> op)
-