Uses of Class
org.elasticsearch.index.engine.Segment
-
Packages that use Segment Package Description org.elasticsearch.action.admin.indices.segments org.elasticsearch.index.engine org.elasticsearch.index.shard -
-
Uses of Segment in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments that return types with arguments of type Segment Modifier and Type Method Description List<Segment>ShardSegments. getSegments()Iterator<Segment>ShardSegments. iterator() -
Uses of Segment in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return types with arguments of type Segment Modifier and Type Method Description abstract List<Segment>Engine. segments(boolean verbose)The list of segments in the engine.List<Segment>InternalEngine. segments(boolean verbose)List<Segment>ReadOnlyEngine. segments(boolean verbose) -
Uses of Segment in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return types with arguments of type Segment Modifier and Type Method Description List<Segment>IndexShard. segments(boolean verbose)
-