Writeablepublic 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 | Description |
|---|---|
Scroll(StreamInput in) |
|
Scroll(TimeValue keepAlive) |
Constructs a new scroll of the provided keep alive.
|
| Modifier and Type | Method | 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.IOExceptionpublic Scroll(TimeValue keepAlive)
public TimeValue keepAlive()
public void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object