Package org.lightcouch
Class ViewResult<K,V,T>
java.lang.Object
org.lightcouch.ViewResult<K,V,T>
Holds a view result entries.
- Since:
- 0.0.2
- Author:
- Ahmed Yehia
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetRows()longvoidsetOffset(int offset) voidvoidsetTotalRows(long totalRows) voidsetUpdateSeq(String updateSeq) toString()
-
Constructor Details
-
ViewResult
public ViewResult()
-
-
Method Details