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