Class Discovery
java.lang.Object
co.elastic.clients.elasticsearch.nodes.Discovery
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class Discovery extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiscovery.BuilderBuilder forDiscovery. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<Discovery>_DESERIALIZERJson deserializer forDiscovery -
Method Summary
Modifier and Type Method Description ClusterAppliedStatsclusterApplierStats()API name:cluster_applier_statsClusterStateQueueclusterStateQueue()API name:cluster_state_queuejava.util.Map<java.lang.String,ClusterStateUpdate>clusterStateUpdate()API name:cluster_state_updatestatic Discoveryof(java.util.function.Function<Discovery.Builder,ObjectBuilder<Discovery>> fn)PublishedClusterStatespublishedClusterStates()API name:published_cluster_statesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.SerializedClusterStateserializedClusterStates()API name:serialized_cluster_statesprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDiscoveryDeserializer(ObjectDeserializer<Discovery.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 forDiscovery
-
-
Method Details
-
of
public static Discovery of(java.util.function.Function<Discovery.Builder,ObjectBuilder<Discovery>> fn) -
clusterStateQueue
API name:cluster_state_queue -
publishedClusterStates
API name:published_cluster_states -
clusterStateUpdate
API name:cluster_state_update -
serializedClusterStates
API name:serialized_cluster_states -
clusterApplierStats
API name:cluster_applier_stats -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupDiscoveryDeserializer
-