Uses of Class
org.elasticsearch.index.engine.Segment

Packages that use Segment
org.elasticsearch.action.admin.indices.segments   
org.elasticsearch.index.engine   
org.elasticsearch.index.engine.robin   
 

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
 List<Segment> ShardSegments.getSegments()
           
 Iterator<Segment> ShardSegments.iterator()
           
 List<Segment> ShardSegments.segments()
           
 

Constructor parameters in org.elasticsearch.action.admin.indices.segments with type arguments of type Segment
ShardSegments(ShardRouting shardRouting, List<Segment> segments)
           
 

Uses of Segment in org.elasticsearch.index.engine
 

Methods in org.elasticsearch.index.engine that return Segment
static Segment Segment.readSegment(StreamInput in)
           
 

Methods in org.elasticsearch.index.engine that return types with arguments of type Segment
 List<Segment> Engine.segments()
           
 

Uses of Segment in org.elasticsearch.index.engine.robin
 

Methods in org.elasticsearch.index.engine.robin that return types with arguments of type Segment
 List<Segment> RobinEngine.segments()
           
 



Copyright © 2009-2012. All Rights Reserved.