public class Scroll extends Object implements Streamable
keepAlive() time that
will control how long to keep the scrolling resources open.| コンストラクタと説明 |
|---|
Scroll(TimeValue keepAlive)
Constructs a new scroll of the provided keep alive.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
TimeValue |
keepAlive()
How long the resources will be kept open to support the scroll request.
|
void |
readFrom(StreamInput in) |
static Scroll |
readScroll(StreamInput in) |
void |
writeTo(StreamOutput out) |
public Scroll(TimeValue keepAlive)
public TimeValue keepAlive()
public static Scroll readScroll(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionCopyright © 2009–2016. All rights reserved.