public class ShardFetchRequest extends TransportRequest
TransportRequest.Emptyheaders| 修飾子 | コンストラクタと説明 |
|---|---|
|
ShardFetchRequest() |
|
ShardFetchRequest(SearchScrollRequest request,
long id,
com.carrotsearch.hppc.IntArrayList list,
org.apache.lucene.search.ScoreDoc lastEmittedDoc) |
protected |
ShardFetchRequest(TransportRequest originalRequest,
long id,
com.carrotsearch.hppc.IntArrayList list,
org.apache.lucene.search.ScoreDoc lastEmittedDoc) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int[] |
docIds() |
int |
docIdsSize() |
long |
id() |
org.apache.lucene.search.ScoreDoc |
lastEmittedDoc() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
createTask, getDescriptionremoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic ShardFetchRequest()
public ShardFetchRequest(SearchScrollRequest request, long id, com.carrotsearch.hppc.IntArrayList list, org.apache.lucene.search.ScoreDoc lastEmittedDoc)
protected ShardFetchRequest(TransportRequest originalRequest, long id, com.carrotsearch.hppc.IntArrayList list, org.apache.lucene.search.ScoreDoc lastEmittedDoc)
public long id()
public int[] docIds()
public int docIdsSize()
public org.apache.lucene.search.ScoreDoc lastEmittedDoc()
public void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamablereadFrom クラス内 TransportMessage<TransportRequest>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 TransportMessage<TransportRequest>IOExceptionCopyright © 2009–2016. All rights reserved.