public abstract class AbsoluteValueWatermarkSettings extends Object implements WatermarkSettings<ByteSize>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbsoluteValueWatermarkSettings.Builder |
WatermarkSettings.SettingsType| Constructor and Description |
|---|
AbsoluteValueWatermarkSettings() |
| Modifier and Type | Method and Description |
|---|---|
abstract ByteSize |
floodStage() |
abstract ByteSize |
high() |
abstract ByteSize |
low() |
abstract WatermarkSettings.SettingsType |
type() |
public abstract WatermarkSettings.SettingsType type()
type in interface WatermarkSettings<ByteSize>public abstract ByteSize low()
low in interface WatermarkSettings<ByteSize>public abstract ByteSize high()
high in interface WatermarkSettings<ByteSize>@Nullable public abstract ByteSize floodStage()
floodStage in interface WatermarkSettings<ByteSize>Copyright © 2012–2021 Graylog, Inc.. All rights reserved.