public final class Scroll extends java.lang.Object implements Writeable
keepAlive()
time that
will control how long to keep the scrolling resources open.Writeable.Reader<V>, Writeable.Writer<V>
Constructor and Description |
---|
Scroll(StreamInput in) |
Scroll(TimeValue keepAlive)
Constructs a new scroll of the provided keep alive.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
TimeValue |
keepAlive()
How long the resources will be kept open to support the scroll request.
|
java.lang.String |
toString() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public Scroll(StreamInput in) throws java.io.IOException
java.io.IOException
public Scroll(TimeValue keepAlive)
public TimeValue keepAlive()
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object