| Package | Description |
|---|---|
| org.graylog.events.processor | |
| org.graylog.scheduler | |
| org.graylog.scheduler.rest.requests | |
| org.graylog.scheduler.schedule | |
| org.graylog2.plugin |
| Modifier and Type | Method and Description |
|---|---|
abstract JobSchedule |
EventProcessorSchedulerConfig.schedule() |
| Modifier and Type | Method and Description |
|---|---|
static EventProcessorSchedulerConfig |
EventProcessorSchedulerConfig.create(JobDefinitionConfig jobDefinitionConfig,
JobSchedule schedule) |
abstract EventProcessorSchedulerConfig.Builder |
EventProcessorSchedulerConfig.Builder.schedule(JobSchedule jobSchedule) |
| Modifier and Type | Class and Description |
|---|---|
static class |
JobSchedule.FallbackSchedule |
| Modifier and Type | Method and Description |
|---|---|
abstract JobSchedule |
JobTriggerDto.schedule() |
| Modifier and Type | Method and Description |
|---|---|
abstract JobTriggerDto.Builder |
JobTriggerDto.Builder.schedule(JobSchedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
abstract JobSchedule |
CreateJobTriggerRequest.schedule() |
| Modifier and Type | Method and Description |
|---|---|
abstract CreateJobTriggerRequest.Builder |
CreateJobTriggerRequest.Builder.schedule(JobSchedule schedule) |
| Modifier and Type | Class and Description |
|---|---|
class |
IntervalJobSchedule |
class |
OnceJobSchedule |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PluginModule.addJobSchedulerSchedule(String name,
Class<? extends JobSchedule> scheduleClass) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.