Uses of Interface
org.graylog.scheduler.clock.JobSchedulerClock
Packages that use JobSchedulerClock
Package
Description
-
Uses of JobSchedulerClock in org.graylog.events.notifications
Constructors in org.graylog.events.notifications with parameters of type JobSchedulerClockModifierConstructorDescriptionDBNotificationGracePeriodService(MongoConnection mongoConnection, MongoJackObjectMapperProvider mapper, JobSchedulerClock clock) -
Uses of JobSchedulerClock in org.graylog.events.periodicals
Constructors in org.graylog.events.periodicals with parameters of type JobSchedulerClockModifierConstructorDescriptionEventNotificationStatusCleanUp(DBNotificationGracePeriodService dbNotificationGracePeriodService, JobSchedulerClock clock) -
Uses of JobSchedulerClock in org.graylog.events.processor
Methods in org.graylog.events.processor with parameters of type JobSchedulerClockModifier and TypeMethodDescriptiondefault Optional<EventProcessorSchedulerConfig>EventProcessorConfig.toJobSchedulerConfig(EventDefinition eventDefinition, JobSchedulerClock clock) Returns aJobDefinitionConfigfor this event processor configuration.Constructors in org.graylog.events.processor with parameters of type JobSchedulerClockModifierConstructorDescriptionEventDefinitionHandler(DBEventDefinitionService eventDefinitionService, DBJobDefinitionService jobDefinitionService, DBJobTriggerService jobTriggerService, JobSchedulerClock clock) EventProcessorExecutionJob(JobScheduleStrategies scheduleStrategies, JobSchedulerClock clock, EventProcessorEngine eventProcessorEngine, EventsConfigurationProvider configurationProvider, JobDefinitionDto jobDefinition) -
Uses of JobSchedulerClock in org.graylog.events.processor.aggregation
Methods in org.graylog.events.processor.aggregation with parameters of type JobSchedulerClockModifier and TypeMethodDescriptionAggregationEventProcessorConfig.toJobSchedulerConfig(EventDefinition eventDefinition, JobSchedulerClock clock) -
Uses of JobSchedulerClock in org.graylog.scheduler
Methods in org.graylog.scheduler with parameters of type JobSchedulerClockModifier and TypeMethodDescriptionstatic JobTriggerDto.BuilderJobTriggerDto.builderWithClock(JobSchedulerClock clock) Optional<org.joda.time.DateTime>JobSchedule.calculateNextTime(org.joda.time.DateTime lastExecutionTime, org.joda.time.DateTime lastNextTime, JobSchedulerClock clock) Calculates the next time a job should be executed based on the schedule implementation.Optional<org.joda.time.DateTime>JobSchedule.FallbackSchedule.calculateNextTime(org.joda.time.DateTime lastExecutionTime, org.joda.time.DateTime lastNextTime, JobSchedulerClock clock) static JobTriggerDto.BuilderJobTriggerDto.Builder.create(JobSchedulerClock clock) Constructors in org.graylog.scheduler with parameters of type JobSchedulerClockModifierConstructorDescriptionDBJobTriggerService(MongoCollections mongoCollections, NodeId nodeId, JobSchedulerClock clock, SchedulerCapabilitiesService schedulerCapabilitiesService, com.github.joschi.jadconfig.util.Duration lockExpirationDuration) DBJobTriggerService(MongoConnection mongoConnection, MongoCollections mongoCollections, MongoJackObjectMapperProvider mapper, NodeId nodeId, JobSchedulerClock clock, SchedulerCapabilitiesService schedulerCapabilitiesService, com.github.joschi.jadconfig.util.Duration lockExpirationDuration) Deprecated.JobSchedulerService(JobExecutionEngine.Factory engineFactory, JobWorkerPool.Factory workerPoolFactory, JobSchedulerConfig schedulerConfig, JobSchedulerClock clock, JobSchedulerEventBus schedulerEventBus, ServerStatus serverStatus, GracefulShutdownService gracefulShutdownService, int shutdownTimeoutMs, com.github.joschi.jadconfig.util.Duration loopSleepDuration) JobTriggerUpdates(JobSchedulerClock clock, JobScheduleStrategies scheduleStrategies, JobTriggerDto trigger) -
Uses of JobSchedulerClock in org.graylog.scheduler.clock
Classes in org.graylog.scheduler.clock that implement JobSchedulerClock -
Uses of JobSchedulerClock in org.graylog.scheduler.schedule
Methods in org.graylog.scheduler.schedule with parameters of type JobSchedulerClockModifier and TypeMethodDescriptionOptional<org.joda.time.DateTime>CronJobSchedule.calculateNextTime(org.joda.time.DateTime previousExecutionTime, org.joda.time.DateTime lastNextTime, JobSchedulerClock clock) Optional<org.joda.time.DateTime>IntervalJobSchedule.calculateNextTime(org.joda.time.DateTime lastExecutionTime, org.joda.time.DateTime lastNextTime, JobSchedulerClock clock) Optional<org.joda.time.DateTime>OnceJobSchedule.calculateNextTime(org.joda.time.DateTime lastExecutionTime, org.joda.time.DateTime lastNextTime, JobSchedulerClock clock) -
Uses of JobSchedulerClock in org.graylog.security.certutil
Constructors in org.graylog.security.certutil with parameters of type JobSchedulerClockModifierConstructorDescriptionCertRenewalServiceImpl(ClusterConfigService clusterConfigService, NodeService<DataNodeDto> nodeService, NotificationService notificationService, DBJobTriggerService jobTriggerService, JobSchedulerClock clock, CaKeystore caKeystore) Deprecated. -
Uses of JobSchedulerClock in org.graylog2.datatiering.rotation
Constructors in org.graylog2.datatiering.rotation with parameters of type JobSchedulerClockModifierConstructorDescriptionDataTierRotation(Indices indices, ElasticsearchConfiguration elasticsearchConfiguration, IndexRotator indexRotator, JobSchedulerClock clock, IndexLifetimeConfig indexLifetimeConfig) -
Uses of JobSchedulerClock in org.graylog2.indexer.retention.executors
Constructors in org.graylog2.indexer.retention.executors with parameters of type JobSchedulerClockModifierConstructorDescriptionTimeBasedRetentionExecutor(Indices indices, JobSchedulerClock clock, ActivityWriter activityWriter, RetentionExecutor retentionExecutor) -
Uses of JobSchedulerClock in org.graylog2.indexer.rotation.strategies
Constructors in org.graylog2.indexer.rotation.strategies with parameters of type JobSchedulerClockModifierConstructorDescriptionTimeBasedSizeOptimizingStrategy(Indices indices, ElasticsearchConfiguration elasticsearchConfiguration, JobSchedulerClock clock, IndexRotator indexRotator) -
Uses of JobSchedulerClock in org.graylog2.system.processing
Constructors in org.graylog2.system.processing with parameters of type JobSchedulerClockModifierConstructorDescriptionDBProcessingStatusService(MongoConnection mongoConnection, NodeId nodeId, JobSchedulerClock clock, com.github.joschi.jadconfig.util.Duration updateThreshold, int journalWriteRateThreshold, MongoJackObjectMapperProvider mapper, BaseConfiguration baseConfiguration)