Class IndexShardStats

java.lang.Object
org.elasticsearch.action.admin.indices.stats.IndexShardStats
All Implemented Interfaces:
java.lang.Iterable<ShardStats>, Writeable

public class IndexShardStats
extends java.lang.Object
implements java.lang.Iterable<ShardStats>, Writeable
  • Constructor Details

    • IndexShardStats

      public IndexShardStats​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
    • IndexShardStats

      public IndexShardStats​(ShardId shardId, ShardStats[] shards)
  • Method Details