Uses of Class
org.graylog.plugins.views.search.views.ViewSummaryService
Packages that use ViewSummaryService
Package
Description
-
Uses of ViewSummaryService in org.graylog.plugins.views.search.db
Constructors in org.graylog.plugins.views.search.db with parameters of type ViewSummaryServiceModifierConstructorDescriptionSearchesCleanUpJob(ViewSummaryService viewSummaryService, SearchDbService searchDbService, org.joda.time.Duration maximumSearchAge, Map<String, ViewResolver> viewResolvers) -
Uses of ViewSummaryService in org.graylog.plugins.views.search.views
Constructors in org.graylog.plugins.views.search.views with parameters of type ViewSummaryServiceModifierConstructorDescriptionprotectedViewService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mongoJackObjectMapperProvider, com.fasterxml.jackson.databind.ObjectMapper mapper, ClusterConfigService clusterConfigService, ViewRequirements.Factory viewRequirementsFactory, EntityOwnershipService entityOwnerShipService, ViewSummaryService viewSummaryService) -
Uses of ViewSummaryService in org.graylog2.contentpacks.facades
Constructors in org.graylog2.contentpacks.facades with parameters of type ViewSummaryServiceModifierConstructorDescriptionDashboardFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) SearchFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) ViewFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService) -
Uses of ViewSummaryService in org.graylog2.contentpacks.facades.dashboardV1
Constructors in org.graylog2.contentpacks.facades.dashboardV1 with parameters of type ViewSummaryServiceModifierConstructorDescriptionDashboardV1Facade(com.fasterxml.jackson.databind.ObjectMapper objectMapper, SearchDbService searchDbService, EntityConverter entityConverter, ViewService viewService, ViewSummaryService viewSummaryService, UserService userService)