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

    Fields
    Modifier and Type
    Field
    Description
    int
     
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    AggregatedIndexStats(org.opensearch.core.common.io.stream.StreamInput in)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeTo(org.opensearch.core.common.io.stream.StreamOutput out)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • total

      public int total
    • primaries

      public int primaries
  • Constructor Details

    • AggregatedIndexStats

      public AggregatedIndexStats(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
    • AggregatedIndexStats

      public AggregatedIndexStats()
  • Method Details

    • writeTo

      public void writeTo(org.opensearch.core.common.io.stream.StreamOutput out) throws IOException
      Specified by:
      writeTo in interface org.opensearch.core.common.io.stream.Writeable
      Throws:
      IOException