org.elasticsearch.action.admin.indices.segments.ShardSegments
All Implemented Interfaces:
<Segment>, Writeable

public class ShardSegments extends implements <Segment>
  • Method Details

    • iterator

      public <Segment> iterator()
      Specified by:
       in interface <Segment>
    • getShardRouting

      public ShardRouting getShardRouting()
    • getSegments

      public <Segment> getSegments()
    • getNumberOfCommitted

      public int getNumberOfCommitted()
    • getNumberOfSearch

      public int getNumberOfSearch()
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws: