Class StatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.nodes.NodesResponseBase
co.elastic.clients.elasticsearch.cluster.StatsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class StatsResponse extends NodesResponseBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStatsResponse.BuilderBuilder forStatsResponse.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.nodes.NodesResponseBase
NodesResponseBase.AbstractBuilder<BuilderT extends NodesResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<StatsResponse>_DESERIALIZERJson deserializer forStatsResponse -
Constructor Summary
Constructors Constructor Description StatsResponse(StatsResponse.Builder builder)StatsResponse(java.util.function.Function<StatsResponse.Builder,StatsResponse.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.StringclusterName()Required - Name of the cluster, based on the Cluster name setting setting.java.lang.StringclusterUuid()Required - Unique identifier for the cluster.ClusterIndicesindices()Required - Contains statistics about indices with shards assigned to selected nodes.ClusterNodesnodes()Required - Contains statistics about nodes selected by the request’s node filters.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupStatsResponseDeserializer(DelegatingDeserializer<StatsResponse.Builder> op)ClusterStatusstatus()Required - Health status of the cluster, based on the state of its primary and replica shards.longtimestamp()Required - Unix timestamp, in milliseconds, of the last time the cluster statistics were refreshed.Methods inherited from class co.elastic.clients.elasticsearch.nodes.NodesResponseBase
nodeStats, serialize, setupNodesResponseBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forStatsResponse
-
-
Constructor Details
-
StatsResponse
-
StatsResponse
-
-
Method Details
-
clusterName
public java.lang.String clusterName()Required - Name of the cluster, based on the Cluster name setting setting.API name:
cluster_name -
clusterUuid
public java.lang.String clusterUuid()Required - Unique identifier for the cluster.API name:
cluster_uuid -
indices
Required - Contains statistics about indices with shards assigned to selected nodes.API name:
indices -
nodes
Required - Contains statistics about nodes selected by the request’s node filters.API name:
nodes -
status
Required - Health status of the cluster, based on the state of its primary and replica shards.API name:
status -
timestamp
public long timestamp()Required - Unix timestamp, in milliseconds, of the last time the cluster statistics were refreshed.API name:
timestamp -
serializeInternal
- Overrides:
serializeInternalin classNodesResponseBase
-
setupStatsResponseDeserializer
protected static void setupStatsResponseDeserializer(DelegatingDeserializer<StatsResponse.Builder> op)
-