Class ClusterStatsNodeResponse.AggregatedIndexStats
java.lang.Object
org.opensearch.action.admin.cluster.stats.ClusterStatsNodeResponse.AggregatedIndexStats
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable
- Enclosing class:
ClusterStatsNodeResponse
@PublicApi(since="2.16.0")
public static class ClusterStatsNodeResponse.AggregatedIndexStats
extends Object
implements org.opensearch.core.common.io.stream.Writeable
Node level statistics used for ClusterStatsIndices for _cluster/stats call.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(org.opensearch.core.common.io.stream.StreamOutput out)
-
Field Details
-
total
public int total -
primaries
public int primaries
-
-
Constructor Details
-
AggregatedIndexStats
- Throws:
IOException
-
AggregatedIndexStats
public AggregatedIndexStats()
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceorg.opensearch.core.common.io.stream.Writeable
- Throws:
IOException
-