Class KeyedProcessor
- java.lang.Object
-
- org.opensearch.client.opensearch.nodes.KeyedProcessor
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KeyedProcessorof(java.util.function.Function<KeyedProcessor.Builder,ObjectBuilder<KeyedProcessor>> 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 voidsetupKeyedProcessorDeserializer(ObjectDeserializer<KeyedProcessor.Builder> op)Processstatistics()Required - API name:statisticsjava.lang.Stringtype()Required - API name:type
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<KeyedProcessor> _DESERIALIZER
Json deserializer forKeyedProcessor
-
-
Method Detail
-
of
public static KeyedProcessor of(java.util.function.Function<KeyedProcessor.Builder,ObjectBuilder<KeyedProcessor>> fn)
-
statistics
public final Process statistics()
Required - API name:statistics
-
type
public final java.lang.String type()
Required - API name:type
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupKeyedProcessorDeserializer
protected static void setupKeyedProcessorDeserializer(ObjectDeserializer<KeyedProcessor.Builder> op)
-
-