org.elasticsearch.search.internal
Class InternalScrollSearchRequest

java.lang.Object
  extended by org.elasticsearch.search.internal.InternalScrollSearchRequest
All Implemented Interfaces:
Streamable

public class InternalScrollSearchRequest
extends Object
implements Streamable


Constructor Summary
InternalScrollSearchRequest()
           
InternalScrollSearchRequest(long id)
           
 
Method Summary
 long id()
           
 void readFrom(StreamInput in)
           
 Scroll scroll()
           
 InternalScrollSearchRequest scroll(Scroll scroll)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalScrollSearchRequest

public InternalScrollSearchRequest()

InternalScrollSearchRequest

public InternalScrollSearchRequest(long id)
Method Detail

id

public long id()

scroll

public Scroll scroll()

scroll

public InternalScrollSearchRequest scroll(Scroll scroll)

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.