Class ShardCountStats

java.lang.Object
org.elasticsearch.index.shard.ShardCountStats
All Implemented Interfaces:
Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class ShardCountStats extends Object implements Writeable, org.elasticsearch.xcontent.ToXContentFragment
  • Constructor Details

    • ShardCountStats

      public ShardCountStats()
    • ShardCountStats

      public ShardCountStats(StreamInput in) throws IOException
      Throws:
      IOException
    • ShardCountStats

      public ShardCountStats(long totalCount)
  • Method Details