|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.search.fetch.FetchSearchRequest
public class FetchSearchRequest
Constructor Summary | |
---|---|
FetchSearchRequest()
|
|
FetchSearchRequest(long id,
ExtTIntArrayList list)
|
|
FetchSearchRequest(long id,
int[] docIds)
|
Method Summary | |
---|---|
int[] |
docIds()
|
int |
docIdsSize()
|
long |
id()
|
void |
readFrom(StreamInput in)
|
void |
writeTo(StreamOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FetchSearchRequest()
public FetchSearchRequest(long id, ExtTIntArrayList list)
public FetchSearchRequest(long id, int[] docIds)
Method Detail |
---|
public long id()
public int[] docIds()
public int docIdsSize()
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |