Class ClusterIngest
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIngest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final 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 -
Constructor Summary
Constructors Constructor Description ClusterIngest(ClusterIngest.Builder builder)ClusterIngest(java.util.function.Function<ClusterIngest.Builder,ClusterIngest.Builder> fn) -
Method Summary
Modifier and Type Method Description intnumberOfPipelines()Required - API name:number_of_pipelinesjava.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(DelegatingDeserializer<ClusterIngest.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterIngest
-
-
Constructor Details
-
ClusterIngest
-
ClusterIngest
-
-
Method Details
-
numberOfPipelines
public int numberOfPipelines()Required - API name:number_of_pipelines -
processorStats
Required - API name:processor_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterIngestDeserializer
protected static void setupClusterIngestDeserializer(DelegatingDeserializer<ClusterIngest.Builder> op)
-