Class DataStreamsStatsAction.DataStreamShardStats

java.lang.Object
org.opensearch.action.admin.indices.datastream.DataStreamsStatsAction.DataStreamShardStats
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable
Enclosing class:
DataStreamsStatsAction

public static class DataStreamsStatsAction.DataStreamShardStats extends Object implements org.opensearch.core.common.io.stream.Writeable
Per Shard Data Stream stats
Opensearch.internal:
  • Constructor Details

    • DataStreamShardStats

      public DataStreamShardStats(ShardRouting shardRouting, StoreStats storeStats, long maxTimestamp)
    • DataStreamShardStats

      public DataStreamShardStats(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
  • 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
    • getShardRouting

      public ShardRouting getShardRouting()
    • getStoreStats

      public StoreStats getStoreStats()
    • getMaxTimestamp

      public long getMaxTimestamp()