public class ClusterSearchShardsGroup extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
ClusterSearchShardsGroup(String index,
int shardId,
ShardRouting[] shards) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getIndex() |
int |
getShardId() |
ShardRouting[] |
getShards() |
void |
readFrom(StreamInput in) |
static ClusterSearchShardsGroup |
readSearchShardsGroupResponse(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public ClusterSearchShardsGroup(String index, int shardId, ShardRouting[] shards)
public static ClusterSearchShardsGroup readSearchShardsGroupResponse(StreamInput in) throws IOException
IOExceptionpublic String getIndex()
public int getShardId()
public ShardRouting[] getShards()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.