Uses of Class
org.gcube.portal.databook.shared.RangeFeeds
-
Packages that use RangeFeeds Package Description org.gcube.portal.databook.server -
-
Uses of RangeFeeds in org.gcube.portal.databook.server
Methods in org.gcube.portal.databook.server that return RangeFeeds Modifier and Type Method Description RangeFeedsDatabookStore. getRecentFeedsByVREAndRange(String vreid, int from, int quantity)Deprecated.use getRecentPostsByVREAndRangeRangeFeedsDBCassandraAstyanaxImpl. getRecentFeedsByVREAndRange(String vreid, int from, int quantity)return the most recent posts for this vre up to quantity param and the last index of the feeds in the timeline lastReturnedFeedTimelineIndex is usuful to know from where to start the range the second time you ask because there are deletions
-