Class ClusterIngest
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.stats.ClusterIngest
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterIngest extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterIngest.BuilderBuilder forClusterIngest.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterIngest>_DESERIALIZERJson deserializer forClusterIngest
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intnumberOfPipelines()Required - API name:number_of_pipelinesstatic ClusterIngestof(java.util.function.Function<ClusterIngest.Builder,ObjectBuilder<ClusterIngest>> fn)java.util.Map<java.lang.String,ClusterProcessor>processorStats()Required - API name:processor_statsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterIngestDeserializer(ObjectDeserializer<ClusterIngest.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ClusterIngest> _DESERIALIZER
Json deserializer forClusterIngest
-
-
Method Detail
-
of
public static ClusterIngest of(java.util.function.Function<ClusterIngest.Builder,ObjectBuilder<ClusterIngest>> fn)
-
numberOfPipelines
public final int numberOfPipelines()
Required - API name:number_of_pipelines
-
processorStats
public final java.util.Map<java.lang.String,ClusterProcessor> processorStats()
Required - API name:processor_stats
-
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)
-
setupClusterIngestDeserializer
protected static void setupClusterIngestDeserializer(ObjectDeserializer<ClusterIngest.Builder> op)
-
-