|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.io.object.RecordSetPage
public class RecordSetPage
Result of pageable request, one page of data.
Constructor Summary | |
---|---|
RecordSetPage(Input input)
Creates recordset page from Input object |
Method Summary | |
---|---|
protected int |
getCursor()
Getter for recordset cursor |
protected List<List<Object>> |
getData()
Getter for page data |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordSetPage(Input input)
input
- Input object to use as source for data that has to be deserializedMethod Detail |
---|
protected int getCursor()
protected List<List<Object>> getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |