public class IndicesSegmentsRequest extends BroadcastRequest<IndicesSegmentsRequest>
TransportRequest.EmptyIndicesRequest.Replaceable| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
verbose |
indicesheaders| コンストラクタと説明 |
|---|
IndicesSegmentsRequest() |
IndicesSegmentsRequest(String... indices) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
readFrom(StreamInput in) |
boolean |
verbose()
true if detailed information about each segment should be returned,
false otherwise. |
void |
verbose(boolean v)
Sets the
verbose option. |
void |
writeTo(StreamOutput out) |
indices, indices, indicesOptions, indicesOptions, validatecreateTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic IndicesSegmentsRequest()
public IndicesSegmentsRequest(String... indices)
public boolean verbose()
true if detailed information about each segment should be returned,
false otherwise.public void verbose(boolean v)
verbose option.verbose()public void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 BroadcastRequest<IndicesSegmentsRequest>IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 BroadcastRequest<IndicesSegmentsRequest>IOExceptionCopyright © 2009–2016. All rights reserved.