Class ClusterIngest
java.lang.Object
org.opensearch.client.opensearch.cluster.stats.ClusterIngest
- All Implemented Interfaces:
ToJsonp
public final class ClusterIngest extends java.lang.Object implements ToJsonp
-
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 for ClusterIngest -
Constructor Summary
Constructors Modifier Constructor Description protectedClusterIngest(ClusterIngest.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.NumbernumberOfPipelines()API name:number_of_pipelinesjava.util.Map<java.lang.String,ClusterProcessor>processorStats()API name:processor_statsprotected static voidsetupClusterIngestDeserializer(DelegatingDeserializer<ClusterIngest.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for ClusterIngest
-
-
Constructor Details
-
Method Details
-
numberOfPipelines
public java.lang.Number numberOfPipelines()API name:number_of_pipelines -
processorStats
API name:processor_stats -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupClusterIngestDeserializer
protected static void setupClusterIngestDeserializer(DelegatingDeserializer<ClusterIngest.Builder> op)
-