public class ShardSegments extends Object implements Streamable, Iterable<Segment>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getNumberOfCommitted() |
int |
getNumberOfSearch() |
List<Segment> |
getSegments() |
ShardRouting |
getShardRouting() |
Iterator<Segment> |
iterator() |
void |
readFrom(StreamInput in) |
static ShardSegments |
readShardSegments(StreamInput in) |
void |
writeTo(StreamOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ShardRouting getShardRouting()
public int getNumberOfCommitted()
public int getNumberOfSearch()
public static ShardSegments readShardSegments(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.