Uses of Class
org.gcube.portal.databook.shared.RangePosts
-
Packages that use RangePosts Package Description org.gcube.portal.databook.server -
-
Uses of RangePosts in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return RangePosts Modifier and Type Method Description RangePostsDatabookStore. getRecentPostsByVREAndRange(String vreid, int from, int quantity)return the most recent posts for this vre up to quantity param and the last index of the posts in the timeline lastReturnedPostTimelineIndex is useful to know from where to start the range the next time you ask, because there are deletionsRangePostsDBCassandraAstyanaxImpl. getRecentPostsByVREAndRange(String vreid, int from, int quantity)return the most recent posts for this vre up to quantity param and the last index of the posts in the timeline lastReturnedPostTimelineIndex is useful to know from where to start the range the next time you ask, because there are deletions
-