public abstract static class IntervalJobSchedule.Builder extends Object implements JobSchedule.Builder<IntervalJobSchedule.Builder>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
IntervalJobSchedule |
build() |
static IntervalJobSchedule.Builder |
create() |
abstract IntervalJobSchedule.Builder |
interval(long interval) |
abstract IntervalJobSchedule.Builder |
unit(TimeUnit unit) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittypepublic static IntervalJobSchedule.Builder create()
public abstract IntervalJobSchedule.Builder interval(long interval)
public abstract IntervalJobSchedule.Builder unit(TimeUnit unit)
public IntervalJobSchedule build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.