Class ClusterIngest
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterIngest
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterIngest extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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
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)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterIngest
-
-
Method Details
-
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
Required - API name:processor_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterIngestDeserializer
-