Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Systemd |
build()
Builds a
Systemd instance. |
Systemd.Builder |
extendTimeout(long period,
TimeUnit unit,
long timeout)
Enables periodic timeout extensions.
|
Systemd.Builder |
statusUpdate(long period,
TimeUnit unit)
Enables periodic status updates.
|
Systemd.Builder |
watchdog(long period,
TimeUnit unit)
Enables periodic watchdog timestamp updates.
|
public Systemd.Builder statusUpdate(long period, TimeUnit unit)
period
- the period to useunit
- the time unit of the periodpublic Systemd.Builder extendTimeout(long period, TimeUnit unit, long timeout)
period
- the period to useunit
- the time unit of the periodtimeout
- the amount of time to extend the timeout in microsecondspublic Systemd.Builder watchdog(long period, TimeUnit unit)
period
- the period to useunit
- the time unit of the periodCopyright © 2017–2018. All rights reserved.