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) |
static Segment |
Segment.readSegment(StreamInput in) |
Modifier and Type | Method and Description |
---|---|
List<Segment> |
InternalEngine.segments() |
List<Segment> |
ShadowEngine.segments() |
abstract List<Segment> |
Engine.segments()
The list of segments in the engine.
|
Copyright © 2009–2015. All rights reserved.