Uses of Class
lumis.service.socialnetworkservices.microblog.entity.HashOccurrence
-
Packages that use HashOccurrence Package Description lumis.service.socialnetworkservices.microblog.core.manager -
-
Uses of HashOccurrence in lumis.service.socialnetworkservices.microblog.core.manager
Methods in lumis.service.socialnetworkservices.microblog.core.manager that return types with arguments of type HashOccurrence Modifier and Type Method Description List<HashOccurrence>
HashOccurrenceManager. findTopOccurrencesOnDay(Integer maxOccurrences, ITransaction transaction, String serviceInstanceId)
Method used to retrieve the top-occurrences of a hashtag in the current day.List<HashOccurrence>
HashOccurrenceManager. findTopOccurrencesOnWeek(Integer maxOccurrences, ITransaction transaction, String serviceInstanceId)
Method used to retrieve the top-occurrences of a hashtag in the past week, i.e, the past 7 days.
-