public class CursorInfo extends Object
| Constructor and Description | 
|---|
CursorInfo(String scrollId, long totalHits, int currentHits)Standard constructor.  | 
| Modifier and Type | Method and Description | 
|---|---|
int | getCurrentHits()  | 
String | getScrollId()  | 
long | getTotalHits()  | 
public CursorInfo(String scrollId, long totalHits, int currentHits)
scrollId - The scrollId to load the next frame (may be null).totalHits - Total number of elements.currentHits - The current number of elements loaded in a frame.public String getScrollId()
public long getTotalHits()
public int getCurrentHits()