public class FetchSearchResult extends TransportResponse implements FetchSearchResultProvider
TransportResponse.Emptyheaders| コンストラクタと説明 |
|---|
FetchSearchResult() |
FetchSearchResult(long id,
SearchShardTarget shardTarget) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
counterGetAndIncrement() |
FetchSearchResult |
fetchResult() |
InternalSearchHits |
hits() |
void |
hits(InternalSearchHits hits) |
long |
id() |
FetchSearchResult |
initCounter() |
static FetchSearchResult |
readFetchSearchResult(StreamInput in) |
void |
readFrom(StreamInput in) |
SearchShardTarget |
shardTarget() |
void |
shardTarget(SearchShardTarget shardTarget) |
void |
writeTo(StreamOutput out) |
remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic FetchSearchResult()
public FetchSearchResult(long id,
SearchShardTarget shardTarget)
public FetchSearchResult fetchResult()
fetchResult インタフェース内 FetchSearchResultProviderpublic long id()
id インタフェース内 SearchPhaseResultpublic SearchShardTarget shardTarget()
shardTarget インタフェース内 SearchPhaseResultpublic void shardTarget(SearchShardTarget shardTarget)
shardTarget インタフェース内 SearchPhaseResultpublic void hits(InternalSearchHits hits)
public InternalSearchHits hits()
public FetchSearchResult initCounter()
public int counterGetAndIncrement()
public static FetchSearchResult readFetchSearchResult(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 TransportMessage<TransportResponse>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 TransportMessage<TransportResponse>IOExceptionCopyright © 2009–2016. All rights reserved.