| Package | Description |
|---|---|
| org.elasticsearch.action.admin.indices.segments | |
| org.elasticsearch.index.engine |
| Modifier and Type | Method and Description |
|---|---|
List<Segment> |
ShardSegments.getSegments() |
Iterator<Segment> |
ShardSegments.iterator() |
| Modifier and Type | Method and Description |
|---|---|
protected Segment[] |
Engine.getSegmentInfo(org.apache.lucene.index.SegmentInfos lastCommittedSegmentInfos,
boolean verbose) |
static Segment |
Segment.readSegment(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Segment> |
Engine.segments(boolean verbose)
The list of segments in the engine.
|
List<Segment> |
InternalEngine.segments(boolean verbose) |
List<Segment> |
ShadowEngine.segments(boolean verbose) |
Copyright © 2009–2017. All rights reserved.