| Constructor and Description |
|---|
LegacyAlertConditionMigrator(MongoConnection mongoConnection,
EventDefinitionHandler eventDefinitionHandler,
NotificationResourceHandler notificationResourceHandler,
DBNotificationService dbNotificationService,
UserService userService,
int alertCheckInterval) |
| Constructor and Description |
|---|
DBNotificationGracePeriodService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
JobSchedulerClock clock) |
DBNotificationService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
EntityOwnershipService entityOwnerShipService) |
| Constructor and Description |
|---|
DBEventDefinitionService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
DBEventProcessorStateService stateService,
EntityOwnershipService entityOwnerShipService) |
DBEventProcessorStateService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Constructor and Description |
|---|
FreeEnterpriseService(okhttp3.OkHttpClient httpClient,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.google.common.eventbus.EventBus eventBus,
ClusterConfigService clusterConfigService,
MongoConnection mongoConnection,
URI serviceUrl) |
| Constructor and Description |
|---|
MongoDbPipelineService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterEventBus clusterBus) |
MongoDbPipelineStreamConnectionsService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterEventBus clusterBus) |
MongoDbRuleService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterEventBus clusterBus) |
| Constructor and Description |
|---|
V20180212165000_AddDefaultCollectors(CollectorService collectorService,
MongoConnection mongoConnection) |
| Constructor and Description |
|---|
ActionService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
CollectorService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
ConfigurationService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ConfigurationVariableService configurationVariableService) |
ConfigurationVariableService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
ImportService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
SidecarService(CollectorService collectorService,
ConfigurationService configurationService,
MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
javax.validation.Validator validator) |
| Constructor and Description |
|---|
V20190127111728_MigrateWidgetFormatSettings(MongoConnection mongoConnection,
ClusterConfigService clusterConfigService) |
V20190304102700_MigrateMessageListStructure(MongoConnection mongoConnection,
ClusterConfigService clusterConfigService) |
V20190805115800_RemoveDashboardStateFromViews(ClusterConfigService clusterConfigService,
MongoConnection mongoConnection) |
V20191204000000_RemoveLegacyViewsPermissions(MongoConnection mongoConnection) |
V20200409083200_RemoveRootQueriesFromMigratedDashboards(ClusterConfigService clusterConfigService,
MongoConnection mongoConnection) |
| Constructor and Description |
|---|
SavedSearchService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Constructor and Description |
|---|
V20200204122000_MigrateUntypedViewsToDashboards(MongoConnection mongoConnection,
ClusterConfigService clusterConfigService) |
| Constructor and Description |
|---|
SearchDbService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
SearchRequirements.Factory searchRequirementsFactory) |
| Constructor and Description |
|---|
ExportJobService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Constructor and Description |
|---|
ViewService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterConfigService clusterConfigService,
ViewRequirements.Factory viewRequirementsFactory,
EntityOwnershipService entityOwnerShipService,
ViewSummaryService viewSummaryService) |
ViewSummaryService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Constructor and Description |
|---|
DBJobDefinitionService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
DBJobTriggerService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
NodeId nodeId,
JobSchedulerClock clock) |
| Constructor and Description |
|---|
DBGrantService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
GRNRegistry grnRegistry) |
| Constructor and Description |
|---|
DBAuthServiceBackendService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
Map<String,AuthServiceBackend.Factory<? extends AuthServiceBackend>> backendFactories,
com.google.common.eventbus.EventBus eventBus) |
| Constructor and Description |
|---|
PaginatedAuthzRolesService(MongoConnection mongoConnection,
UserService userService,
MongoJackObjectMapperProvider mapper) |
| Constructor and Description |
|---|
SystemSetting(MongoConnection mongoConnection) |
| Constructor and Description |
|---|
AlarmCallbackConfigurationServiceImpl(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapperProvider) |
AlarmCallbackHistoryServiceImpl(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapperProvider) |
| Constructor and Description |
|---|
AlertServiceImpl(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapperProvider,
AlertConditionFactory alertConditionFactory,
AlarmCallbackHistoryService alarmCallbackHistoryService) |
| Modifier and Type | Method and Description |
|---|---|
MongoConnection |
MongoConnectionProvider.get() |
| Constructor and Description |
|---|
ClusterConfigServiceImpl(MongoJackObjectMapperProvider mapperProvider,
MongoConnection mongoConnection,
NodeId nodeId,
ChainingClassLoader chainingClassLoader,
ClusterEventBus clusterEventBus) |
NodeServiceImpl(MongoConnection mongoConnection,
Configuration configuration) |
| Constructor and Description |
|---|
ContentPackInstallationPersistenceService(MongoJackObjectMapperProvider mapperProvider,
MongoConnection mongoConnection) |
ContentPackPersistenceService(MongoJackObjectMapperProvider mapperProvider,
MongoConnection mongoConnection) |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoConnectionForTests |
class |
MongoConnectionImpl
MongoDB connection singleton
|
| Modifier and Type | Field and Description |
|---|---|
MongoConnection |
PersistedServiceImpl.mongoConnection |
| Constructor and Description |
|---|
PaginatedDbService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
Class<DTO> dtoClass,
String collectionName) |
PaginatedDbService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
Class<DTO> dtoClass,
String collectionName,
Class<?> view) |
PersistedServiceImpl(MongoConnection mongoConnection) |
| Constructor and Description |
|---|
DecoratorServiceImpl(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mongoJackObjectMapperProvider) |
| Constructor and Description |
|---|
ClusterEventCleanupPeriodical(MongoJackObjectMapperProvider mapperProvider,
MongoConnection mongoConnection) |
ClusterEventPeriodical(MongoJackObjectMapperProvider mapperProvider,
MongoConnection mongoConnection,
NodeId nodeId,
ChainingClassLoader chainingClassLoader,
com.google.common.eventbus.EventBus serverEventBus,
ClusterEventBus clusterEventBus) |
| Constructor and Description |
|---|
MongoDbGrokPatternService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterEventBus clusterBus) |
PaginatedGrokPatternService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Constructor and Description |
|---|
IndexFailureServiceImpl(MongoConnection mongoConnection) |
| Constructor and Description |
|---|
IndexFieldTypesService(MongoConnection mongoConnection,
StreamService streamService,
MongoJackObjectMapperProvider objectMapperProvider) |
| Constructor and Description |
|---|
MongoIndexSetService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider objectMapperProvider,
StreamService streamService,
ClusterConfigService clusterConfigService,
ClusterEventBus clusterEventBus) |
| Constructor and Description |
|---|
LegacyMongoIndexRangeService(MongoConnection mongoConnection) |
MongoIndexRangeService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider objectMapperProvider,
Indices indices,
IndexSetRegistry indexSetRegistry,
AuditEventSender auditEventSender,
NodeId nodeId,
com.google.common.eventbus.EventBus eventBus) |
| Constructor and Description |
|---|
InputServiceImpl(MongoConnection mongoConnection,
ExtractorFactory extractorFactory,
ConverterFactory converterFactory,
MessageInputFactory messageInputFactory,
ClusterEventBus clusterEventBus) |
| Constructor and Description |
|---|
MongoInputStatusService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider objectMapperProvider,
InputService inputService,
com.google.common.eventbus.EventBus eventBus) |
| Constructor and Description |
|---|
DBCacheService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterEventBus clusterEventBus) |
DBDataAdapterService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterEventBus clusterEventBus) |
DBLookupTableService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
ClusterEventBus clusterEventBus) |
| Constructor and Description |
|---|
GrantsMetaMigration(RoleService roleService,
UserService userService,
DBGrantService dbGrantService,
GRNRegistry grnRegistry,
String rootUsername,
MongoConnection mongoConnection,
ViewService viewService,
ClusterConfigService clusterConfigService) |
ViewSharingToGrantsMigration(MongoConnection mongoConnection,
DBGrantService grantService,
UserService userService,
RoleService roleService,
String rootUsername,
ViewService viewService,
GRNRegistry grnRegistry) |
| Constructor and Description |
|---|
NotificationServiceImpl(NodeId nodeId,
MongoConnection mongoConnection,
AuditEventSender auditEventSender) |
| Constructor and Description |
|---|
MetricsHistoryResource(MongoConnection mongoConnection) |
| Constructor and Description |
|---|
AccessTokenServiceImpl(MongoConnection mongoConnection,
AccessTokenCipher accessTokenCipher) |
MongoDBSessionServiceImpl(MongoConnection mongoConnection) |
| Constructor and Description |
|---|
OutputServiceImpl(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapperProvider,
StreamService streamService,
OutputRegistry outputRegistry) |
PaginatedStreamService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
StreamRuleServiceImpl(MongoConnection mongoConnection,
ClusterEventBus clusterEventBus) |
StreamServiceImpl(MongoConnection mongoConnection,
StreamRuleService streamRuleService,
AlertService alertService,
OutputService outputService,
IndexSetService indexSetService,
MongoIndexSet.Factory indexSetFactory,
NotificationService notificationService,
EntityOwnershipService entityOwnershipService,
ClusterEventBus clusterEventBus,
AlarmCallbackConfigurationService alarmCallbackConfigurationService) |
| Constructor and Description |
|---|
SystemMessageServiceImpl(MongoConnection mongoConnection) |
| Constructor and Description |
|---|
DBProcessingStatusService(MongoConnection mongoConnection,
NodeId nodeId,
JobSchedulerClock clock,
com.github.joschi.jadconfig.util.Duration updateThreshold,
int journalWriteRateThreshold,
MongoJackObjectMapperProvider mapper,
BaseConfiguration baseConfiguration) |
| Constructor and Description |
|---|
MongoProbe(MongoConnection mongoConnection) |
| Constructor and Description |
|---|
TrafficCounterService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
| Constructor and Description |
|---|
PaginatedUserService(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper) |
RoleServiceImpl(MongoConnection mongoConnection,
MongoJackObjectMapperProvider mapper,
Permissions permissions,
javax.validation.Validator validator) |
UserManagementServiceImpl(MongoConnection mongoConnection,
Configuration configuration,
RoleService roleService,
AccessTokenService accessTokenService,
UserImpl.Factory userFactory,
InMemoryRolePermissionResolver inMemoryRolePermissionResolver,
com.google.common.eventbus.EventBus serverEventBus,
GRNRegistry grnRegistry,
PermissionAndRoleResolver permissionAndRoleResolver) |
UserServiceImpl(MongoConnection mongoConnection,
Configuration configuration,
RoleService roleService,
AccessTokenService accessTokenService,
UserImpl.Factory userFactory,
InMemoryRolePermissionResolver inMemoryRolePermissionResolver,
com.google.common.eventbus.EventBus serverEventBus,
GRNRegistry grnRegistry,
PermissionAndRoleResolver permissionAndRoleResolver) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.