| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryRuleService
A RuleService that does not persist any data, but simply keeps it in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDbRuleService
A RuleService backed by a MongoDB collection.
|
| Constructor and Description |
|---|
ConfigurationStateUpdater(RuleService ruleService,
PipelineService pipelineService,
PipelineStreamConnectionsService pipelineStreamConnectionsService,
PipelineRuleParser pipelineRuleParser,
RuleMetricsConfigService ruleMetricsConfigService,
com.codahale.metrics.MetricRegistry metricRegistry,
FunctionRegistry functionRegistry,
ScheduledExecutorService scheduler,
com.google.common.eventbus.EventBus serverEventBus,
PipelineInterpreter.State.Factory stateFactory,
boolean allowCodeGeneration) |
| Constructor and Description |
|---|
RuleResource(RuleService ruleService,
RuleMetricsConfigService ruleMetricsConfigService,
PipelineRuleParser pipelineRuleParser,
FunctionRegistry functionRegistry) |
| Constructor and Description |
|---|
PipelineFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
PipelineService pipelineService,
PipelineStreamConnectionsService connectionsService,
PipelineRuleParser pipelineRuleParser,
RuleService rulesService,
StreamService streamService) |
PipelineRuleFacade(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
RuleService ruleService) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.